From f5dc24d1969f80e4aa3ced7cc375dd00554f8c0c Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 6 May 2024 10:13:20 -0400 Subject: [PATCH] [8.13] [Security Solution][Endpoint] Re-enable tests for automated response actions from alerts (#182102) (#182660) # Backport > [!WARNING] > merge after elastic/kibana/pull/182663 This will backport the following commits from `main` to `8.13`: - [[Security Solution][Endpoint] Re-enable tests for automated response actions from alerts (#182102)](https://github.com/elastic/kibana/pull/182102) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) --------- Co-authored-by: Ash <1849116+ashokaditya@users.noreply.github.com> --- .../automated_response_actions/automated_response_actions.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/management/cypress/e2e/automated_response_actions/automated_response_actions.cy.ts b/x-pack/plugins/security_solution/public/management/cypress/e2e/automated_response_actions/automated_response_actions.cy.ts index 3ce4dab44925a..a7a23ed777583 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/e2e/automated_response_actions/automated_response_actions.cy.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/e2e/automated_response_actions/automated_response_actions.cy.ts @@ -100,7 +100,7 @@ describe.skip( visitRuleAlerts(ruleName); closeAllToasts(); - changeAlertsFilter('process.name: "sshd"'); + changeAlertsFilter('process.name: "agentbeat"'); cy.getByTestSubj('expand-event').eq(0).click(); cy.getByTestSubj('securitySolutionFlyoutNavigationExpandDetailButton').click(); cy.getByTestSubj('securitySolutionFlyoutResponseTab').click();