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
path: root/tests/UI
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2017-03-20 11:29:18 +0300
committersgiehl <stefan@piwik.org>2017-03-20 11:29:18 +0300
commitaecdb8f3d27fd936830ee3604d2dd8e1a45c22a4 (patch)
tree30f81bb7c75b69f115f04bc7da0edad142ba2d9a /tests/UI
parent83b85cf3105cdcba252f3d992527b844b81c36e7 (diff)
update ui tests
Diffstat (limited to 'tests/UI')
-rw-r--r--tests/UI/expected-screenshots/UIIntegrationTest_fatal_error_safemode.png4
-rw-r--r--tests/UI/specs/Dashboard_spec.js1
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/UI/expected-screenshots/UIIntegrationTest_fatal_error_safemode.png b/tests/UI/expected-screenshots/UIIntegrationTest_fatal_error_safemode.png
index 14bf63a1cf..7644c8b396 100644
--- a/tests/UI/expected-screenshots/UIIntegrationTest_fatal_error_safemode.png
+++ b/tests/UI/expected-screenshots/UIIntegrationTest_fatal_error_safemode.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:72e051179a4110d717256901c2c7bfa96da877407500348b968e20019b58cf73
-size 193463
+oid sha256:f6c7b1e43460effdcf48f24aa60696f78591214aa16d193b4bd319e5cd46f4ac
+size 193363
diff --git a/tests/UI/specs/Dashboard_spec.js b/tests/UI/specs/Dashboard_spec.js
index f647bdab68..e585bc719f 100644
--- a/tests/UI/specs/Dashboard_spec.js
+++ b/tests/UI/specs/Dashboard_spec.js
@@ -182,6 +182,7 @@ describe("Dashboard", function () {
});
it("should reset dashboard when reset dashboard process completed", function (done) {
+ this.retries(3);
expect.screenshot("reset").to.be.capture(function (page) {
page.click('.dashboard-manager .title');
page.click('li[data-action=resetDashboard]');