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

Screen reader accessibility #3850

Closed
Neurrone opened this issue Mar 31, 2019 · 2 comments · Fixed by #3851
Closed

Screen reader accessibility #3850

Neurrone opened this issue Mar 31, 2019 · 2 comments · Fixed by #3851
Labels
type: accessibility ♿️ Improvements for accessibility

Comments

@Neurrone
Copy link
Contributor

Current behavior:

  1. Various controls in the reporter with icons and labels on mouse hover don't expose alternative labels for screen readers:
    • Test controls: resume/restart, selector playground. These just get read as "button"
    • Statistics list: statistics like the actual no. of tests passed can be read, but the label is purely iconic.
  2. Runnables list doesn't expose whether the node is expanded or collapsed programatically.

Desired behavior:

Exposing this information for screen readers

Steps to reproduce: (app code and test code)

  1. Launch a screen reader, such as NVDA.
  2. Start the driver, and run any test suite to launch the reporter.

Versions

Latest master

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Apr 2, 2019

The code for this is done in cypress-io/cypress#3851, but has yet to be released.
We'll update this issue and reference the changelog when it's released.

@cypress-bot cypress-bot bot removed the stage: needs review The PR code is done & tested, needs review label Apr 2, 2019
@cypress-bot
Copy link
Contributor

cypress-bot bot commented May 17, 2019

Released in 3.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: accessibility ♿️ Improvements for accessibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants