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 623f7f6 commit 621e96dCopy full SHA for 621e96d
tests/test_binding_inheritance.py
@@ -640,7 +640,7 @@ def on_mount(self) -> None:
640
# Check the NoHandle widget has focus
641
assert pilot.app.query_one(NoHandle).has_focus
642
# Press the "t" key
643
- await pilot.press("t")
+ await pilot.press("t", "_")
644
# Check the action on the no handle widget was called
645
assert no_handle_invoked
646
# Check the return value, confirming that the action on Handle was called
0 commit comments