-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: page.waitForRequest
does not get resolved since 1.48.0
#33107
Labels
Comments
sapphi-red
changed the title
[Bug]:
[Bug]: Oct 15, 2024
page.waitForRequest
does not get resolvedpage.waitForRequest
does not get resolved since 1l.48.0
sapphi-red
changed the title
[Bug]:
[Bug]: Oct 15, 2024
page.waitForRequest
does not get resolved since 1l.48.0page.waitForRequest
does not get resolved since 1.48.0
1 task
This was referenced Nov 7, 2024
This was referenced Nov 11, 2024
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
1.48.0
Steps to reproduce
npm i
node index.js
await reqPromise
Expected behavior
I expect
page.waitForRequest(/worker\.js/);
to be resolved.Actual behavior
page.waitForRequest(/worker\.js/);
does not get resolved.Additional context
The same code works with 1.47.1.
Environment
The text was updated successfully, but these errors were encountered: