mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Make list_view snapshot test pass more reliably
This commit is contained in:
committed by
GitHub
parent
0762a6b858
commit
dd478dd249
@@ -103,7 +103,7 @@ def test_header_render(snap_compare):
|
|||||||
|
|
||||||
def test_list_view(snap_compare):
|
def test_list_view(snap_compare):
|
||||||
assert snap_compare(
|
assert snap_compare(
|
||||||
WIDGET_EXAMPLES_DIR / "list_view.py", press=["tab", "down", "down", "up"]
|
WIDGET_EXAMPLES_DIR / "list_view.py", press=["tab", "down", "down", "up", "_"]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user