Skip to content

[REGRESSION]: page.goto worked fine on 1.8, times out on 1.17 #11570

@trusktr

Description

@trusktr

Context:

  • GOOD Playwright Version: [what Playwright version worked nicely?] 1.8
  • BAD Playwright Version: [what Playwright version doesn't work any more?] 1.17
  • Operating System: [e.g. Windows, Linux or Mac] Linux
  • Extra: [any specific details about your environment] playwright docker image

Code Snippet

My code does

    await page.goto('http://127.0.0.1:3001/docs/index.html#/');

and it was working until I updated. I'm not sure what the root cause is, maybe it isn't page.goto's issue, but that's how I encounter it.

Describe the bug

On 1.8, this work fine. on 1.17, it times out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions