add pause to action

This commit is contained in:
Will McGugan
2022-12-19 11:26:42 +00:00
parent 621e96dcdd
commit 002cbab0d5
3 changed files with 4 additions and 4 deletions

View File

@@ -173,6 +173,6 @@ def test_demo(snap_compare):
"""Test the demo app (python -m textual)"""
assert snap_compare(
Path("../../src/textual/demo.py"),
press=["down", "down", "down"],
press=["down", "down", "down", "_"],
terminal_size=(100, 30),
)