-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Feature] Add multichoice combobox #105
Conversation
This element can be used to work with Comboboxes that allow several elements to be selected
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
src/main/java/aquality/selenium/elements/interfaces/IMultiChoiceComboBox.java
Outdated
Show resolved
Hide resolved
# Conflicts: # src/main/resources/localization/be.json # src/main/resources/localization/en.json # src/main/resources/localization/ru.json
Rename to MultiChoiceBox Add localization values Add test, add to TestSuite.xml Resolve GitHub comments
* Rename all occurrences to MultiChoiceBox * unparallelize MultiChoiceBox tests
* Rename all occurrences to MultiChoiceBox * unparallelize MultiChoiceBox tests * remove waiting after the click
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Quality Gate passedIssues Measures |
Closes #65