You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace discouraged PlayWright functions in our pytests (#8467)
* Replace page.click with page.locator.click
* Replace page.expect_navigation with page.wait_for_url
* Replace page.fill with locator.fill
* Replace page.text_content with locator.text_content
0 commit comments