-
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
Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/monitoring/elasticsearch/node_detail_mb·js - Monitoring app Elasticsearch node detail mb Offline Node should show node summary of NA for offline node #115267
Comments
New failure: CI Build - 7.x |
Skipped in #115255 (comment) |
Pinging @elastic/stack-monitoring (Team:Monitoring) |
Right before failing to locate the In the few failures I could reproduce locally, it looks like we register the click on the node but the redirection does not happen so we stay on the "nodes list" page and eventually fail. Could the link be disabled during a short time ? Could the redirection somehow loop us back to the nodes detail page ? |
I've been experimenting with this test a bit without much success so far. To get the test to crash in a painless way I've wrapped the case in a for loop that executes it continuously until breakage.
One positive point is that I could get the test to pass consistently by adding a 1sec sleep before clicking the link. Maybe we have a stale element ? I didn't find anything explicit about this so far:
|
I will try to reproduce locally as well. I wonder if, when it fails, the route is for the correct node page or still on the nodes listing page. Would be curious to log the current |
Fixed by #115612 |
A test failed on a tracked branch
First failure: CI Build - 7.x
The text was updated successfully, but these errors were encountered: