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.