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:
Jakub Rusz 2023-01-06 12:35:15 +01:00 committed by Sanne Raymaekers
parent d4c8d71bd1
commit 03b22647c5

View file

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