-
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: UI Functional Tests.test/functional/apps/visualize/_pie_chart·js - visualize app pie chart empty time window should show no data message when no data on selected timerange #29373
Labels
Comments
kibanamachine
added
the
failed-test
A test failure on a tracked branch, potentially flaky-test
label
Jan 25, 2019
New failure: Jenkins Build |
New failure: Jenkins Build |
New failure: Jenkins Build |
The filter is being sent, but only part of it is getting into the input box and the vis editor ignores the error: Related #29900 |
spalger
pushed a commit
that referenced
this issue
Feb 2, 2019
…input (#29903) Fixes #29373 Fixes #29833 This flaky test is caused by the filter input box not being filled in completely. I was able to reproduce this once locally, but only after running the tests a couple times. To fix this I tried switching to the `testSubjects.setValue()` function, which focuses the input and clears its value before attempting to type into the field. This seems to have a higher success rate as I was able to run the test 40 times after making the change without a failure.
spalger
pushed a commit
to spalger/kibana
that referenced
this issue
Feb 2, 2019
…input (elastic#29903) Fixes elastic#29373 Fixes elastic#29833 This flaky test is caused by the filter input box not being filled in completely. I was able to reproduce this once locally, but only after running the tests a couple times. To fix this I tried switching to the `testSubjects.setValue()` function, which focuses the input and clears its value before attempting to type into the field. This seems to have a higher success rate as I was able to run the test 40 times after making the change without a failure.
spalger
pushed a commit
that referenced
this issue
Feb 3, 2019
…input (#29903) (#29904) Fixes #29373 Fixes #29833 This flaky test is caused by the filter input box not being filled in completely. I was able to reproduce this once locally, but only after running the tests a couple times. To fix this I tried switching to the `testSubjects.setValue()` function, which focuses the input and clears its value before attempting to type into the field. This seems to have a higher success rate as I was able to run the test 40 times after making the change without a failure.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A test failed on a tracked branch
First failure: Jenkins Build
The text was updated successfully, but these errors were encountered: