Skip to content

Commit

Permalink
Adding info log for debuging
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorGuz2000 committed Nov 4, 2020
1 parent 17e3cfe commit 57f56c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion x-pack/test/security_solution_endpoint/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
['securitySolutionManagement']: {
pathname: '/app/security/administration',
},
...xpackFunctionalConfig.get('apps'),
['security']: {
pathname: '/app/security',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57f56c5

Please sign in to comment.