Skip to content
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

Closed
sapphi-red opened this issue Oct 15, 2024 · 0 comments · Fixed by #33110
Closed

[Bug]: page.waitForRequest does not get resolved since 1.48.0 #33107

sapphi-red opened this issue Oct 15, 2024 · 0 comments · Fixed by #33110
Assignees
Labels

Comments

@sapphi-red
Copy link

sapphi-red commented Oct 15, 2024

Version

1.48.0

Steps to reproduce

  1. Clone https://github.com/sapphi-red-repros/playwright-wait-reqeust-not-resolving
  2. Run npm i
  3. Run node index.js
  4. Times out at 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

  System:
    OS: Windows 11 10.0.22631
    CPU: (24) x64 AMD Ryzen 9 5900X 12-Core Processor
    Memory: 17.95 GB / 31.92 GB
  Binaries:
    Node: 20.17.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.21 - C:\Program Files\nodejs\yarn.CMD
    npm: 10.8.2 - C:\Program Files\nodejs\npm.CMD
    bun: 1.1.29 - ~\AppData\Local\Microsoft\WinGet\Links\bun.EXE
  IDEs:
    VSCode: 1.94.2 - C:\Users\green\AppData\Local\Programs\Microsoft VS Code\bin\code.CMD
  Languages:
    Bash: 5.1.16 - C:\Windows\system32\bash.EXE
  npmPackages:
    playwright: 1.48.0 => 1.48.0
@sapphi-red sapphi-red changed the title [Bug]: [Bug]: page.waitForRequest does not get resolved Oct 15, 2024
@sapphi-red sapphi-red changed the title [Bug]: page.waitForRequest does not get resolved [Bug]: page.waitForRequest does not get resolved since 1l.48.0 Oct 15, 2024
@sapphi-red sapphi-red changed the title [Bug]: page.waitForRequest does not get resolved since 1l.48.0 [Bug]: page.waitForRequest does not get resolved since 1.48.0 Oct 15, 2024
@dgozman dgozman self-assigned this Oct 15, 2024
@dgozman dgozman added the v1.48 label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants