mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Attempt at adding locators for select options
This commit is contained in:
@@ -237,10 +237,10 @@ function NodeTypeStep({ i18n }) {
|
||||
className="convergenceSelect"
|
||||
ouiaId="convergenceSelect"
|
||||
>
|
||||
<SelectOption key="any" value="any">
|
||||
<SelectOption key="any" value="any" id="select-option-any">
|
||||
{i18n._(t`Any`)}
|
||||
</SelectOption>
|
||||
<SelectOption key="all" value="all">
|
||||
<SelectOption key="all" value="all" id="select-option-all">
|
||||
{i18n._(t`All`)}
|
||||
</SelectOption>
|
||||
</Select>
|
||||
|
||||
Reference in New Issue
Block a user