From 37a7423b3437180b5d872edd74c245a3699c4713 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Tue, 25 Jun 2019 11:41:53 +0200 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20r=C3=A9pare=20les=20tests=20E?= =?UTF-8?q?2E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cypress/integration/mon-entreprise/status.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cypress/integration/mon-entreprise/status.js b/cypress/integration/mon-entreprise/status.js index cac11a345..5beb3eb3e 100644 --- a/cypress/integration/mon-entreprise/status.js +++ b/cypress/integration/mon-entreprise/status.js @@ -28,6 +28,8 @@ describe('Status guide', function() { cy.get('.ui__.answer-group') .contains(fr ? 'Société' : 'Limited liability company') .click() + // The click fails randomly and unexplicablly on CI + cy.wait(200) cy.get('.answer-group button') .contains('Assimilé') .click()