mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add explicit sleep.
This commit is contained in:
@@ -475,7 +475,9 @@ def test_dock_scroll_off_by_one(snap_compare):
|
||||
|
||||
def test_scroll_to(snap_compare):
|
||||
# https://github.com/Textualize/textual/issues/2525
|
||||
assert snap_compare(SNAPSHOT_APPS_DIR / "scroll_to.py", terminal_size=(80, 25))
|
||||
assert snap_compare(
|
||||
SNAPSHOT_APPS_DIR / "scroll_to.py", terminal_size=(80, 25), press=["_"]
|
||||
)
|
||||
|
||||
|
||||
def test_auto_fr(snap_compare):
|
||||
|
||||
Reference in New Issue
Block a user