From 2b3d9664105601d361c4ad317954d5f5ca5e3f5a Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 23 Jan 2023 12:31:18 +0100 Subject: [PATCH] moar pauses --- 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 caf3adb76..868bd91aa 100644 --- a/tests/snapshot_tests/test_snapshots.py +++ b/tests/snapshot_tests/test_snapshots.py @@ -190,6 +190,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), )