From 68a6d3310c98bfcae9db88898b95acfb6d93c7c1 Mon Sep 17 00:00:00 2001 From: Ash <1849116+ashokaditya@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:55:08 +0100 Subject: [PATCH] undo spec change Signed-off-by: Ash <1849116+ashokaditya@users.noreply.github.com> --- .../public/management/cypress/cypress_base.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/management/cypress/cypress_base.config.ts b/x-pack/plugins/security_solution/public/management/cypress/cypress_base.config.ts index 16d6424fbc9c6..bb15c9a8f87c3 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/cypress_base.config.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/cypress_base.config.ts @@ -71,7 +71,7 @@ export const getCypressBaseConfig = ( baseUrl: 'http://localhost:5601', supportFile: 'public/management/cypress/support/e2e.ts', specPattern: - 'public/management/cypress/e2e/**/endpoints_list_response_console.cy.{js,jsx,ts,tsx}', + 'public/management/cypress/e2e/**/*.cy.{js,jsx,ts,tsx}', experimentalRunAllSpecs: true, experimentalMemoryManagement: true, experimentalInteractiveRunEvents: true,