We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3b3ec commit 7de694aCopy full SHA for 7de694a
src/page/utils/goto.ts
@@ -16,7 +16,7 @@ export const goto = async (page: Page, url: string, originalFn: typeof page.goto
16
// They tested this number and found it to be a reliable timeout for the Stencil components to be hydrated.
17
timeout: 4750,
18
}),
19
- originalFn(url.split('?')[0], options),
+ originalFn(url, options),
20
]);
21
22
return result[1];
0 commit comments