Skip to content

Commit

Permalink
fix: Fix accent post-rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintoo200 committed Dec 4, 2023
1 parent e0d9ec9 commit c0be952
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ describe('LesEntreprisesSEngagentInscription', () => {
await clickOnGoToEtape2();

// THEN
expect(screen.getByText('Etape 2 sur 2')).toBeVisible();
expect(screen.getByText('Étape 2 sur 2')).toBeVisible();
labelsEtape2.forEach((label) => {
expect(screen.getByRole('textbox', label)).toBeVisible();
});
Expand Down

0 comments on commit c0be952

Please sign in to comment.