diff --git a/src/plugins/home/public/application/components/__snapshots__/home.test.js.snap b/src/plugins/home/public/application/components/__snapshots__/home.test.js.snap index cd0884fa65fea..4a094a5eb33d2 100644 --- a/src/plugins/home/public/application/components/__snapshots__/home.test.js.snap +++ b/src/plugins/home/public/application/components/__snapshots__/home.test.js.snap @@ -1,10 +1,9 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`home change home route should render a link to change the default route in advanced settings if advanced settings is enabled 1`] = ` - - + `; exports[`home directories should not render directory entry when showOnHomePage is false 1`] = ` - - + `; exports[`home directories should render ADMIN directory entry in "Manage your data" panel 1`] = ` - - + `; exports[`home directories should render DATA directory entry in "Ingest your data" panel 1`] = ` - - + `; exports[`home directories should render solutions in the "solution section" 1`] = ` - - + `; exports[`home header render 1`] = ` - - + `; exports[`home header should show "Dev tools" link if console is available 1`] = ` - - + `; exports[`home header should show "Manage" link if stack management is available 1`] = ` - - + `; exports[`home isNewKibanaInstance should safely handle execeptions 1`] = ` - - + `; exports[`home isNewKibanaInstance should set isNewKibanaInstance to false when there are index patterns 1`] = ` - - + `; exports[`home isNewKibanaInstance should set isNewKibanaInstance to true when there are no index patterns 1`] = ` - - + `; exports[`home should render home component 1`] = ` - - + `; exports[`home welcome should show the normal home page if loading fails 1`] = ` - - + `; exports[`home welcome should show the normal home page if welcome screen is disabled locally 1`] = ` - - + `; exports[`home welcome should show the welcome screen if enabled, and there are no index patterns defined 1`] = ` @@ -698,10 +698,9 @@ exports[`home welcome should show the welcome screen if enabled, and there are n `; exports[`home welcome stores skip welcome setting if skipped 1`] = ` - - + `; diff --git a/src/plugins/kibana_overview/public/components/overview/__snapshots__/overview.test.tsx.snap b/src/plugins/kibana_overview/public/components/overview/__snapshots__/overview.test.tsx.snap index b4d621c2ee7f6..a32e27050fad1 100644 --- a/src/plugins/kibana_overview/public/components/overview/__snapshots__/overview.test.tsx.snap +++ b/src/plugins/kibana_overview/public/components/overview/__snapshots__/overview.test.tsx.snap @@ -1,10 +1,9 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Overview render 1`] = ` -
- + `; exports[`Overview without features 1`] = ` -
- + `; exports[`Overview without solutions 1`] = ` -
- + `;