Skip to content

Commit

Permalink
[8.13] [Security Solution][Endpoint] Re-enable tests for automated re…
Browse files Browse the repository at this point in the history
…sponse actions from alerts (#182102) (#182660)

# Backport

> [!WARNING]
> merge after /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)](#182102)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"Ash","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-05-06T11:12:51Z","message":"[Security
Solution][Endpoint] Re-enable tests for automated response actions from
alerts (#182102)\n\n## Summary\r\n\r\nRe-enable skipped test for
automated response actions from alerts.\r\ncloses
/issues/169828\r\n\r\n#### Flaky
runner\r\n-\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5809\r\nx
50 (1
fail)\r\n-\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5851\r\nx
50 (all pass)\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [x] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests
changed","sha":"8096baf940927ec7d58e1773f602bfafbaaff6c4","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Defend
Workflows","OLM
Sprint","v8.14.0","v8.13.2","v8.15.0"],"title":"[Security
Solution][Endpoint] Re-enable tests for automated response actions from
alerts","number":182102,"url":"https://github.com/elastic/kibana/pull/182102","mergeCommit":{"message":"[Security
Solution][Endpoint] Re-enable tests for automated response actions from
alerts (#182102)\n\n## Summary\r\n\r\nRe-enable skipped test for
automated response actions from alerts.\r\ncloses
/issues/169828\r\n\r\n#### Flaky
runner\r\n-\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5809\r\nx
50 (1
fail)\r\n-\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5851\r\nx
50 (all pass)\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [x] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests
changed","sha":"8096baf940927ec7d58e1773f602bfafbaaff6c4"}},"sourceBranch":"main","suggestedTargetBranches":["8.14","8.13"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/182102","number":182102,"mergeCommit":{"message":"[Security
Solution][Endpoint] Re-enable tests for automated response actions from
alerts (#182102)\n\n## Summary\r\n\r\nRe-enable skipped test for
automated response actions from alerts.\r\ncloses
/issues/169828\r\n\r\n#### Flaky
runner\r\n-\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5809\r\nx
50 (1
fail)\r\n-\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5851\r\nx
50 (all pass)\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [x] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests
changed","sha":"8096baf940927ec7d58e1773f602bfafbaaff6c4"}}]}]
BACKPORT-->

---------

Co-authored-by: Ash <[email protected]>
  • Loading branch information
kibanamachine and ashokaditya authored May 6, 2024
1 parent cceebdd commit f5dc24d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f5dc24d

Please sign in to comment.