docs: remove duplicate reference
This commit is contained in:
Родитель
2c0576ea76
Коммит
667696a360
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче