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/SegmentSelectorEditor_spec.js')
-rw-r--r--tests/UI/specs/SegmentSelectorEditor_spec.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/UI/specs/SegmentSelectorEditor_spec.js b/tests/UI/specs/SegmentSelectorEditor_spec.js
index dfd015efd7..5b22be9ad1 100644
--- a/tests/UI/specs/SegmentSelectorEditor_spec.js
+++ b/tests/UI/specs/SegmentSelectorEditor_spec.js
@@ -1,6 +1,6 @@
/*!
* Piwik - free/libre analytics platform
- *
+ *
* ViewDataTable screenshot tests.
*
* @link http://piwik.org
@@ -28,8 +28,12 @@ describe("SegmentSelectorEditorTest", function () {
});
it("should open segment editor when edit link clicked for existing segment", function (done) {
+
+ this.retries(3);
+
expect.screenshot("2_segment_editor_update").to.be.captureSelector(selectorsToCapture, function (page) {
page.click('.segmentList .editSegment:first');
+ page.wait(1000);
}, done);
});