Skip to content

Commit

Permalink
chore: remove idle
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit-takkar committed Sep 27, 2024
1 parent 3d78e2d commit de0b7b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ test.describe("user1NotMemberOfOrg1 is part of team1MemberOfOrg1", () => {
}

await page.goto(`/event-types?teamId=${team1MemberOfOrg1.id}`);
await page.waitForLoadState("networkidle");

const teamEventLinksLocators = await page
.locator(`[data-testid="event-types"] [data-testid="preview-link-button"]`)
Expand Down

0 comments on commit de0b7b3

Please sign in to comment.