We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d6fa05 + 3468d4d commit af6951aCopy full SHA for af6951a
1 file changed
tests/test_competition.py
@@ -111,7 +111,7 @@ def test_manual_competition_creation(page: Page):
111
page.locator('input[name="name"]').click()
112
page.locator('input[name="name"]').fill(str(titleNum) + "Playwright Task")
113
page.locator('input[name="start_date"]').click()
114
- page.get_by_role("cell", name="12").click()
+ page.get_by_role("cell", name="12").first.click()
115
page.locator('input[name="start_time"]').click()
116
page.get_by_role("cell", name="10:").click()
117
page.get_by_role("cell", name=":00").click()
0 commit comments