You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: ui: Migrate simple keypress tests to use keys_for_command.
The previous keypress tests used hardcoded tests against specific keys.
This could have potentially broken tests if any keybinding would have
updated.
Updated trivial keypress tests to use `keys_for_command` to ensure that
the tests are future-proof and they work for multiple specified keys.
0 commit comments