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 'tests/UI/specs/ActionsDataTable_spec.js')
-rw-r--r--tests/UI/specs/ActionsDataTable_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/UI/specs/ActionsDataTable_spec.js b/tests/UI/specs/ActionsDataTable_spec.js
index ec5e427b82..16e8553b3f 100644
--- a/tests/UI/specs/ActionsDataTable_spec.js
+++ b/tests/UI/specs/ActionsDataTable_spec.js
@@ -66,6 +66,7 @@ describe("ActionsDataTable", function () {
});
it("should generate a proper title for the visitor log segmented by the current row", function (done) {
+ this.retries(3);
expect.screenshot('segmented_visitor_log_hover').to.be.capture(function (page) {
var row = 'tr:contains("thankyou") ';
page.mouseMove(row + 'td.column:first');