💚 répare les tests E2E

pull/577/head
Johan Girod 2019-06-25 11:41:53 +02:00
parent 244efb59ec
commit 37a7423b34
No known key found for this signature in database
GPG Key ID: 9E27B57DA2E8AE12
1 changed files with 2 additions and 0 deletions

View File

@ -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()