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
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2017-06-28 17:49:52 +0300
committersgiehl <stefan@piwik.org>2017-06-28 17:49:52 +0300
commitb3395668ad0fbe4f454d50a98a00b778de59dcc4 (patch)
tree4e551c954465eb2441e2ed7380854e1bdf7f1b0c /tests
parent311b0fae07573a5d401bc38a80f45a4e9ecd8d24 (diff)
improve ui test
Diffstat (limited to 'tests')
-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 16e8553b3f..17e2743e5e 100644
--- a/tests/UI/specs/ActionsDataTable_spec.js
+++ b/tests/UI/specs/ActionsDataTable_spec.js
@@ -78,6 +78,7 @@ describe("ActionsDataTable", function () {
it("should open the visitor log segmented by the current row", function (done) {
expect.screenshot('segmented_visitor_log').to.be.capture(function (page) {
page.click('tr:contains("thankyou") td.label .actionSegmentVisitorLog');
+ page.wait(1000);
}, done);
});