-
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
[Stack Monitoring] Fix enable_monitoring functional test #114866
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
Added the Now why are we clicking this refresh button on a NoData page ? Looking at git history it appears that it was initially to Handle cloud test failures, but I can't find an explanation as to why it fixed the issue. Moving up the history we see that these tests were disabled for cloud sometime later. So for now It seems safe to remove this step to cleanup unnecessary code, remove a dependency on 3p component and also to unblock me :). |
Tests are passing on angular version after removing the "click refresh button" step but they're still failing for react on the following step when trying to locate the |
@klacabane I fixed this error on my PR: #114982 |
Confirming test pass smoothly with @estermv change. I'll submit PR |
PR is merged and we passed CI, so calling this done. @klacabane if there's more work to do please add it to #115026 |
Only one test there. Failing for a missing test-subj attribute
noDataContainer
.cmd:
node scripts/functional_test_runner --config x-pack/test/functional/config.js --grep "Monitoring app Monitoring" --quiet
The text was updated successfully, but these errors were encountered: