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

Commit ea1050f

Browse files
committed
Debugging
1 parent c1db1ce commit ea1050f

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: 'networkidle'});
36+
await page.goto(`http://localhost:${servers[0].port}/ipfs/Qmf412jQZiuVUtdgnB36FXFX7xg5V6KEbSJ4dpQuhkLyfD`, {waitUntil: 'commit'});
3737
// await page.waitForSelector(textDOM)
3838

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

0 commit comments

Comments
 (0)