Skip to content

Commit

Permalink
[Tests] fix tests e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
claire2212 committed Dec 19, 2023
1 parent 8f4ce54 commit 323ddeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ context('Side Window > Mission Form > Main Form', () => {
const month = new Date().getMonth()
cy.fill('Période spécifique', [
[2023, month - 4, 1],
[2023, month - 4, 31]
[2023, month - 3, 31]
])

cy.wait('@getMissions')
Expand Down

0 comments on commit 323ddeb

Please sign in to comment.