From 57f56c5eae06b199ff15c2927e7f56eacf582fdf Mon Sep 17 00:00:00 2001 From: igorguz Date: Wed, 4 Nov 2020 11:49:13 -0800 Subject: [PATCH] Adding info log for debuging --- x-pack/test/security_solution_endpoint/config.ts | 1 - .../page_objects/hosts_page.ts | 12 +++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/x-pack/test/security_solution_endpoint/config.ts b/x-pack/test/security_solution_endpoint/config.ts index 9ee9e061edf4c0..9499c235a5f0d5 100644 --- a/x-pack/test/security_solution_endpoint/config.ts +++ b/x-pack/test/security_solution_endpoint/config.ts @@ -30,7 +30,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) { ['securitySolutionManagement']: { pathname: '/app/security/administration', }, - ...xpackFunctionalConfig.get('apps'), ['security']: { pathname: '/app/security', }, diff --git a/x-pack/test/security_solution_endpoint/page_objects/hosts_page.ts b/x-pack/test/security_solution_endpoint/page_objects/hosts_page.ts index 6a7cac398123be..0b7cd6edd456b7 100644 --- a/x-pack/test/security_solution_endpoint/page_objects/hosts_page.ts +++ b/x-pack/test/security_solution_endpoint/page_objects/hosts_page.ts @@ -138,13 +138,11 @@ export function SecurityHostsPageProvider({ getService, getPageObjects }: FtrPro * Navigate to Events Panel */ async navigateToEventsPanel() { - log.debug('Igor is here'); - console.log(''); - // if (!(await testSubjects.exists('investigate-in-resolver-button', { timeout: 400 }))) { - // await (await testSubjects.find('navigation-hosts')).click(); - // await testSubjects.click('navigation-events'); - // await testSubjects.existOrFail('event'); - // } + if (!(await testSubjects.exists('investigate-in-resolver-button', { timeout: 400 }))) { + await (await testSubjects.find('navigation-hosts')).click(); + await testSubjects.click('navigation-events'); + await testSubjects.existOrFail('event'); + } }, /** * execute Query And Open Resolver