mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add pause after datatable snapshot test
This commit is contained in:
@@ -89,7 +89,7 @@ def test_placeholder_render(snap_compare):
|
||||
|
||||
|
||||
def test_datatable_render(snap_compare):
|
||||
press = ["tab", "down", "down", "right", "up", "left"]
|
||||
press = ["tab", "down", "down", "right", "up", "left", "_"]
|
||||
assert snap_compare(WIDGET_EXAMPLES_DIR / "data_table.py", press=press)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user