diff --git a/tests/snapshot_tests/test_snapshots.py b/tests/snapshot_tests/test_snapshots.py index c3fb1d19d..13f0c05cf 100644 --- a/tests/snapshot_tests/test_snapshots.py +++ b/tests/snapshot_tests/test_snapshots.py @@ -164,7 +164,7 @@ def test_offsets(snap_compare): def test_nested_auto_heights(snap_compare): """Test refreshing widget within a auto sized container""" - assert snap_compare("snapshot_apps/nested_auto_heights.py", press=["1", "2"]) + assert snap_compare("snapshot_apps/nested_auto_heights.py", press=["1", "2", "_"]) # --- Other ---