Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdding keyboard shortcut test cases #29
Conversation
|
how about capitalizing |
|
If we tackle with this, ideally we would need various keyboards to cover as many scenarios as possible.
Also each case should be tested on different language settings to cover an issue like brave/browser-laptop#9248 and brave/browser-laptop#6428, which are unresolved To make the manual QA meaningful, I think those should be addressed. If not, why wouldn't we just let the automated tests do the stuff ... ? I'm not quite sure what the object to check it manually is |
|
Covering all other layouts apart from US will be difficult and quite impossible IMO. We could just do it of EN_US for now(shortcuts being similar across majority of other keyboards). |
|
Also there is a lot of other shortcuts according to the list https://community.brave.com/t/brave-browser-shortcuts-currently-for-windows-only/10001 compiled by @eljuno. |
|
Close/Reopen of tabs/windows and shortcuts for brave pages as listed in the change should be sufficient. May be we can link the community page and say verify if these work . May be these keyboard shortcuts test is needed only for CR upgrades and not the normal releases/hotfix |
|
@luixxiul I agree that there's a lot of other shortcuts and keyboard layouts that I haven't added but as @srirambv mentioned above, it would be very difficult to add all the different cases, it's not really feasible/scalable right now. The main purpose of these additions is for a quick sanity check to make sure that some of the main/popular keyboard shortcuts are working as expected so we don't have issues like brave/browser-laptop#11331 which was the main driver to get hotfix4 released last week. @srirambv, do we only see keyboard shortcut regressions during CR upgrades? Have we seen regressions in normal releases/hotfix? I definitely don't want to spin up another hotfix because we've missed a popular keyboard shortcut that upset several power users.
That's a good idea... We can leverage our community and ask them to try the full shortcut list against several different keyboards and languages. Hopefully in the future we can cover all these cases but right now, we just need to make sure we're not regressing the most used shortcuts, especially shortcuts that help users power navigate. |
|
Fixed capitalization..... Capitalized the first letter for the following keys:
Checked several documentation resources online, including Googles... All seem to be using the above format in terms of capitalization. |
|
++ |
kjozwiak commentedNov 7, 2017
Fix #28 and added keyboard shortcut test cases into both the
wikitemplate-cr-upgrade.mdandwikitemplate.mdtemplates.