Wizard: add ouiaId to release select
This will help QE with testing the app by having a specific locator for this element.
This commit is contained in:
parent
d4c8d71bd1
commit
03b22647c5
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ const ImageOutputReleaseSelect = ({ label, isRequired, ...props }) => {
|
|||
return (
|
||||
<FormGroup isRequired={isRequired} label={label}>
|
||||
<Select
|
||||
ouiaId="release_select"
|
||||
variant={SelectVariant.single}
|
||||
onToggle={() => setIsOpen(!isOpen)}
|
||||
onSelect={setRelease}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue