Skip to content

Commit 0ecc90c

Browse files
authored
fix: Checkly flake (calcom#18904)
* fix: flaky test organization.spec * fix: checkly flake
1 parent ee31633 commit 0ecc90c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

__checks__/organization.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ test.describe("Org", () => {
7676
test.describe("Browse the Engineering Team", async () => {
7777
test("By User Navigation", async ({ page }) => {
7878
const response = await page.goto("https://i.cal.com");
79+
await page.waitForLoadState("networkidle");
7980
expect(response?.status()).toBe(200);
8081
await page.click('text="Engineering"');
8182
await expect(page.locator("text=Cal.com Engineering")).toBeVisible();

0 commit comments

Comments
 (0)