Skip to content

Commit e39a18f

Browse files
author
Obada Haddad
committed
add page reload
1 parent a0b8117 commit e39a18f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

playwrightPython/test_submission.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def test_submission_v2_multiTaskFactSheet(page: Page) -> None:
4646
while not wait_for_finished(page, 10000) and count < 5:
4747
page.reload()
4848
count += 1
49+
page.reload()
4950
expect(page.get_by_role("cell", name="Finished")).to_be_visible(timeout=1)
5051

5152

@@ -70,6 +71,7 @@ def test_submission_v2_multiTask(page: Page) -> None:
7071
while not wait_for_finished(page, 10000) and count < 5:
7172
page.reload()
7273
count += 1
74+
page.reload()
7375
expect(page.get_by_role("cell", name="Finished")).to_be_visible(timeout=1)
7476

7577

0 commit comments

Comments
 (0)