Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Acceptance Tests: Use accessible names and descriptions (#662)
End-users very rarely interact with our applications based on CSS selectors or an element's `[id]` attribute. Whether they're driving their their browser directly or with the support of assistive technologies, end-user interact with a page's form controls, buttons, or links based on their visual presentation or their text content. In order for our automated test suites to reliably simulate end-user experiences with the highest fidelity, we should write our instructions with [accessible names and descriptions][names_and_descriptions] in mind. [names_and_descriptions]: https://www.w3.org/TR/wai-aria-practices/#names_and_descriptions Co-authored-by: Matheus Richard <[email protected]>
- Loading branch information