running out of ideas

This commit is contained in:
Will McGugan
2025-09-29 11:17:17 +01:00
parent 167af7e15d
commit a9d451d8bb
2 changed files with 2 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ async def test_modal_pop_screen():
# Check clicking the footer brings up the quit screen
assert await pilot.click(offset=(1, app.size.height - 1))
await app.wait_for_refresh()
await pilot.pause()
assert isinstance(pilot.app.screen, QuitScreen)
# Check activating the quit button exits the app
await pilot.press("enter")