Skip to content

Commit

Permalink
Fin linter
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Aug 7, 2024
1 parent 2c6506f commit 1ed1ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/vessel_sidebar/ers_vms.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ context('Vessel sidebar ers/vms tab', () => {
'Avarie en mer ouverte dans MonitorFish, dernière émission le'
)
cy.get('*[data-cy="beacon-malfunction-details-follow-up"]', { timeout: 10000 }).contains(
"Le ticket a été déplacé de Premier contact à Avaries clôturées."
'Le ticket a été déplacé de Premier contact à Avaries clôturées.'
)
cy.get('*[data-cy="beacon-malfunction-details"]', { timeout: 10000 }).contains('Navire en mer')
cy.get('*[data-cy="beacon-malfunction-details"]', { timeout: 10000 }).contains('14 jours')
Expand Down

0 comments on commit 1ed1ee5

Please sign in to comment.