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

Remove deprecated waitForNavigation playwright API #1699

Merged
merged 3 commits into from
Feb 22, 2023
Merged

Conversation

Janpot
Copy link
Member

@Janpot Janpot commented Feb 22, 2023

Noticed

page.waitForNavigation();

in tests, without await, so it was not doing anything. It also seems to be deprecated by playwright for being racey, so I replaced it everywhere

@Janpot Janpot added the test label Feb 22, 2023
@Janpot Janpot changed the title Remove depr Remove deprecated waitForNavigation playwright API Feb 22, 2023
@Janpot Janpot merged commit af908ff into master Feb 22, 2023
@Janpot Janpot deleted the remove-depr branch February 22, 2023 14:29
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 this pull request may close these issues.

1 participant