-
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: X-Pack Accessibility Tests.x-pack/test/accessibility/apps/lens·ts - Lens "after all" hook for "saves lens chart" #88927
Comments
Pinging @elastic/kibana-accessibility (Project:Accessibility) |
New failure: Jenkins Build |
Pinging @elastic/kibana-app (Team:KibanaApp) |
New failure: Jenkins Build |
It looks like this failed because the sample data wasn't installed correctly - after navigating to visualize it was redirected to index pattern management. Maybe some wait time before navigating to visualize would do the trick? |
I think this is an instability of either sample data or the way Elasticsearch is used in the functional tests. In some cases the sample data is available, but the saved objects are missing, in some cases not even those are loaded: I checked the code of sample data and they create the saved objects as last step with the default refresh parameter which is "wait_for", so the UI shouldn't refresh before the saved objects are available in Elasticsearch. @spalger This looks somewhat similar to another failure we were looking into: #77567 It looks like in some situations saved objects or other Elasticsearch data is not immediately available. Could you take a look from this new angle? Based on the code it seems very unlikely this is related to migration somehow. |
I hope #91000 fill fix this one as well |
New failure: CI Build - master |
New failure: CI Build - master |
New failure: CI Build - master |
Seems like a real failure, not sure what started to trigger it:
Screenshot doesn't show anything weird Maybe this is an EUI problem? @chandlerprall is there anything known about this problem already by any chance? |
The
Seems valid that it should be given an accessible name as it has |
UPDATE: Looking at the issue locally on EUI, I have been able to re-create it. I'm guessing the functional test may have run with the |
Awesome, thanks @1Copenut - I will mark this as blocked until the EUI fix lands in Kibana |
Same underlying problem as #115614 |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
I'm not sure where this failure is coming from. It says
But the dom doesn't even contain this element anymore in the failure snapshot. Also the aria attributes seem valid to me provided the referenced controlled listbox component actually exists. I'm fixing this by making sure the test is executed as long as the chart switcher is fully rendered. |
New failure: CI Build - main |
New failure: CI Build - main |
The failure from above didn't have the fix yet |
A test failed on a tracked branch
First failure: Jenkins Build
The text was updated successfully, but these errors were encountered: