src: Remove unused data-testids
This removes unused `data-testid`s from the code base.
This commit is contained in:
parent
2ec85661c4
commit
aedbbdc53a
24 changed files with 76 additions and 143 deletions
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue