Skip to content

Commit 0634101

Browse files
committed
flaky test
1 parent be8c8f4 commit 0634101

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/footer/test_footer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ def action_app_binding(self) -> None:
5454
assert app_binding_count == 0
5555
await app.wait_for_refresh()
5656
await pilot.click("Footer", offset=(1, 0))
57+
await app.wait_for_refresh()
5758
assert app_binding_count == 1
5859
await pilot.click("Footer")
60+
await app.wait_for_refresh()
5961
assert app_binding_count == 2

0 commit comments

Comments
 (0)