snapshot fix?

This commit is contained in:
Will McGugan
2025-10-08 16:33:09 +01:00
parent 02a7b7bb30
commit b6da06dbe1

View File

@@ -807,7 +807,9 @@ def test_remove_with_auto_height(snap_compare):
def test_auto_table(snap_compare):
assert snap_compare(SNAPSHOT_APPS_DIR / "auto-table.py", terminal_size=(120, 40))
assert snap_compare(
SNAPSHOT_APPS_DIR / "auto-table.py", terminal_size=(120, 40), press=["wait:100"]
)
def test_table_markup(snap_compare):