-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SIEM] Fixes timeline local storage test #75123
[SIEM] Fixes timeline local storage test #75123
Conversation
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
Pinging @elastic/siem (Team:SIEM) |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @MadameSheema!
Tested locally by focusing the timeline_local_storage.spec.ts
spec, and running node x-pack/plugins/security_solution/scripts/loop_cypress_tests.js 10
to test for flakeyness
LGTM 🚀
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Pinging @elastic/security-solution (Team: SecuritySolution) |
Summary
In this PR we are fixing the timeline local storage cypress test.
After investigating a bit looked like the test was failing because Cypress was not performing correctly the click on the delete button of the header. Click on the header first, makes the delete button visible and now the click works without any problem solving the issue.