Skip to content

Commit

Permalink
fix: test e2e service public
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJp committed May 31, 2024
1 parent 3fe28f1 commit c06a98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/service-public.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('Service public', () => {
});
it('Should display dirigeant information', () => {
cy.visit('/dirigeants/130025265');
cy.contains('dirigeant(es) enregistré(es) auprès de la DILA');
cy.contains('responsable(s) enregistré(s) auprès de la DILA');
const table = () => cy.get('#responsables-service-public table');

table().contains('Role');
Expand Down

0 comments on commit c06a98a

Please sign in to comment.