Skip to content

Commit

Permalink
fix: correct result of search advanced search
Browse files Browse the repository at this point in the history
  • Loading branch information
rmonnier9 committed Nov 26, 2024
1 parent d9067f5 commit d597705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/research-advanced.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ describe('Dirigeants and Elus search', () => {
});
it('Search a dirigeant with main search bar', () => {
cy.visit('/rechercher?terme=xavier+jouppe');
cy.contains('SCI DE LASLAUDIE').should('be.visible');
cy.contains('Bernard JOUPPE').should('be.visible');
cy.contains('GANYMEDE').should('be.visible');
cy.contains('Xavier JOUPPE').should('be.visible');
});
});

Expand Down

0 comments on commit d597705

Please sign in to comment.