We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619ba5f commit 9762710Copy full SHA for 9762710
tests/snapshot_tests/test_snapshots.py
@@ -71,7 +71,8 @@ def test_input_and_focus(snap_compare):
71
"tab",
72
*"Darren", # Focus first input, write "Darren"
73
74
- *"Burns", # Tab focus to second input, write "Burns"
+ *"Burns",
75
+ "_", # Tab focus to second input, write "Burns"
76
]
77
assert snap_compare(WIDGET_EXAMPLES_DIR / "input.py", press=press)
78
0 commit comments