docs(python): remove random fixture (#16226)
This commit is contained in:
parent
165ab9bfa9
commit
744fa8b6e6
|
|
@ -30,9 +30,7 @@ import re
|
|||
from playwright.sync_api import Page, expect
|
||||
|
||||
|
||||
def test_homepage_has_Playwright_in_title_and_get_started_link_linking_to_the_intro_page(
|
||||
page: Page, foo
|
||||
):
|
||||
def test_homepage_has_Playwright_in_title_and_get_started_link_linking_to_the_intro_page(page: Page):
|
||||
page.goto("https://playwright.dev/")
|
||||
|
||||
# Expect a title "to contain" a substring.
|
||||
|
|
|
|||
|
|
@ -12,9 +12,7 @@ import re
|
|||
from playwright.sync_api import Page, expect
|
||||
|
||||
|
||||
def test_homepage_has_Playwright_in_title_and_get_started_link_linking_to_the_intro_page(
|
||||
page: Page, foo
|
||||
):
|
||||
def test_homepage_has_Playwright_in_title_and_get_started_link_linking_to_the_intro_page(page: Page):
|
||||
page.goto("https://playwright.dev/")
|
||||
|
||||
# Expect a title "to contain" a substring.
|
||||
|
|
|
|||
Loading…
Reference in a new issue