-
Notifications
You must be signed in to change notification settings - Fork 14
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
chore(PPDSC-2079): update axe-core and fix any errors #167
chore(PPDSC-2079): update axe-core and fix any errors #167
Conversation
You can preview these changes on: |
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.
The code changes look good to me 👍 let's wait others point
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.
👏
1069345
* chore(PPDSC-2079): update axe-core and fix any errors * chore(PPDSC-2079): removed unnecessary aria values from thumb * chore(PPDSC-2079): updated snapshots
PPDSC-2079
What
Our
axe-core
andcypress-axe
versions were not up to date, so I've updated them and cleared all new a11y errors.I have done:
I have tested manually:
How to test:
Run
yarn e2e:build
thenyarn e2e:comps
and check if all tests pass (but that should be handled by circleci either way).