-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: select menu items by Cypress through ids
In Cypress it's difficult to choose a specific item in the menu if you don't know in which language you are. Each element can be in French, English, etc. To facilitate this work we can add id= on each element on the menu. With a specific word. This way you don't need to know in which language you are. * Adds Id on all menus ('My Account' menu, languages menu, help menu, logout, etc.) for testing purposes. Co-Authored-by: Olivier DOSSMANN <git@dossmann.net>
- Loading branch information
1 parent
cdf6c67
commit 3891f73
Showing
3 changed files
with
80 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters