diff --git a/tests/snapshot_tests/test_snapshots.py b/tests/snapshot_tests/test_snapshots.py index 0c8fb5abb..6f0a97faf 100644 --- a/tests/snapshot_tests/test_snapshots.py +++ b/tests/snapshot_tests/test_snapshots.py @@ -475,7 +475,9 @@ def test_dock_scroll_off_by_one(snap_compare): def test_scroll_to(snap_compare): # https://github.com/Textualize/textual/issues/2525 - assert snap_compare(SNAPSHOT_APPS_DIR / "scroll_to.py", terminal_size=(80, 25)) + assert snap_compare( + SNAPSHOT_APPS_DIR / "scroll_to.py", terminal_size=(80, 25), press=["_"] + ) def test_auto_fr(snap_compare):