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

why not

parent 844b153b
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -8,6 +8,8 @@
*/
describe("SegmentSelectorEditorTest", function () {
this.retries(3);
var selectorsToCapture = ".segmentEditorPanel,.segmentEditorPanel .dropdown-body,.segment-element";
this.timeout(0);
......@@ -28,12 +30,9 @@ 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);
page.wait(3000);
}, done);
});
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter