Skip to content

Commit dc75cc2

Browse files
committed
test(footer): add pauses for flaky test in CI
1 parent d4740a1 commit dc75cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/footer/test_footer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +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()
57+
await pilot.pause()
5858
assert app_binding_count == 1
5959
await pilot.click("Footer")
60-
await app.wait_for_refresh()
60+
await pilot.pause()
6161
assert app_binding_count == 2

0 commit comments

Comments
 (0)