Skip to content

Conversation

@nhudinh0309
Copy link

Since upgrading Playwright from 1.50 to 1.56, several tests are failing due to changes in how page.waitForLoadState('networkidle') works.
The newer version enforces a stricter check for active network requests, which causes timeouts error since there are ongoing background API calls.
Therefore, this PR replaces waitForNetworkToBeIdle with waitForLoadState, using the default load state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants