We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b8117 commit e39a18fCopy full SHA for e39a18f
playwrightPython/test_submission.py
@@ -46,6 +46,7 @@ def test_submission_v2_multiTaskFactSheet(page: Page) -> None:
46
while not wait_for_finished(page, 10000) and count < 5:
47
page.reload()
48
count += 1
49
+ page.reload()
50
expect(page.get_by_role("cell", name="Finished")).to_be_visible(timeout=1)
51
52
@@ -70,6 +71,7 @@ def test_submission_v2_multiTask(page: Page) -> None:
70
71
72
73
74
75
76
77
0 commit comments