Skip to content

Commit 1e35bc3

Browse files
committed
test fix
1 parent a8de810 commit 1e35bc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/footer/test_footer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def action_app_binding(self) -> None:
5252
async with app.run_test() as pilot:
5353
await pilot.pause()
5454
assert app_binding_count == 0
55+
await app.wait_for_refresh()
5556
await pilot.click("Footer", offset=(1, 0))
5657
assert app_binding_count == 1
5758
await pilot.click("Footer")

0 commit comments

Comments
 (0)