From a157d578d9bf1b2ecd90d738fdc0008228e3140e Mon Sep 17 00:00:00 2001 From: kevinlog Date: Fri, 30 Oct 2020 14:54:50 -0400 Subject: [PATCH] fix type --- .../apps/endpoint/policy_details.ts | 40 ++++++++++--------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/x-pack/test/security_solution_endpoint/apps/endpoint/policy_details.ts b/x-pack/test/security_solution_endpoint/apps/endpoint/policy_details.ts index 1450b85db9161..6af9ac2650e89 100644 --- a/x-pack/test/security_solution_endpoint/apps/endpoint/policy_details.ts +++ b/x-pack/test/security_solution_endpoint/apps/endpoint/policy_details.ts @@ -196,28 +196,30 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { events: { file: false, network: true, process: true }, logging: { file: 'info' }, malware: { mode: 'prevent' }, - policy: { - linux: { - events: { file: false, network: true, process: true }, - logging: { file: 'info' }, + popup: { + malware: { + enabled: true, + message: '', + }, }, - mac: { - events: { file: false, network: true, process: true }, - logging: { file: 'info' }, - malware: { mode: 'prevent' }, + }, + windows: { + events: { + dll_and_driver_load: true, + dns: true, + file: false, + network: true, + process: true, + registry: true, + security: true, }, - windows: { - events: { - dll_and_driver_load: true, - dns: true, - file: false, - network: true, - process: true, - registry: true, - security: true, + logging: { file: 'info' }, + malware: { mode: 'prevent' }, + popup: { + malware: { + enabled: true, + message: '', }, - logging: { file: 'info' }, - malware: { mode: 'prevent' }, }, }, },