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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-10 21:03:01 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-10 21:03:01 +0400
commitfefbcc191434f4830f67fe30363d57af6dfc6093 (patch)
treead2f8986365cfbef32f75bd19c862ee4ad50fad1 /plugins/DBStats/tests
parentff0d8606d4ee0b76011b0983b942d7289b779016 (diff)
Move DBStats test to UI test repo & updating UI test screenshots.
Diffstat (limited to 'plugins/DBStats/tests')
-rw-r--r--plugins/DBStats/tests/UI/DBStats_spec.js20
-rw-r--r--plugins/DBStats/tests/UI/expected-ui-screenshots/DBStats_admin_page.pngbin198182 -> 0 bytes
2 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
diff --git a/plugins/DBStats/tests/UI/expected-ui-screenshots/DBStats_admin_page.png b/plugins/DBStats/tests/UI/expected-ui-screenshots/DBStats_admin_page.png
deleted file mode 100644
index 86e8c4e5c5..0000000000
--- a/plugins/DBStats/tests/UI/expected-ui-screenshots/DBStats_admin_page.png
+++ /dev/null
Binary files differ