Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DBStats/tests/UI/DBStats_spec.js')
-rw-r--r--plugins/DBStats/tests/UI/DBStats_spec.js20
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/DBStats/tests/UI/DBStats_spec.js b/plugins/DBStats/tests/UI/DBStats_spec.js
deleted file mode 100644
index 253e8d36e5..0000000000
--- a/plugins/DBStats/tests/UI/DBStats_spec.js
+++ /dev/null
@@ -1,20 +0,0 @@
-/*!
- * Piwik - Web Analytics
- *
- * Screenshot tests for the DBStats plugin.
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- */
-
-describe("DBStats", function () {
- this.timeout(0);
-
- var url = "?module=DBStats&action=index&idSite=1&period=day&date=yesterday";
-
- it("should load correctly", function (done) {
- expect.screenshot('admin_page').to.be.capture(function (page) {
- page.load(url);
- }, done);
- });
-}); \ No newline at end of file