diff --git a/e2e/footer.spec.ts b/e2e/footer.spec.ts index 3125239b6f1..50745b491fd 100644 --- a/e2e/footer.spec.ts +++ b/e2e/footer.spec.ts @@ -152,7 +152,7 @@ test.describe('Footer bottom section', () => { } for (const item of BOTTOM_LINKS) { - const link = page.getByRole('link', { name: item.title }); + const link = page.getByRole('link', { name: item.title, exact: true }); await expect(link).toBeVisible(); await expect(link).toHaveAttribute('href', item.href);