docs: remove duplicate reference (#34513)

This commit is contained in:
Danilo Akamine 2025-01-28 16:33:04 -05:00 committed by GitHub
parent 7fc252fffc
commit b27945d045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -232,7 +232,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
```