-
Notifications
You must be signed in to change notification settings - Fork 140
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(checklist): wcag2.2 readiness #6577
test(checklist): wcag2.2 readiness #6577
Conversation
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6577 +/- ##
==========================================
+ Coverage 80.06% 80.87% +0.80%
==========================================
Files 394 395 +1
Lines 12907 12876 -31
Branches 4277 4266 -11
==========================================
+ Hits 10334 10413 +79
+ Misses 2573 2463 -110
|
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.
can you add tab navigation for all the focusable elements, and verify if they are getting focused?
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.
a tiny change in comment
Co-authored-by: Nandan Devadula <[email protected]>
9595f65
Closes #6528
Add tests for task states(checked, unchecked, indeterminate, disabled and error states) and tests for expanded/collapsed state.
Add avt test
What did you change?
packages/ibm-products/src/components/Checklist/Checklist.test.js
e2e/components/Checklist/Checklist-test.avt.e2e.js
How did you test and verify your work? yarn test