-
Notifications
You must be signed in to change notification settings - Fork 273
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
Implement toHaveAccessibilityValue matcher #1496
Implement toHaveAccessibilityValue matcher #1496
Conversation
c46061c
to
61626bc
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1496 +/- ##
==========================================
+ Coverage 98.13% 98.15% +0.01%
==========================================
Files 97 98 +1
Lines 5747 5787 +40
Branches 890 894 +4
==========================================
+ Hits 5640 5680 +40
Misses 107 107
☔ View full report in Codecov by Sentry. |
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.
@tarunrajput Thanks for the pr! Implementation looks good, I just have some feedback on the tests that needs to be addressed before we merge this
4c0df36
to
3848c5e
Compare
3848c5e
to
ebcbab5
Compare
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.
Looks good! Let's merge 🔀 this!
🎉 Release in version: v12.4.0 |
Summary
#1485 - Implement
toHaveAccessibilityValue
matcherTest plan
Add unit tests and ensure all test passes