Skip to content

Commit

Permalink
Add some waits in mission main form e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Feb 13, 2024
1 parent 5bd129f commit 6ed294f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ context('Side Window > Mission Form > Main Form', () => {
cy.fill('Administration 1', 'DDTM')
cy.fill('Unité 1', 'Cultures marines 56')
cy.wait(500)
cy.fill('Moyen 1', ['Brezel - FAH 7185'])
cy.fill('Moyen 1', ['Brezel - FAH 7185']).wait(250)
cy.fill('Contact de l’unité 1', 'Bob')
cy.fill('Contact de l’unité 1', 'Bob')

Expand All @@ -198,7 +198,7 @@ context('Side Window > Mission Form > Main Form', () => {
cy.wait(500)

cy.fill('CACEM : orientations, observations', 'Une note.')
cy.fill('CNSP : orientations, observations', 'Une autre note.')
cy.fill('CNSP : orientations, observations', 'Une autre note.').wait(250)
cy.fill('Ouvert par', 'Nemo')
cy.fill('Clôturé par', 'Doris')

Expand Down

0 comments on commit 6ed294f

Please sign in to comment.