Skip to content

Commit b6da06d

Browse files
committed
snapshot fix?
1 parent 02a7b7b commit b6da06d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/snapshot_tests/test_snapshots.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,9 @@ def test_remove_with_auto_height(snap_compare):
807807

808808

809809
def test_auto_table(snap_compare):
810-
assert snap_compare(SNAPSHOT_APPS_DIR / "auto-table.py", terminal_size=(120, 40))
810+
assert snap_compare(
811+
SNAPSHOT_APPS_DIR / "auto-table.py", terminal_size=(120, 40), press=["wait:100"]
812+
)
811813

812814

813815
def test_table_markup(snap_compare):

0 commit comments

Comments
 (0)