Skip to content

Commit b3e1ef9

Browse files
committed
another wait for refresh
1 parent cd8c695 commit b3e1ef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_modal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ async def test_modal_pop_screen():
9090
async with app.run_test() as pilot:
9191
# Pause to ensure the footer is fully composed to avoid flakiness in CI
9292
await pilot.pause()
93+
assert await app.wait_for_refresh()
9394
assert await pilot.click("FooterKey")
9495
assert await app.wait_for_refresh()
9596
assert isinstance(app.screen, QuitScreen)

0 commit comments

Comments
 (0)