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 11:30:56 +0300
committermattab <matthieu.aubry@gmail.com>2016-10-06 11:30:56 +0300
commitdb7f67c1ec1eee15cf4ffc2abae3ea9c4ab84586 (patch)
tree63f071a5911ce1975d237987b0ab4d868ae537c5 /tests/UI/specs
parent60f3498d512528f5ce496225a2471d29661ebac1 (diff)
Some waiting
Diffstat (limited to 'tests/UI/specs')
-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 a870b842b8..83d02d404e 100644
--- a/tests/UI/specs/ActionsDataTable_spec.js
+++ b/tests/UI/specs/ActionsDataTable_spec.js
@@ -60,6 +60,7 @@ describe("ActionsDataTable", function () {
it("should display pageview percentages when hovering over pageviews column", function (done) {
expect.screenshot('pageview_percentages').to.be.capture(function (page) {
page.mouseMove('tr:contains("thankyou") td.column:eq(1)');
+ page.wait(1000);
}, done);
});