Skip to content

Commit

Permalink
test(playwright-ct): remove timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin committed Dec 12, 2024
1 parent 3e572a8 commit f9f6e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/playwright-ct/tests/utils/testHelpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function testHelpers({page}: {page: PlaywrightTestArgs['page']}) {
await $overlay.press('Space')
}

await expect($overlay).not.toBeVisible({timeout: 1500})
await expect($overlay).not.toBeVisible()
}
return {
/**
Expand Down

0 comments on commit f9f6e84

Please sign in to comment.