-
-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TRACKING: Migrate tests using hard-coded keys to use keys_for_command. #533
Comments
The |
@zulipbot add "tests (pytest)" "further discussion required" |
@preetmishra The It is possible that we (or a user) might remove the |
@preetmishra We could use |
Closing this after #953, though we have a very few use of isolated keys (navigation and activation) which will likely be solved using command-map work. |
@neiljp In #523, we migrated keypress tests to use keys_for_command but there are still few other tests that use hard-coded keys. This issue serves the purpose of tracking that.
I grepped the code with
keypress
to see what tests still use hard-coded keys. I am listing out those here.mouse_event
tests use hard-coded keys. It is not possible to directly usekeys_for_command
here as their implementation doesn't support all the keys for the commands (more information about this is in the comments).If you find more tests using hard-coded keys, you can append them here.
The text was updated successfully, but these errors were encountered: