Skip to content

Commit

Permalink
test: add data test id for lookup field
Browse files Browse the repository at this point in the history
  • Loading branch information
gosiexon-zen committed Sep 23, 2024
1 parent 814ffb1 commit 833de59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/new-request-form/fields/LookupField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export function LookupField({
)}
<Combobox
inputProps={{ required }}
data-test-id="lookup-field-combobox"
validation={error ? "error" : undefined}
inputValue={inputValue}
selectionValue={selectedOption?.value}
Expand Down

0 comments on commit 833de59

Please sign in to comment.