We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f398c50 commit 0538f0fCopy full SHA for 0538f0f
e2e/run.ts
@@ -29,6 +29,7 @@ const data = [
29
`--load-extension=${ext}`,
30
],
31
});
32
+ await browser.newPage();
33
const background = await browser.waitForTarget(
34
target => target.type() === 'service_worker',
35
);
0 commit comments