Skip to content

Commit

Permalink
use français, with small letter, in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bozana committed Nov 19, 2024
1 parent f0d7cdf commit 440a685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/integration/SubmissionWizard.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ describe('Submission Wizard', function() {
cy.get('button:contains("Submit")').should('be.enabled');
});

cy.changeLanguage('Français');
cy.changeLanguage('français');
cy.get('button:contains("Continuer")').click();
cy.get('button:contains("Continuer")').click();
cy.get('button:contains("Continuer")').click();
Expand Down

0 comments on commit 440a685

Please sign in to comment.