Skip to content

Commit

Permalink
Remove wrong param in prior notification form e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Jun 14, 2024
1 parent 980dfee commit be1eda4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ context('Side Window > Prior Notification Form > Form', () => {
cy.getDataCy('vessel-search-item').first().click()

cy.wait('@computePriorNotification')
cy.countRequestsByAlias('@computePriorNotification', 1500).should('be.equal', 1)
cy.countRequestsByAlias('@computePriorNotification').should('be.equal', 1)

cy.fill("Port d'arrivée", 'Marseille')

Expand Down

0 comments on commit be1eda4

Please sign in to comment.