-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd6f100
commit 07d7b42
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,7 +118,7 @@ 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 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' | ||
|