Skip to content

Commit

Permalink
[ILM] Fixed skipped a11y and functional tests (elastic#116207)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Oct 28, 2021
1 parent 527e78a commit bb4a9be
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ export const PolicyTable: React.FunctionComponent<Props> = ({ policies }) => {
direction: 'asc',
},
}}
search={{ box: { incremental: true } }}
search={{
box: { incremental: true, 'data-test-subj': 'ilmSearchBar' },
}}
tableLayout="auto"
items={policies}
columns={columns}
Expand Down

0 comments on commit bb4a9be

Please sign in to comment.