Skip to content

Commit

Permalink
Fix REG number
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Oct 17, 2024
1 parent 0e8003c commit 62dbf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/backoffice/new_regulation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ context('New Regulation', () => {

it('Select, change and remove law type Reg. MEMN', () => {
cy.get('[id="Choisir un ensemble"]').click()
cy.get('[id="Choisir un ensemble-listbox"] > div').should('have.length', 18)
cy.get('[id="Choisir un ensemble-listbox"] > div').should('have.length', 19)
cy.get('[id="Choisir un ensemble-listbox"]').type('{esc}')

// Open menu and select "Reg. MEMN", the tag is displayed
Expand Down

0 comments on commit 62dbf82

Please sign in to comment.