From 3079b4de871efdb64011e575bb92891cdf97ebb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rialland?= Date: Mon, 7 Aug 2023 16:06:30 +0200 Subject: [PATCH] fix cypress --- .../mon-entreprise/assistants/choix-du-statut.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/site/cypress/integration/mon-entreprise/assistants/choix-du-statut.ts b/site/cypress/integration/mon-entreprise/assistants/choix-du-statut.ts index 9760d459b..0b04ce8e2 100644 --- a/site/cypress/integration/mon-entreprise/assistants/choix-du-statut.ts +++ b/site/cypress/integration/mon-entreprise/assistants/choix-du-statut.ts @@ -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()