-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Add a(n E2E) test for basic (left) arrow key usage #8492
Conversation
java/client/test/org/openqa/selenium/interactions/BasicKeyboardInterfaceTest.java
Outdated
Show resolved
Hide resolved
java/client/test/org/openqa/selenium/interactions/BasicKeyboardInterfaceTest.java
Outdated
Show resolved
Hide resolved
Fixes: SeleniumHQ#8483 Reviewed-By: David Burns <david.burns@theautomatedtester.co.uk>
just going to wait for travis before merging |
Cool. P.S. FYI, i re-used single_text_input.html (re-use of code that already exists is frequently the best thing to do, & seems to be the case for the page aspect here). |
…in this class) Fixes: SeleniumHQ#8483 Reviewed-By: David Burns <david.burns@theautomatedtester.co.uk>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution @haqer1!
* Add a(n E2E) test for (left) arrow key usage Fixes: SeleniumHQ#8483 * Updates based on code review: local constants, & usage of local page Fixes: SeleniumHQ#8483 Reviewed-By: David Burns <david.burns@theautomatedtester.co.uk> * Use assertThat(actual).isEqualTo(expected) (based on prevalent usage in this class) Fixes: SeleniumHQ#8483 Reviewed-By: David Burns <david.burns@theautomatedtester.co.uk> Co-authored-by: David Burns <david.burns@theautomatedtester.co.uk> Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
Fixes: #8483
Description
Helps ensure that Selenium supports basic (left) arrow key usage
Motivation and Context
I used this to determine that the issue i've worked around stems from Quill(JS.com), rather than Selenium
Types of changes
Checklist