-
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
[Discover] Unskip discover tab field data functional tests #107305
[Discover] Unskip discover tab field data functional tests #107305
Conversation
@elasticmachine merge upstream |
…-fields-checking-marks
@elasticmachine merge upstream |
…-fields-checking-marks
@elasticmachine merge upstream |
…-fields-checking-marks
@elasticmachine merge upstream |
…-fields-checking-marks
@elasticmachine merge upstream |
Pinging @elastic/kibana-app (Team:KibanaApp) |
@elasticmachine merge upstream |
…-fields-checking-marks
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: cc @kertal |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Summary
This PR improves the
clickFieldListItemAdd
function to also check if the field has already been rendered in the document table, something that caused flakiness especially. FurthermoreclickFieldListItemAdd
was also used to remove a column from a table, since it was basically toggling the column. Changed this parts of the code to useclickFieldListItemRemove
.Fixes #100437
Fixes #103389
Firefox flaky tests run, 100 tries: https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/1824/
cgroup6 flaky test run 100 tries, 1 unrelated error: https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/1823/
Checklist