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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-03-27 13:45:15 +0300
committerGitHub <noreply@github.com>2017-03-27 13:45:15 +0300
commitb78a1043d54e016c740b0553d413f17ac32c548a (patch)
tree00f3f362fb5c3bfdf50c5229379ed9a83f951359 /tests/UI/specs/Dashboard_spec.js
parent7a8689e9c858d64a2dbdb200d6a23bfaaddc49fb (diff)
parentb1cd038eb7f759f3e4cea2d110b6b4721aee9e35 (diff)
Merge pull request #11533 from piwik/3.x-dev3.0.3-b1
Release Piwik 3.0.3-b1
Diffstat (limited to 'tests/UI/specs/Dashboard_spec.js')
-rw-r--r--tests/UI/specs/Dashboard_spec.js1
1 files changed, 1 insertions, 0 deletions
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]');