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