fix cypress

pull/2787/head
Jérémy Rialland 2023-08-07 16:06:30 +02:00 committed by Jérémy Rialland
parent 8cdd1bfded
commit 3079b4de87
1 changed files with 2 additions and 4 deletions

View File

@ -45,10 +45,8 @@ describe(`Assistant choix du statut`, { testIsolation: false }, function () {
})
it('should allow to input remuneration and select appropriate statut', function () {
cy.get('#CA').click({ waitForAnimations: true })
cy.type('50000')
cy.get('#charges').click({ waitForAnimations: true })
cy.type('10000')
cy.get('#CA').type('50000')
cy.get('#charges').type('10000')
checkA11Y()
cy.contains('Enregistrer et continuer').not('[disabled]').click()