-
Notifications
You must be signed in to change notification settings - Fork 32
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
Feat: Add proper selectors for UI components #724
Comments
@sunker can we turn the "The following interactions need proper selectors" into a tasklist and change the URLs so that they are working again e.g.
|
Yep done! |
Which areas does this feature request relate to
Problem
In some places in the code when plugin-e2e needs to interact with the Grafana UI, propers e2e-selectors are missing so adhoc selector are being used. See this example:
This is brittle and error prone. We should always use selectors defined in grafana/e2e-selectors rather than using adhoc selectors like this.
Solution
The following interactions need proper selectors:
Tasks
Alternatives
No response
Additional context
No response
Are you interested in contributing the solution?
The text was updated successfully, but these errors were encountered: