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

Commit c1db1ce

Browse files
committed
debugging
1 parent 40956c6 commit c1db1ce

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
@@ -33,7 +33,7 @@ play.describe('browser service worker:', () => {
3333
})
3434

3535
// const currentURL = await page.url();
36-
await page.goto(`http://localhost:${servers[0].port}/ipfs/Qmf412jQZiuVUtdgnB36FXFX7xg5V6KEbSJ4dpQuhkLyfD`, {waitUntil: 'load'});
36+
await page.goto(`http://localhost:${servers[0].port}/ipfs/Qmf412jQZiuVUtdgnB36FXFX7xg5V6KEbSJ4dpQuhkLyfD`, {waitUntil: 'networkidle'});
3737
// await page.waitForSelector(textDOM)
3838

3939
const frameText2 = page.frameLocator('#viewer').locator(textDOM)

0 commit comments

Comments
 (0)