Fix cypress test
parent
e84a5b6b21
commit
6012e82437
|
@ -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')
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue