Skip to content

Commit

Permalink
feat(input): removed test id
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulWahab3181 committed Aug 28, 2024
1 parent 06f7ab1 commit 43d1e94
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ export const Editor = ({
</Flex>
<Grid item mb={2} width="70%">
<AutoComplete
dataTestId="cy-item-select-indexes"
onSelect={(val) => setValue(`selectedIndex`, val?.value)}
options={attributes.map((attr) => ({ label: attr.key, value: attr.key }))}
/>
Expand Down

0 comments on commit 43d1e94

Please sign in to comment.