-
Notifications
You must be signed in to change notification settings - Fork 249
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
feat: add userEvent.tripleClick
API
#773
Conversation
7108cab
to
02f49e8
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 02f49e8:
|
Codecov Report
@@ Coverage Diff @@
## alpha #773 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 64 64
Lines 1312 1320 +8
Branches 505 507 +2
=========================================
+ Hits 1312 1320 +8
Continue to review full report at Codecov.
|
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.
Stellar 👍
Meant to mark this as "Approved" 👍 |
🎉 This PR is included in version 14.0.0-alpha.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What:
Add a
userEvent.tripleClick(element)
API.Why:
Triple clicking into an input is a common user interaction to select the value of an input field.
#763 allowed to simulate this per
pointer
API.How:
userEvent.tripleClick(element)
is a shortcut for:Checklist: