diff --git a/x-pack/plugins/code/public/components/file_tree/__snapshots__/file_tree.test.tsx.snap b/x-pack/plugins/code/public/components/file_tree/__snapshots__/file_tree.test.tsx.snap index b5d7f27f3bde5..ce2b92c95007d 100644 --- a/x-pack/plugins/code/public/components/file_tree/__snapshots__/file_tree.test.tsx.snap +++ b/x-pack/plugins/code/public/components/file_tree/__snapshots__/file_tree.test.tsx.snap @@ -78,7 +78,7 @@ exports[`render correctly 1`] = ` className="codeFileTree__node" >
{ } public getItemRenderer = (node: Tree, forceOpen: boolean, flattenFrom?: Tree) => () => { - const className = 'codeFileTree__item'; + const className = 'codeFileTree__item kbn-resetFocusState'; let bg = null; if (this.props.match.params.path === node.path) { bg =
this.scrollIntoView(el)} className="codeFileTree__node--fullWidth" />;