Add ouiaID for resource group select
This commit is contained in:
parent
17f31c6cc2
commit
b17f18ddf8
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ const AzureResourceGroups = ({ label, isRequired, className, ...props }) => {
|
|||
>
|
||||
<FormSpy subscription={{ values: true }} onChange={onFormChange} />
|
||||
<Select
|
||||
ouiaId="resource_group_select"
|
||||
variant={SelectVariant.typeahead}
|
||||
className={className}
|
||||
onToggle={() => setIsOpen(!isOpen)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue