diff --git a/src/ui/public/query_bar/components/__snapshots__/query_bar.test.tsx.snap b/src/ui/public/query_bar/components/__snapshots__/query_bar.test.tsx.snap index 006c99730be0f..fb092e9f684c0 100644 --- a/src/ui/public/query_bar/components/__snapshots__/query_bar.test.tsx.snap +++ b/src/ui/public/query_bar/components/__snapshots__/query_bar.test.tsx.snap @@ -18,6 +18,7 @@ exports[`QueryBar Should disable autoFocus on EuiFieldText when disableAutoFocus onOutsideClick={[Function]} >
{ aria-haspopup="true" aria-expanded={this.state.isSuggestionsVisible} aria-owns="typeahead-items" + aria-controls="typeahead-items" >
diff --git a/src/ui/public/query_bar/components/typeahead/__snapshots__/suggestion_component.test.tsx.snap b/src/ui/public/query_bar/components/typeahead/__snapshots__/suggestion_component.test.tsx.snap index 0e3ce952d69e2..95d0869ac5919 100644 --- a/src/ui/public/query_bar/components/typeahead/__snapshots__/suggestion_component.test.tsx.snap +++ b/src/ui/public/query_bar/components/typeahead/__snapshots__/suggestion_component.test.tsx.snap @@ -2,6 +2,7 @@ exports[`SuggestionComponent Should display the suggestion and use the provided ariaId 1`] = `
= props => { onMouseEnter={props.onMouseEnter} ref={props.innerRef} id={props.ariaId} + aria-selected={props.selected} >