Skip to content

Commit 95cafee

Browse files
committed
test: Update tests related to footer links
1 parent 4bbec49 commit 95cafee

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

e2e/Footer.spec.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,4 @@ test("Footer should contain the correct links", async ({ page }) => {
1717
await expect(
1818
page.getByRole("link", { name: "Organization profile", exact: true })
1919
).toBeVisible();
20-
await expect(
21-
page.getByRole("link", { name: "Frontend repository", exact: true })
22-
).toBeVisible();
23-
await expect(
24-
page.getByRole("link", { name: "Main API repository", exact: true })
25-
).toBeVisible();
26-
await expect(
27-
page.getByRole("link", { name: "Tests runner repository", exact: true })
28-
).toBeVisible();
2920
});

0 commit comments

Comments
 (0)