From 1dea44c5929be00f196a4e2621df1e13b4a3f26a Mon Sep 17 00:00:00 2001 From: Bhavya RM Date: Wed, 10 Jan 2018 11:27:20 -0500 Subject: [PATCH] Kibana home page tests (#15098) (#15964) Couple of tests to make sure Kibana home page isn't breaking. --- .../kibana/public/home/components/synopsis.js | 6 ++++- .../directives/global_nav/global_nav.html | 2 +- test/functional/apps/home/_home.js | 24 +++++++++++++++++++ test/functional/apps/home/index.js | 11 +++++++++ test/functional/config.js | 3 +++ test/functional/page_objects/home_page.js | 19 +++++++++++++++ test/functional/page_objects/index.js | 1 + 7 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 test/functional/apps/home/_home.js create mode 100644 test/functional/apps/home/index.js create mode 100644 test/functional/page_objects/home_page.js diff --git a/src/core_plugins/kibana/public/home/components/synopsis.js b/src/core_plugins/kibana/public/home/components/synopsis.js index 56a0fb7145e612..a336d777860e06 100644 --- a/src/core_plugins/kibana/public/home/components/synopsis.js +++ b/src/core_plugins/kibana/public/home/components/synopsis.js @@ -19,7 +19,11 @@ export function Synopsis({ description, iconUrl, title, url }) { } return ( - + {img} diff --git a/src/ui/public/chrome/directives/global_nav/global_nav.html b/src/ui/public/chrome/directives/global_nav/global_nav.html index 828ccd9d7a191b..156fe572d7bc78 100644 --- a/src/ui/public/chrome/directives/global_nav/global_nav.html +++ b/src/ui/public/chrome/directives/global_nav/global_nav.html @@ -6,7 +6,7 @@