Skip to content

Commit

Permalink
Remove assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Nov 5, 2024
1 parent 07d7b42 commit 449a8fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ context('Side Window > Manual Prior Notification Form > Form', () => {
editSideWindowPriorNotification('PAGEOT JO', createdPriorNotification.reportId)

cy.contains('Créé par [email protected] il y a').should('exist')
cy.contains('Dernière mise à jour par [email protected] il y a').should('exist')

cy.intercept('PUT', `/bff/v1/prior_notifications/manual/${createdPriorNotification.reportId}`).as(
'updateManualPriorNotification'
Expand Down

0 comments on commit 449a8fc

Please sign in to comment.