Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit a78a35e

Browse files
committed
debugging: remove waitFor
1 parent dc292fc commit a78a35e

File tree

1 file changed

+1
-1
lines changed
  • examples/browser-service-worker/tests

1 file changed

+1
-1
lines changed

examples/browser-service-worker/tests/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ play.describe('browser service worker:', () => {
7676
// await page.waitForSelector('#viewer', {state: 'visible'})
7777

7878
const frameText2 = page.frameLocator('#viewer').locator(textDOM)
79-
await frameText2.waitFor({state: 'visible'})
79+
// await frameText2.waitFor({state: 'visible'})
8080

8181
// loop over all of the frames and log their content
8282
const frames = await page.frames();

0 commit comments

Comments
 (0)