Skip to content

[BUG]Wait for navigation with url and wait until network idle fail to respond and time out #2526

@vrknetha

Description

@vrknetha

Context:

  • Playwright Version: [1.0.2]
  • Operating System: [Windows]
  • Node version: [12]
  • Browser: [Chromium]
  • Extra: [Jest]

Help us help you! Put down a short code snippet that illustrates your bug and
that we can run and debug locally. For example:

await this.page.waitForNavigation({
			url: 'https://localhost:4200/group-admin/settings#moderators',
			timeout: 10000,
			waitUntil: 'networkidle'
		});

Describe the bug

Our application has a lot of page redirections and I made this method for the page to end for navigation on that page with no network calls in the background. It fails to respond even after the page navigation and no network calls in the background.

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