Skip to content

Commit

Permalink
[Test] update test e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
claire2212 committed Sep 20, 2024
1 parent e6ad300 commit f17004f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ context('Side Window > Mission Form > Mission zone', () => {
// Add control which is most recent than surveillance
cy.clickButton('Ajouter')
cy.clickButton('Ajouter des contrôles')
cy.getDataCy('control-open-by').scrollIntoView().type('ABC')
cy.getDataCy('control-open-by').scrollIntoView().type('ABC', { force: true })
const controlEndDate = getFutureDate(5, 'day')
cy.fill('Date et heure du contrôle (UTC)', controlEndDate)
cy.clickButton('Ajouter un point de contrôle')
Expand Down

0 comments on commit f17004f

Please sign in to comment.