Skip to content

Commit

Permalink
fix: test e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJp committed May 29, 2024
1 parent 8508f40 commit 9e32d75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/certifications.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ describe('Certifications', () => {
describe('Qualiopi', () => {
it('Should display Qualiopi', () => {
cy.visit(`/labels-certificats/356000000`);
cy.contains('Organisme de formation certifié Qualiopi');
cy.contains('Organisme de formation');
cy.contains('certifiée Qualiopi');
cy.contains('Numéro Déclaration Activité');
cy.contains('11755565775');
});
Expand Down

0 comments on commit 9e32d75

Please sign in to comment.