💚 répare les tests E2E

pull/640/head
Johan Girod 2019-10-03 10:14:16 +02:00 committed by Johan Girod
parent 0d482a0107
commit f56704de8c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ describe('Landing test', function() {
})
it('should display actionnable items', function() {
cy.visit('/')
cy.contains(fr ? 'Créer une entreprise' : 'Create a company in France')
cy.contains(fr ? 'Créer une entreprise' : 'Create a company')
cy.contains(fr ? 'Gérer mon activité' : 'Manage my business')
})
})