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:
authormattab <matthieu.aubry@gmail.com>2016-10-06 12:52:34 +0300
committermattab <matthieu.aubry@gmail.com>2016-10-06 12:52:34 +0300
commit385ddfc9c33c29f22b36ef05b4abcd21710d152a (patch)
treec881658ded95cefdad3ee74fed2d86bbaff07664
parent81b04bfa9cc28bc8a12f92aa3e575a0155a87a9f (diff)
retry when random fail
-rw-r--r--tests/UI/specs/DashboardManager_spec.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/UI/specs/DashboardManager_spec.js b/tests/UI/specs/DashboardManager_spec.js
index a2bc2aaa94..512f5f4b79 100644
--- a/tests/UI/specs/DashboardManager_spec.js
+++ b/tests/UI/specs/DashboardManager_spec.js
@@ -54,6 +54,8 @@ describe("DashboardManager", function () {
});
it("should create new dashboard with new default widget selection when create dashboard process completed", function (done) {
+ this.retries(3);
+
expect.screenshot("create_new").to.be.capture(function (page) {
page.click('.dashboard-manager .title');
page.click('li[data-action=createDashboard]');