[Security Solution] Unskip alerts related Cypress tests#127187
[Security Solution] Unskip alerts related Cypress tests#127187MadameSheema merged 7 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
|
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
jamster10
left a comment
There was a problem hiding this comment.
hey I had approved it but I think it makes sense to block it until we're sure the tests are flaky rather than theres still a problem
|
@elasticmachine merge upstream |
|
@jamster10 after digging more, I saw that the tests were not flaky, just we needed to update some things in order to align with the current main. i.e. bad locators. If everything works fine, I would deeply appreciate you don't block the PR since it is pretty important to have all the tests back. |
|
Exceptions tests will remain skipped since it needs more investigation. Those will unskipped in a different PR since we need to have the other tests back to live ASAP. |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
* unskip tests * fixing tests * adding missing lines * updates locator * fixes check issues * keeping exceptions tests skipped since it needs more investigation Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 8604a3e) # Conflicts: # x-pack/plugins/security_solution/cypress/integration/exceptions/from_alert.spec.ts # x-pack/plugins/security_solution/cypress/integration/exceptions/from_rule.spec.ts # x-pack/plugins/security_solution/cypress/integration/users/user_details.spec.ts # x-pack/plugins/security_solution/cypress/screens/alerts.ts
…27485) * unskip tests * fixing tests * adding missing lines * updates locator * fixes check issues * keeping exceptions tests skipped since it needs more investigation Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 8604a3e) # Conflicts: # x-pack/plugins/security_solution/cypress/integration/exceptions/from_alert.spec.ts # x-pack/plugins/security_solution/cypress/integration/exceptions/from_rule.spec.ts # x-pack/plugins/security_solution/cypress/integration/users/user_details.spec.ts # x-pack/plugins/security_solution/cypress/screens/alerts.ts
Summary
Now that the issue elastic/elasticsearch#84256 has been fixed, we can unskip all the alert related tests.