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