We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8c695 commit b3e1ef9Copy full SHA for b3e1ef9
tests/test_modal.py
@@ -90,6 +90,7 @@ async def test_modal_pop_screen():
90
async with app.run_test() as pilot:
91
# Pause to ensure the footer is fully composed to avoid flakiness in CI
92
await pilot.pause()
93
+ assert await app.wait_for_refresh()
94
assert await pilot.click("FooterKey")
95
assert await app.wait_for_refresh()
96
assert isinstance(app.screen, QuitScreen)
0 commit comments