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-08 06:40:01 +0300
committermattab <matthieu.aubry@gmail.com>2016-10-08 06:40:01 +0300
commit1c5fa0a01a9b2100401c1c0c6ac993d70f39ce61 (patch)
tree748e9d8c0eb20719dff50f4beb2479a6c6a65407 /tests/UI/specs
parent3d81776840154e264e32a3a6c097c2a8bf5c711b (diff)
cannot retry within
Diffstat (limited to 'tests/UI/specs')
-rw-r--r--tests/UI/specs/SegmentSelectorEditor_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/UI/specs/SegmentSelectorEditor_spec.js b/tests/UI/specs/SegmentSelectorEditor_spec.js
index 2d8d3917d9..f3b81c6d60 100644
--- a/tests/UI/specs/SegmentSelectorEditor_spec.js
+++ b/tests/UI/specs/SegmentSelectorEditor_spec.js
@@ -31,7 +31,6 @@ describe("SegmentSelectorEditorTest", function () {
});
it("should open segment editor when edit link clicked for existing segment", function (done) {
- this.retries(2);
expect.screenshot("2_segment_editor_update").to.be.captureSelector(selectorsToCapture, function (page) {
setTimeout(function () {
page.click('.segmentList .editSegment:first');