Skip to content

Commit

Permalink
Update location for a11y test files
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Oct 4, 2024
1 parent b66f41c commit bb1393b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/contributing/accessibility-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ Attention should be paid to improve and maintain accessibility, abbreviated as "

We use [`cypress-axe`](https://github.com/component-driven/cypress-axe) for automated testing of accessibility in Volto via Cypress.

Place accessibility test files in the subfolder in the Volto package.
For example, `packages/volto/cypress/tests/core/blocks/blocks-a11y.js`.
Place accessibility test files in the directory {file}`packages/volto/cypress/tests/core/a11y/`.

Name accessibility tests `[THING] tested for a11y axe violations`
Name accessibility tests `[THING] tested for a11y axe violations`.


## Common accessibility issues
Expand Down

0 comments on commit bb1393b

Please sign in to comment.