Fix cypress test

pull/2419/head
Johan Girod 2022-12-08 13:45:24 +01:00
parent e84a5b6b21
commit 6012e82437
1 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ describe('Iframe pamc', function () {
it('should allow to navigate to the médecin simulateur from iframe pamc home page', function () {
cy.contains('Médecin').click()
cy.contains('médecin')
cy.get(inputSelector).first().type('{selectall}50000')
cy.contains('CARMF')
})
})