Skip to content

Commit

Permalink
[Test] fix tests e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
claire2212 committed May 9, 2024
1 parent 890a18f commit cc7ccab
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -338,6 +338,7 @@ context('Side Window > Mission Form > Mission actions', () => {
.contains("D茅couverte d'une 茅pave maritime")
.click({ force: true }) // id 128
cy.get('*[data-cy="envaction-theme-element"]').eq(0).contains('Autre (脡pave)').click({ force: true }) // id 131
cy.get('*[data-cy="envaction-theme-element"]').click('topLeft', { force: true })
cy.getDataCy('surveillance-open-by').type('ABC')
cy.getDataCy('surveillance-completed-by').type('ABC')

Expand Down

0 comments on commit cc7ccab

Please sign in to comment.