Specify ouiaId to use as selector for testing

see release_select for ImageOutputReleaseSelect for example
This commit is contained in:
Alexander Todorov 2023-03-09 11:03:23 +02:00 committed by Sanne Raymaekers
parent 42162c9350
commit 0b3d6a2b01

View file

@ -65,6 +65,7 @@ export const AWSSourcesSelect = ({
className={className}
>
<Select
ouiaId="source_select"
variant={SelectVariant.typeahead}
onToggle={handleToggle}
onSelect={handleSelect}