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 343615b commit b9f4cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/new-request-form-bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 b9f4cbd

Please sign in to comment.