docs: remove duplicate reference

This commit is contained in:
Danilo Akamine 2025-01-27 20:24:18 -05:00
Родитель 2c0576ea76
Коммит 667696a360
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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
```