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