chore(NA): unskip x-pack/solutions/security/plugins/security_solution/public/management cypress e2e tests (#209199)

Closes https://github.com/elastic/kibana/issues/209183

This PR re-enables the suites previously disabled on Defend Workflows
cypress tests.
The that led us to skip those suites are now resolved.
This commit is contained in:
Tiago Costa 2025-02-01 05:30:47 +00:00 committed by GitHub
parent 6cea13003e
commit dee13d1193
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,8 +77,7 @@ export const getCypressBaseConfig = (
// baseUrl: To override, set Env. variable `CYPRESS_BASE_URL`
baseUrl: 'http://localhost:5601',
supportFile: 'public/management/cypress/support/e2e.ts',
specPattern: 'public/management/cypress/e2e/serverless/*.cy.{js,jsx,ts,tsx}',
// specPattern: 'public/management/cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
specPattern: 'public/management/cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
experimentalRunAllSpecs: true,
experimentalMemoryManagement: true,
experimentalInteractiveRunEvents: true,