src: Remove unused data-testids

This removes unused `data-testid`s from the code base.
This commit is contained in:
regexowl 2025-05-07 13:46:53 +02:00 committed by Simon Steinbeiß
parent 2ec85661c4
commit aedbbdc53a
24 changed files with 76 additions and 143 deletions

View file

@ -134,11 +134,7 @@ export const AzureResourceGroups = () => {
);
return (
<FormGroup
isRequired
label={'Resource group'}
data-testid="azure-resource-groups"
>
<FormGroup isRequired label={'Resource group'}>
<Select
isScrollable
isOpen={isOpen}
@ -151,10 +147,7 @@ export const AzureResourceGroups = () => {
>
<SelectList>
{isFetching && (
<SelectOption
value="loader"
data-testid="azure-resource-groups-loading"
>
<SelectOption value="loader">
<Spinner size="lg" />
</SelectOption>
)}