-
Notifications
You must be signed in to change notification settings - Fork 268
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
add more accessibility tests #13494
base: master
Are you sure you want to change the base?
add more accessibility tests #13494
Conversation
b24ad4c
to
28eee9d
Compare
It could be good to have Alex take a look. I am not very familiar with the |
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.
Left a comment. I also don't know anything about cypress-axe
but at least this PR gave me opportunity to read a bit of the documentation. Nothing else stands out to me codewise.
Once we've got some tests going we can check the results and the quality of the assessment and go from there.
Good job guys! 🙏
@@ -60,6 +60,10 @@ export default class AccountPagePo extends PagePo { | |||
return this.self().get('button[type="reset"]').click(); | |||
} | |||
|
|||
changePasswordModal() { | |||
return cy.get('.change-password-modal'); |
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.
we should use data-testid
in order to be specific in regards to our targets. Classes can change without us realising that they are bound to a test
28eee9d
to
13d53bf
Compare
13d53bf
to
6411eaa
Compare
Summary
Fixes #rancher/qa-tasks#1639
Checklist