-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Expand test scenarios for emojis and Unicode in comments #34420
Conversation
Codecov Report
@@ Coverage Diff @@
## master #34420 +/- ##
=========================================
Coverage 64.78% 64.78%
Complexity 18372 18372
=========================================
Files 1199 1199
Lines 69565 69565
Branches 1281 1281
=========================================
Hits 45065 45065
Misses 24127 24127
Partials 373 373
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #34420 +/- ##
=========================================
Coverage 64.78% 64.78%
Complexity 18372 18372
=========================================
Files 1199 1199
Lines 69565 69565
Branches 1281 1281
=========================================
Hits 45065 45065
Misses 24127 24127
Partials 373 373
Continue to review full report at Codecov.
|
e83e5ee
to
9e1133c
Compare
Session $session, $xpath, $string | ||
) { | ||
$session->executeScript( | ||
"document.evaluate(`" . $xpath . "`, document).iterateNext().value = \"" . $string . "\";" |
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.
Idea for this kind of JavaScript came from SeleniumHQ/selenium#3257 (comment)
Other ideas welcome.
Backport |
Description
Add acceptance test scenarios for:
See the comments in
fillFieldWithCharacters
for information about what I had to do to get emojis into a text box on the webUI.Note: I have not added a test scenario for creating a folder with emojis in its name on the webUI.
fillFieldWithCharacters
happily puts the emojis into the "folder name" field. But then we need to somehow get focus into the field and send the enter key, while keeping the emojis in the field. That is a challenge for another day.Related Issue
How Has This Been Tested?
CI
Types of changes
Checklist:
Open tasks: