Skip to content

Commit ce0cb8e

Browse files
committed
chore: removing a check to prevent a flaky test
1 parent f023902 commit ce0cb8e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

e2e/articles.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ test.describe("Unauthenticated Articles Page", () => {
2525
await expect(
2626
page.getByRole("heading", { name: "Written by E2E Test User One" }),
2727
).toBeVisible();
28-
await expect(
29-
page.getByRole("heading", { name: "Discussion (0)" }),
30-
).toBeVisible();
3128
await expect(page.getByLabel("like-trigger")).toBeVisible();
3229
await expect(page.getByLabel("bookmark-trigger")).toBeVisible();
3330
});

0 commit comments

Comments
 (0)