-
Notifications
You must be signed in to change notification settings - Fork 469
fix: getByLabelText for output #789
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
fix: getByLabelText for output #789
Conversation
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 37f1c76:
|
Codecov Report
@@ Coverage Diff @@
## master #789 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 25 25
Lines 725 725
Branches 188 190 +2
=========================================
Hits 725 725
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.
LGTM. Thanks!
🎉 This PR is included in version 7.26.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What: I have fixed #787 and the comment in #343 (comment)
Why: Because following specs it should be possible to get
output
by it's label.How: Instead of replacing string that could cause the issue in the comment #343 (comment) I have looped al the childNodes taking text only from the right nodes
Checklist:
docs site