From b265b855cd73c9c7f68ea082e49a8968b581fa0b Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 19 Dec 2022 13:39:03 +0000 Subject: [PATCH] insert pause --- tests/snapshot_tests/test_snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---