-
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] Fix flaky hover actions test #166492
Conversation
3d1efa7
to
dc45803
Compare
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.
LGTM, amazing work! Going to be coming to you for help with cypress in the future 🤪
Hey @stephmilovic , something changed on the fixture loading side I think, do you know what precisely? :D The above is a screenshot from cypress, running the hover actions test |
53f866d
to
7e2cdb5
Compare
const actionsButtonInPortal = '[data-euiportal="true"] button[data-test-subj*="cellActions"]'; | ||
|
||
// Check if actions portal element is visible | ||
cy.get('body').then(($body) => { |
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.
sorry i missed this ping. Do you need the maps for the test? This doesn't mean something is wrong with event data, just packetbeat |
@elasticmachine merge upstream |
💔 Build FailedFailed CI Steps
Test Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
Summary
This fixes some of the flaky hover actions tests