Skip to content
Extraits de code Groupes Projets
Valider aba93cc2 rédigé par mattab's avatar mattab
Parcourir les fichiers

another try

parent 4508f612
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -31,11 +31,13 @@ describe("SegmentSelectorEditorTest", function () { ...@@ -31,11 +31,13 @@ describe("SegmentSelectorEditorTest", function () {
}); });
it("should open segment editor when edit link clicked for existing segment", function (done) { 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) { expect.screenshot("2_segment_editor_update").to.be.captureSelector(selectorsToCapture, function (page) {
setTimeout(function () { setTimeout(function () {
page.click('.segmentList .editSegment:first'); page.click('.segmentList .editSegment:first');
}); }, 500);
page.wait(1000); page.wait(2000);
}, done); }, done);
}); });
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter