From a05337ea0e60cc324a9a10ca2d8f24544f1036d9 Mon Sep 17 00:00:00 2001 From: Matt Kime Date: Mon, 13 Jul 2020 16:01:17 -0500 Subject: [PATCH] add management to xpack functional tests --- .../functional/apps/management/create_index_pattern_wizard.js | 2 +- x-pack/test/functional/config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/management/create_index_pattern_wizard.js b/x-pack/test/functional/apps/management/create_index_pattern_wizard.js index f401339aa46be6..ee77062e496619 100644 --- a/x-pack/test/functional/apps/management/create_index_pattern_wizard.js +++ b/x-pack/test/functional/apps/management/create_index_pattern_wizard.js @@ -8,7 +8,7 @@ export default function ({ getService, getPageObjects }) { const kibanaServer = getService('kibanaServer'); const es = getService('legacyEs'); const PageObjects = getPageObjects(['settings', 'common']); - + describe('"Create Index Pattern" wizard', function () { before(async function () { // delete .kibana index and then wait for Kibana to re-create it diff --git a/x-pack/test/functional/config.js b/x-pack/test/functional/config.js index ad65f82d6dfe12..5c13e430ae2ca6 100644 --- a/x-pack/test/functional/config.js +++ b/x-pack/test/functional/config.js @@ -57,6 +57,7 @@ export default async function ({ readConfigFile }) { resolve(__dirname, './apps/remote_clusters'), resolve(__dirname, './apps/transform'), resolve(__dirname, './apps/reporting_management'), + resolve(__dirname, './apps/management'), // This license_management file must be last because it is destructive. resolve(__dirname, './apps/license_management'),