Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Sep 18, 2024
1 parent e031934 commit 6fcf101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ context('Side Window > Reporting List > Actions', () => {
cy.getDataCy('side-window-reporting-search').type('RENCONTRER')

// Then there is only the searched vessel
cy.getDataCy('ReportingList-reporting').first().contains('RENCONTRER VEILLER APPARTEMENT"')
cy.getDataCy('ReportingList-reporting').first().contains('RENCONTRER VEILLER APPARTEMENT')
cy.getDataCy('ReportingList-reporting').should('have.length', 1)
})

Expand Down
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/vessel_sidebar/reporting.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ context('Vessel sidebar reporting tab', () => {
// Then
// Summary
cy.get('[data-cy="vessel-reporting-summary"]').contains('Résumé des derniers signalements (6 dernières années)')
cy.get('[data-cy="vessel-reporting-summary"]').contains('Signalements "3 milles - Chaluts (NATINF 7059)"')
cy.get('[data-cy="vessel-reporting-summary"]').contains('Signalement "3 milles - Chaluts (NATINF 7059)"')
cy.get('[data-cy="vessel-reporting-summary"]').contains(
"Peche maritime non autorisee dans les eaux maritimes ou salees francaises par un navire de pays tiers a l'union europeenne (NATINF 2608)"
)
Expand Down

0 comments on commit 6fcf101

Please sign in to comment.