Skip to content

Commit 7ece82a

Browse files
committed
fix: update Footer test to match new description text
1 parent a099649 commit 7ece82a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/app/__tests__/Footer.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe("<Footer />", () => {
1313

1414
// Check that the main sections are present
1515
expect(screen.getByText("Liens utiles")).toBeInTheDocument();
16-
expect(screen.getByText(/Index Egapro et Représentation équilibrée/)).toBeInTheDocument();
16+
expect(screen.getByText(/Egapro permet aux entreprises de déclarer/)).toBeInTheDocument();
1717
});
1818

1919
it("displays the correct accessibility status", () => {

0 commit comments

Comments
 (0)