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 efdb1c0 commit 9b156fdCopy full SHA for 9b156fd
lib/helper/Puppeteer.js
@@ -2504,8 +2504,8 @@ class Puppeteer extends Helper {
2504
const normalizePath = p => (p === '' || p === '/' ? '/' : p.replace(/\/+/g, '/').replace(/\/$/, '') || '/')
2505
return normalizePath(actualPath) === expectedPath
2506
},
2507
- normalizedPath,
2508
{ timeout: waitTimeout },
+ normalizedPath,
2509
)
2510
.catch(async e => {
2511
const currUrl = await this._getPageUrl()
0 commit comments