-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution] Unskip flacky cellActions test #177577
Conversation
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Pinging @elastic/security-threat-hunting-explore (Team:Threat Hunting:Explore) |
@@ -26,7 +26,7 @@ export const openHoverActions = () => { | |||
}; | |||
|
|||
export const mouseoverOnToOverflowItem = () => { | |||
cy.get(OVERFLOW_ITEM).first().realHover(); | |||
cy.get(OVERFLOW_ITEM).first().trigger('mouseover'); |
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.
This is the change that fixed the flakiness.
@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 for catching this 👍
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @semd |
## Summary part of: elastic#161874 Fixes hover actions flaky cypress test. Flaky test runner execution after changes: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5293 --------- Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Angela Chuang <[email protected]> (cherry picked from commit cd6bc5e)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary part of: elastic#161874 Fixes hover actions flaky cypress test. Flaky test runner execution after changes: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5293 --------- Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Angela Chuang <[email protected]>
## Summary part of: elastic#161874 Fixes hover actions flaky cypress test. Flaky test runner execution after changes: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5293 --------- Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Angela Chuang <[email protected]>
## Summary closes: #165692 part of: #161874 Hover action flakiness was fixed here #177577 This PR unskips the test and enables it for serverless execution. Flaky test runner execution after changes: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5401
Summary
part of: #161874
Fixes hover actions flaky cypress test.
Flaky test runner execution after changes:
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5293