Skip to content

Commit e825923

Browse files
committed
test(e2e): fixes flaky settings heading test
1 parent 5574100 commit e825923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/settings.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { setupAuth } from "./helpers";
66
test("settings page renders section headings", async ({ page }) => {
77
await setupAuth(page);
88
await page.goto("/settings");
9+
await page.waitForLoadState("networkidle");
910

1011
await expect(
1112
page.getByRole("heading", { name: /organizations & repositories/i })

0 commit comments

Comments
 (0)