Skip to content

Commit

Permalink
fix: test e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeperrault committed Jul 23, 2024
1 parent fc9c369 commit cf17c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ context('Side Window > Mission Form > Mission actions', () => {
cy.fill("Type d'infraction", 'Avec PV')
cy.fill('Mise en demeure', 'Oui')
cy.fill('NATINF', ["1508 - Execution d'un travail dissimule"])
cy.fill('Réponse administrative', 'Régularisation')
cy.fill('Nb de cibles avec cette infraction', 2)
cy.clickButton("Valider l'infraction")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export function InfractionCard({
addVesselIdentification()
break
default:
addToIdentification('Type non renseigné')
break
}
break
Expand Down

0 comments on commit cf17c79

Please sign in to comment.