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:28:49 +0300
committermattab <matthieu.aubry@gmail.com>2016-10-06 11:28:49 +0300
commit60f3498d512528f5ce496225a2471d29661ebac1 (patch)
tree9dc27981000d76e6f03e602b88978d6f75e32af9
parenta7c314845807072e3425c507461033b3132bf469 (diff)
Dont click on the map
-rw-r--r--tests/UI/specs/UIIntegration_spec.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/UI/specs/UIIntegration_spec.js b/tests/UI/specs/UIIntegration_spec.js
index 3b2610fce0..b9489c0102 100644
--- a/tests/UI/specs/UIIntegration_spec.js
+++ b/tests/UI/specs/UIIntegration_spec.js
@@ -724,13 +724,7 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
$('.visitor-log-visitor-profile-link').first().click();
});
- page.evaluate(function () {
- $(document).ready(function () {
- $('.visitor-profile-show-map').click();
- });
- });
-
- page.wait(3000);
+ page.wait(1000);
}, done);
});