💚 corrige les tests E2E

pull/525/head
Johan Girod 2019-06-04 17:43:54 +02:00
parent 9fc848a4b3
commit dd109a061d
No known key found for this signature in database
GPG Key ID: 9E27B57DA2E8AE12
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ describe('Landing test', function() {
cy.contains(fr ? 'Créer une entreprise' : 'Create a company in France')
cy.contains(
fr
? 'Estimer les cotisations et les taxes'
: 'Estimate contributions and taxes'
? 'Simuler les cotisations et les taxes'
: 'Simulate contributions and taxes'
)
})
})