Skip to content

Commit 1ec7fa8

Browse files
committed
sigh
1 parent a9d451d commit 1ec7fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_modal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ async def test_modal_pop_screen():
9494
# Check clicking the footer brings up the quit screen
9595
assert await pilot.click(offset=(1, app.size.height - 1))
9696
await app.wait_for_refresh()
97-
await pilot.pause()
98-
assert isinstance(pilot.app.screen, QuitScreen)
97+
await pilot.pause(1 / 10)
98+
assert isinstance(app.screen, QuitScreen)
9999
# Check activating the quit button exits the app
100100
await pilot.press("enter")
101101
assert pilot.app._exit

0 commit comments

Comments
 (0)