mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix test.
This commit is contained in:
@@ -514,6 +514,5 @@ def test_select_rebuild(snap_compare):
|
|||||||
# https://github.com/Textualize/textual/issues/2557
|
# https://github.com/Textualize/textual/issues/2557
|
||||||
assert snap_compare(
|
assert snap_compare(
|
||||||
SNAPSHOT_APPS_DIR / "select_rebuild.py",
|
SNAPSHOT_APPS_DIR / "select_rebuild.py",
|
||||||
press=["tab", "space", "escape", "tab", "enter", "tab", "space"]
|
press=["space", "escape", "tab", "enter", "tab", "space"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user