diff --git a/tests/test_screens.py b/tests/test_screens.py index d715cd0a28..e5ddacb4d7 100644 --- a/tests/test_screens.py +++ b/tests/test_screens.py @@ -445,7 +445,7 @@ async def action_exit(self) -> None: results.clear() app = ScreensApp() - # Press X to exit, then Y to dismiss, expect False result + # Press X to exit, then N to dismiss, expect False result async with app.run_test() as pilot: await pilot.press("x", "n") assert results == [False]