Skip to content

Commit b143d11

Browse files
committed
Remove unnecessary waits
1 parent 9244e3d commit b143d11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/sharing.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ test.describe('sharing', () => {
2222
await page.locator('[data-test-auth-tier-personal] [data-test-auth-social-google]').click()
2323
await page.waitForLoadState('domcontentloaded')
2424
await page.getByRole('button', { name: /add new account/i }).click()
25-
await page.waitForLoadState('domcontentloaded')
2625
await page.locator('#autogen-button').click()
27-
await page.waitForLoadState('domcontentloaded')
2826
await page.locator('#sign-in').click()
2927

3028
await page.waitForSelector('[data-is-mounted="true"]')

0 commit comments

Comments
 (0)