eedd0b7a4d
CI / push-validation (pull_request) Successful in 33s
CI / lint (pull_request) Successful in 41s
CI / build (pull_request) Successful in 42s
CI / helm (pull_request) Successful in 43s
CI / typecheck (pull_request) Successful in 59s
CI / quality (pull_request) Successful in 1m1s
CI / security (pull_request) Successful in 1m14s
CI / unit_tests (pull_request) Successful in 4m42s
CI / docker (pull_request) Successful in 1m50s
CI / integration_tests (pull_request) Successful in 9m32s
CI / coverage (pull_request) Successful in 11m47s
CI / status-check (pull_request) Successful in 3s
- step_ref_picker_reset: fix assertion to check _text == "" (set_suggestions
with empty query calls hide(), not show "(no matches)")
- step_slash_overlay_all_commands: fix assertion to check overlay is hidden
(_visible=False, _text="") after reset — set_commands with empty query
calls hide(), it does not display all commands
- Add @when("I trigger on_input_changed with empty text") step so that the
empty-string scenario is matched — parse's {text} placeholder requires
one or more chars and would not match "" causing an "errored" scenario
- Feature: update scenario 4 (empty at-sign) to use step_ref_picker_reset
since "send @" yields empty query which hides the picker
- Feature: update scenario 5 to use the new empty-text step
ISSUES CLOSED: #4738