-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: ErrorBoundary avt test #14754
feat: ErrorBoundary avt test #14754
Conversation
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Hey @andreancardona the tests LGTM! 🚀
Just a couple notes about the declaration, before merge.
Co-authored-by: Guilherme Datilio Ribeiro <[email protected]>
Co-authored-by: Guilherme Datilio Ribeiro <[email protected]>
3166c31
Closes #14753
Added keyboard navigation to
ErrorBoundary
component.Added new file e2e/components/DefinitionTooltip /ErrorBoundary-test.avt.e2e.js
Testing / Reviewing:
yarn playwright test components/ErrorBoundary/ErrorBoundary-test.avt.e2e.js
Ensure the test pass.
Ensure that the expected navigation is covered.