Evolution d'un test Cypress

pull/386/head
Mael 2018-11-23 16:40:29 +00:00
parent da6936c8f8
commit 43aa99742d
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ describe('Landing basic test', function() {
})
it('should display the simulateur after loading', function() {
cy.visit('/')
cy.contains('Entrez un salaire mensuel')
cy.contains('Touché par le salarié')
})
it('should display cotisation repartition when entering net salary', function() {
cy.visit('/')

View File

@ -3,6 +3,6 @@ describe('Iframe integration test', function() {
cy.visit('/integration-test')
cy.get('#simulateurEmbauche')
.iframe()
.contains('Entrez un salaire mensuel')
.contains('Touché par le salarié')
})
})