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 374d296 commit 1118284Copy full SHA for 1118284
tests/test_modal.py
@@ -94,6 +94,7 @@ async def test_modal_pop_screen():
94
# Check clicking the footer brings up the quit screen
95
await pilot.click(Footer, offset=(1, 0))
96
await pilot.pause()
97
+ await app.wait_for_refresh()
98
assert isinstance(pilot.app.screen, QuitScreen)
99
# Check activating the quit button exits the app
100
await pilot.press("enter")
0 commit comments