-
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
Dashboard view/edit mode selenium flakiness #12014
Comments
I ran into this in another PR, based on the screen shot, you can see the global loading indicator at the top and the create button is not visible on the page. My hope is that the button will appear by the time the global loading indicator is hidden. I'm working on adding some extra waits, instead of the arbitrary 3 second sleep, to fix this. |
* attempt to fix dashboard view/edit flaky test hope to fix #12014 * Need to wait for global loading indicator to be hidden once top nav is visible * use Error object for throw * inline function only used once
* attempt to fix dashboard view/edit flaky test hope to fix elastic#12014 * Need to wait for global loading indicator to be hidden once top nav is visible * use Error object for throw * inline function only used once
These are recent 5.5 builds that all failed on this test (it's the only test causing failures);
And 5.x tests that also failed on this test;
|
Here's the part of the log with the failure;
|
Recently submitted a couple different PRs that should address this, so closing for now. If more arise, we can create new issues for them specifically. |
I'm seeing this selenium failure on an unrelated PR that I believe is a timing issue with either the selenium test or the dashboard view/edit mode feature itself:
https://kibana-ci.elastic.co/job/elastic+kibana+pull-request+multijob-selenium/4907/consoleFull
The text was updated successfully, but these errors were encountered: