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 adedbfd commit 8458c3eCopy full SHA for 8458c3e
tests/demo-react.spec.ts
@@ -83,7 +83,7 @@ function getAllPairs<T>(list: T[]): [T, T][] {
83
test(`load`, async ({ browser, browserName, baseURL }) => {
84
const context = await browser.newContext();
85
const page = await context.newPage();
86
- await page.goto(baseURL! + "?mock");
+ await page.goto(baseURL! + "?mock=on");
87
await waitForStableVideo(page, "", 1000);
88
});
89
0 commit comments