-
Notifications
You must be signed in to change notification settings - Fork 24
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
test: switch tabs tests to react testing library #1378
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
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.
I left a few comments, but overall this conversion looks good! In addition to converting the existing cases, this is an opportunity to evaluate if we should add anything to increase coverage and better follow the CONTRIBUTING guidelines. That being said, I think we should make sure we are running axe on all the component states. Right now, we're missing the vertical and thin variants.
I have just added those variants to the test file. |
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.
Just a few minor things, looking good!
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 great! Thank you!
🚨 Reviewed for Security 🚨 |
Issue #1159
This PR switches the Tabs tests to React Testing Library.
Validation steps