-
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
Flaky: lens smokescreen tests should allow creation of lens visualizations #71203
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
Pinging @elastic/kibana-test-triage (failed-test) |
Some of the "flakiness" in this test was caused by real changes in the functional test environment on cloud that caused our tests to fail. We've made a number of changes to it over the last 60 days to fix it, including: This particular example failed with the stack trace
And had the screenshot: Notice the "Break down by" is empty, which shouldn't happen normally. I suspect that many of the flaky issues we're seeing in Lens tests are because of the general issue with needing to double-click elements to get focus. |
@wylieconlon do we have any analysis for why the double click needs to happen? (maybe it's related to elements having an EuiTooltip or Popover attached, actually require two clicks on a mobile device to be triggered - potentially similar issue here?) If this happens in a lot of places I wonder, if this is something we can/should somehow address more in the service layer of our functional testing framework in a more ubiquitous manner? |
It's definitely related to EUI elements, and does seem to happen when the buttons are in popovers/modals most often. |
Opened an issue for it #71256 |
@wylieconlon I think this can be closed due to #71986 , right? |
I think so. If the issue comes back, we can reopen this. |
It seems the following lens smokescreen test is flaky:
Example failure:
https://kibana-ci.elastic.co/job/elastic+kibana+pipeline-pull-request/59736/testReport//junit/Chrome%20X-Pack%20UI%20Functional%20Tests/x-pack_test_functional_apps_lens_smokescreen%C2%B7ts/lens_app__lens_smokescreen_tests_should_allow_creation_of_lens_visualizations
Failure stats of the last 60 days:
cc @flash1293 @mbondyra @wylieconlon
The text was updated successfully, but these errors were encountered: