✅ Evolution d'un test Cypress
parent
da6936c8f8
commit
43aa99742d
|
@ -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('/')
|
||||
|
|
|
@ -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é')
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue