Skip to content

Commit 9762710

Browse files
committed
add pause
1 parent 619ba5f commit 9762710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/snapshot_tests/test_snapshots.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ def test_input_and_focus(snap_compare):
7171
"tab",
7272
*"Darren", # Focus first input, write "Darren"
7373
"tab",
74-
*"Burns", # Tab focus to second input, write "Burns"
74+
*"Burns",
75+
"_", # Tab focus to second input, write "Burns"
7576
]
7677
assert snap_compare(WIDGET_EXAMPLES_DIR / "input.py", press=press)
7778

0 commit comments

Comments
 (0)