Attempt at adding locators for select options

This commit is contained in:
John Hill 2021-04-01 15:08:14 -04:00 committed by GitHub
parent 06f8867417
commit e90f720153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>