Skip to content

Commit

Permalink
chore: fix certif phone number
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJp committed Sep 17, 2024
1 parent 8f796e6 commit 41d9edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/certifications.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('Certifications', () => {

it('Should display company phone number', () => {
cy.visit(`/labels-certificats/487444697`);
cy.contains('09 82 26 64 14');
cy.contains('05 53 02 91 16');
});
});
describe('ESS & Spectacles vivants', () => {
Expand Down

0 comments on commit 41d9edd

Please sign in to comment.