-
Notifications
You must be signed in to change notification settings - Fork 377
Added OUIA compatibility to Select component #2996
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
Conversation
b60624e to
a656bd0
Compare
|
This was a problem with the |
|
PatternFly-React preview: https://patternfly-react-pr-2996.surge.sh |
Codecov Report
@@ Coverage Diff @@
## master #2996 +/- ##
==========================================
- Coverage 69.02% 68.98% -0.05%
==========================================
Files 858 858
Lines 23432 23450 +18
Branches 1859 1862 +3
==========================================
+ Hits 16174 16177 +3
- Misses 6337 6351 +14
- Partials 921 922 +1
Continue to review full report at Codecov.
|
|
Fixed the type used in a test. |
63a2f66 to
f744f60
Compare
|
@redallen I'm afraid I can't fix failed tests. These errors are so cryptic to me. |
|
@quarckster you gotta update snapshots in order to fix circle build, this can be done by running |
f744f60 to
8fd807e
Compare
|
@karelhala I applied your patch but there are still some errors |
|
If you rebase on latest upstream and run |
8fd807e to
7c4d27e
Compare
|
@redallen tests passed |
tlabaj
left a comment
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
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
What: Added OUIA props to Tabs as per #2423
Additional issues: tests failed:
@redallen @jschuler @karelhala I would appreciate any help with this.