mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Force a wee wait when testing the demo
This keeps randomly failing in Windows in CI; multiple subsequent runs gets it going in the end, normally one further fail at a time. So let's throw a wee wait on the end and see if that helps.
This commit is contained in:
@@ -295,7 +295,7 @@ 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", "wait:250"],
|
||||
terminal_size=(100, 30),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user