From 63696819c189527f364438ba483fd805c59006ab Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 13 Apr 2022 17:11:47 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' --- .../kibana_overview/public/components/overview/overview.tsx | 2 +- .../apps/discover/feature_controls/discover_spaces.ts | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/plugins/kibana_overview/public/components/overview/overview.tsx b/src/plugins/kibana_overview/public/components/overview/overview.tsx index 70de3348c914e..9d403ac167e6b 100644 --- a/src/plugins/kibana_overview/public/components/overview/overview.tsx +++ b/src/plugins/kibana_overview/public/components/overview/overview.tsx @@ -98,7 +98,7 @@ export const Overview: FC = ({ newsFetchResult, solutions, features }) => defaultMessage: 'Use Elastic Agent or Beats to collect data and build out Analytics solutions.', }), - 'data-test-subj': "kbnOverviewAddIntegrations" + 'data-test-subj': 'kbnOverviewAddIntegrations', }, }, docsLink: docLinks.links.kibana.guide, diff --git a/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts b/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts index 9fd935c5d4d74..9adcfc552031c 100644 --- a/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts +++ b/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts @@ -178,7 +178,9 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { ensureCurrentUrl: false, shouldUseHashForSubUrl: false, }); - await testSubjects.existOrFail('kbnOverviewAddIntegrations', { timeout: config.get('timeouts.waitFor') }); + await testSubjects.existOrFail('kbnOverviewAddIntegrations', { + timeout: config.get('timeouts.waitFor'), + }); }); }); });