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

Use accessibility-based locators in e2e tests #1048

Open
2 tasks done
cquinn540 opened this issue Dec 9, 2024 · 0 comments
Open
2 tasks done

Use accessibility-based locators in e2e tests #1048

cquinn540 opened this issue Dec 9, 2024 · 0 comments
Assignees
Labels
feature New feature or request help wanted Extra attention is needed

Comments

@cquinn540
Copy link
Collaborator

Terms

Description

This should be done after #1047

Currently the locators in the e2e tests use mostly ids and class names to locate elements. This should be changed to use accessibility locators as that is how our flesh-and-blood human users will locate elements in real life.

Some of the components themselves will need to be made more accessible for this to work, so this should be done in pieces with multiple PRs to keep the changes from getting too large.

Contribution

I plan to work on this

@cquinn540 cquinn540 added the feature New feature or request label Dec 9, 2024
@andrewtavis andrewtavis added the help wanted Extra attention is needed label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

2 participants