Make list_view snapshot test pass more reliably

This commit is contained in:
Rodrigo Girão Serrão
2023-01-12 15:00:56 +00:00
committed by GitHub
parent 0762a6b858
commit dd478dd249

View File

@@ -103,7 +103,7 @@ def test_header_render(snap_compare):
def test_list_view(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", "_"]
)