-
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
[ML] Functional tests - stabilize Discover custom URL test #119578
Conversation
Pinging @elastic/ml-ui (:ml) |
Checking test stability in a flaky test runner job ... no failure in 50 runs ✔️ |
💚 Build Succeeded
Metrics [docs]
To update your PR or re-run it, just comment with: cc @pheyos |
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
…19578) This PR stabilizes the Discover custom URL test by making sure all popover are closed before clicking the Discover hide side bar button.
💔 Backport failed
Successful backport PRs will be merged automatically after passing CI. To backport manually run: |
…119641) This PR stabilizes the Discover custom URL test by making sure all popover are closed before clicking the Discover hide side bar button. Co-authored-by: Robert Oskamp <[email protected]>
…19578) This PR stabilizes the Discover custom URL test by making sure all popover are closed before clicking the Discover hide side bar button. # Conflicts: # x-pack/test/functional/services/ml/custom_urls.ts
…19578) (#119706) * [ML] Functional tests - stabilize Discover custom URL test (#119578) This PR stabilizes the Discover custom URL test by making sure all popover are closed before clicking the Discover hide side bar button. # Conflicts: # x-pack/test/functional/services/ml/custom_urls.ts * cherry pick missing discover page method
…19578) This PR stabilizes the Discover custom URL test by making sure all popover are closed before clicking the Discover hide side bar button.
Summary
This PR stabilizes the Discover custom URL test by making sure all popover are closed before clicking the Discover hide side bar button.
Closes #119273