Skip to content
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

a11y e2e tests #12099

Draft
wants to merge 35 commits into
base: master
Choose a base branch
from
Draft

a11y e2e tests #12099

wants to merge 35 commits into from

Conversation

koebel
Copy link
Contributor

@koebel koebel commented Jan 13, 2025

Description

setup and implementation of most important accessibility tests using axe-core

  • to initial test setup
  • create feature with scenarios for login, header, file view, file preview, shares, deleted files
  • step implementation
    • login scenario
    • various header features
    • file view scenario
    • file preview (for image files)
    • shares scenario
    • deleted files (trashbin) scenario
  • additional page objects?
  • axebuilder
  • update dependencies
  • report accessiblity findings
  • change log

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?

  • test cases are passing
  • currently some test cases contain excludes for components with know accessibility issues

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests
  • Documentation
  • Maintenance (e.g. dependency updates or tooling)

Open tasks:

  • address the accessibility issues that have been identified by these tests, namely
    • text fields on login page
    • breadcrumbs
    • ...

Copy link

update-docs bot commented Jan 13, 2025

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.

@koebel koebel self-assigned this Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant