Skip to content

Commit f4c32a3

Browse files
committed
depressing
1 parent 1118284 commit f4c32a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_modal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async def test_modal_pop_screen():
9393
await app.wait_for_refresh()
9494
# Check clicking the footer brings up the quit screen
9595
await pilot.click(Footer, offset=(1, 0))
96-
await pilot.pause()
96+
await pilot.pause(1 / 10)
9797
await app.wait_for_refresh()
9898
assert isinstance(pilot.app.screen, QuitScreen)
9999
# Check activating the quit button exits the app

0 commit comments

Comments
 (0)