Skip to content

Commit 8a82fdd

Browse files
committed
test: add data-cy prop in parent scenario selector in scenario creation dialog
1 parent 384890b commit 8a82fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inputs/HierarchicalComboBox/HierarchicalComboBox.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const HierarchicalComboBox = ({
3434
<Autocomplete
3535
{...props}
3636
data-cy="scenario-selector"
37+
ListboxProps={{ 'data-cy': 'scenario-selector-options' }}
3738
onChange={(event, node) => handleChange(event, node)}
3839
disableClearable
3940
disabled={disabled}

0 commit comments

Comments
 (0)