From f33476e7858e5f65b4d1af5dce2536295361c5e3 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:11:12 +0000 Subject: [PATCH] feat(roll): roll to ToT Playwright (29-01-25) --- python/docs/auth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/docs/auth.mdx b/python/docs/auth.mdx index 90cb05810c1..95a32dd0af5 100644 --- a/python/docs/auth.mdx +++ b/python/docs/auth.mdx @@ -89,7 +89,7 @@ await page.goto('https://github.com/login') # Interact with login form await page.get_by_label("Username or email address").fill("username") await page.get_by_label("Password").fill("password") -await page.page.get_by_role("button", name="Sign in").click() +await page.get_by_role("button", name="Sign in").click() # Continue with the test ```