mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Frontend: Migrate LoadingIndicator.tsx from aria-label e2e selectors to data-testid (#79664)
* refactor: update component to use data-testid * refactor: update loading indicator e2e selector * oops - forgot to update betterer results * update loading indicator in variable picker --------- Co-authored-by: joshhunt <josh@trtr.co> Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
This commit is contained in:
@@ -382,7 +382,7 @@ export const Components = {
|
||||
link: 'data-testid Dashboard link',
|
||||
},
|
||||
LoadingIndicator: {
|
||||
icon: 'Loading indicator',
|
||||
icon: 'data-testid Loading indicator',
|
||||
},
|
||||
CallToActionCard: {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user