Skip to content

Commit

Permalink
test: add data-testid for search input field (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
veinfors committed Mar 30, 2023
1 parent fc53017 commit 5a52def
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export default function ListBoxSearch({
inputProps={{
tabIndex: keyboard && (!keyboard.enabled || keyboard.active) ? 0 : -1,
style: { textAlign: `${inpuTextAlign}` },
'data-testid': 'search-input-field',
}}
/>
);
Expand Down

0 comments on commit 5a52def

Please sign in to comment.