From df6e7c51010cadeadf252f3470498f34f726ed89 Mon Sep 17 00:00:00 2001 From: Gloria Hornero Date: Wed, 3 Jun 2020 19:27:23 +0200 Subject: [PATCH] updates runner file to match the new path --- x-pack/test/security_solution_cypress/runner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_cypress/runner.ts b/x-pack/test/security_solution_cypress/runner.ts index b0197806b5ab6..e3bea8b9bbbcf 100644 --- a/x-pack/test/security_solution_cypress/runner.ts +++ b/x-pack/test/security_solution_cypress/runner.ts @@ -23,7 +23,7 @@ export async function SiemCypressTestRunner({ getService }: FtrProviderContext) await procs.run('cypress', { cmd: 'yarn', args: ['cypress:run'], - cwd: resolve(__dirname, '../../plugins/siem'), + cwd: resolve(__dirname, '../../plugins/security_solution'), env: { FORCE_COLOR: '1', CYPRESS_baseUrl: Url.format(config.get('servers.kibana')),