We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a099649 commit 7ece82aCopy full SHA for 7ece82a
1 file changed
packages/app/src/app/__tests__/Footer.test.tsx
@@ -13,7 +13,7 @@ describe("<Footer />", () => {
13
14
// Check that the main sections are present
15
expect(screen.getByText("Liens utiles")).toBeInTheDocument();
16
- expect(screen.getByText(/Index Egapro et Représentation équilibrée/)).toBeInTheDocument();
+ expect(screen.getByText(/Egapro permet aux entreprises de déclarer/)).toBeInTheDocument();
17
});
18
19
it("displays the correct accessibility status", () => {
0 commit comments