We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbec49 commit 95cafeeCopy full SHA for 95cafee
e2e/Footer.spec.ts
@@ -17,13 +17,4 @@ test("Footer should contain the correct links", async ({ page }) => {
17
await expect(
18
page.getByRole("link", { name: "Organization profile", exact: true })
19
).toBeVisible();
20
- await expect(
21
- page.getByRole("link", { name: "Frontend repository", exact: true })
22
- ).toBeVisible();
23
24
- page.getByRole("link", { name: "Main API repository", exact: true })
25
26
27
- page.getByRole("link", { name: "Tests runner repository", exact: true })
28
29
});
0 commit comments