src: Remove ouia-ids
Since we're moving away from IQE the `ouia-id` atributes should be no longer needed. This removes them from the entire code base.
This commit is contained in:
parent
357dd3a910
commit
e6b030ea4c
30 changed files with 4 additions and 68 deletions
|
|
@ -143,7 +143,6 @@ export const AwsSourcesSelect = () => {
|
|||
onClick={handleToggle}
|
||||
isExpanded={isOpen}
|
||||
isDisabled={!isSuccess || isLoading}
|
||||
ouiaId="source_select"
|
||||
>
|
||||
<TextInputGroup isPlain>
|
||||
<TextInputGroupMain
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ export const AzureHyperVSelect = () => {
|
|||
|
||||
const toggle = (toggleRef: React.Ref<MenuToggleElement>) => (
|
||||
<MenuToggle
|
||||
ouiaId="hyperv_gen_select"
|
||||
ref={toggleRef}
|
||||
data-testid="azure-hyper-v-generation-select"
|
||||
onClick={() => setIsOpen(!isOpen)}
|
||||
|
|
|
|||
|
|
@ -102,7 +102,6 @@ export const AzureResourceGroups = () => {
|
|||
|
||||
const toggle = (toggleRef: React.Ref<MenuToggleElement>) => (
|
||||
<MenuToggle
|
||||
ouiaId="resource_group_select"
|
||||
ref={toggleRef}
|
||||
variant="typeahead"
|
||||
onClick={() => setIsOpen(!isOpen)}
|
||||
|
|
|
|||
|
|
@ -150,7 +150,6 @@ export const AzureSourcesSelect = () => {
|
|||
|
||||
const toggle = (toggleRef: React.Ref<MenuToggleElement>) => (
|
||||
<MenuToggle
|
||||
ouiaId="source_select"
|
||||
ref={toggleRef}
|
||||
variant="typeahead"
|
||||
onClick={handleToggle}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue