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:
Jamin
2024-01-12 16:30:11 +00:00
committed by GitHub
parent a886bd3c79
commit 66c85d9826
5 changed files with 8 additions and 33 deletions

View File

@@ -382,7 +382,7 @@ export const Components = {
link: 'data-testid Dashboard link',
},
LoadingIndicator: {
icon: 'Loading indicator',
icon: 'data-testid Loading indicator',
},
CallToActionCard: {
/**