mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
add pause
This commit is contained in:
@@ -71,7 +71,8 @@ def test_input_and_focus(snap_compare):
|
||||
"tab",
|
||||
*"Darren", # Focus first input, write "Darren"
|
||||
"tab",
|
||||
*"Burns", # Tab focus to second input, write "Burns"
|
||||
*"Burns",
|
||||
"_", # Tab focus to second input, write "Burns"
|
||||
]
|
||||
assert snap_compare(WIDGET_EXAMPLES_DIR / "input.py", press=press)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user