-
Notifications
You must be signed in to change notification settings - Fork 156
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
[tests-only] accessibility test for basic functionalities of file view #12155
base: master
Are you sure you want to change the base?
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
…ns for single exclude and 2 exclude
// excluded for known accessibility issues | ||
// selectors.resourceTableEditName --> buttons must have discernible text | ||
// selectors.resourceIconLink --> buttons/links must have discernible text |
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.
need to decide how to track those issues that we skip here, if developers fix them I doubt that they will remember to change the test
async function (this: World, stepUser: string): Promise<void> { | ||
const { page } = this.actorsEnvironment.getActor({ key: stepUser }) | ||
|
||
const a11yObject = new objects.a11y.Accessibility({ page }) |
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.
confused about the name of the pageObject
Quality Gate passedIssues Measures |
…e exclude or array with multiple excludes
Description
setup axe core and implementation of most important accessibility tests for file view
Related Issue
Motivation and Context
make sure that oCIS web is compliant with the WCAG accessibility standards
As a user with limited accessibility
I want to be able to access all features of oCIS
So that regardless of my abilities and circumstances, I can benefit from oCIS
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Open tasks: