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 13:13:04 +0300
committermattab <matthieu.aubry@gmail.com>2016-10-06 13:13:04 +0300
commit03edbf0583de7f42463da593607a478e2f711a1f (patch)
tree56bd8bda845eb111b0bd859207f62b2255f44176
parentf2d5a6c0b5ce07bc594c834fe010a340bd0c0230 (diff)
calling page.settings.resourceTimeout does not actually work
-rw-r--r--tests/UI/specs/UIIntegration_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UI/specs/UIIntegration_spec.js b/tests/UI/specs/UIIntegration_spec.js
index 443b10ced6..2709a4c560 100644
--- a/tests/UI/specs/UIIntegration_spec.js
+++ b/tests/UI/specs/UIIntegration_spec.js
@@ -719,7 +719,7 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
expect.screenshot("visitor_profile_not_segmented").to.be.capture(function (page) {
// as the process sometimes hang, we force timeout of 15s
- page.settings.resourceTimeout = 15000;
+ //page.settings.resourceTimeout = 15000;
page.load(url);