mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
snapshot fix?
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user