From f35ae55d732b8869859e08a6c2b6813d76f34499 Mon Sep 17 00:00:00 2001 From: Gloria Hornero Date: Mon, 3 Jun 2024 13:22:54 +0200 Subject: [PATCH] fixes failing test --- .../rule_exceptions/closing_all_matching_alerts.cy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/exceptions/alerts_table_flow/rule_exceptions/closing_all_matching_alerts.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/exceptions/alerts_table_flow/rule_exceptions/closing_all_matching_alerts.cy.ts index 50284ea2cae94..6ae3cef6cc53e 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/exceptions/alerts_table_flow/rule_exceptions/closing_all_matching_alerts.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/exceptions/alerts_table_flow/rule_exceptions/closing_all_matching_alerts.cy.ts @@ -36,11 +36,11 @@ describe('Close matching Alerts ', { tags: ['@ess', '@serverless'] }, () => { cy.task('esArchiverLoad', { archiveName: 'exceptions' }); login(); - postDataView('exceptions-*'); + postDataView('auditbeat-exceptions-*'); createRule( getNewRule({ query: 'agent.name:*', - data_view_id: 'exceptions-*', + data_view_id: 'auditbeat-exceptions-*', interval: '1m', rule_id: 'rule_testing', })