kibana/test
Spencer 32190e3ecb
[pageObjects/visualize] use testSubjects.setValue() to avoid partial input (#29903)
Fixes https://github.com/elastic/kibana/issues/29373
Fixes https://github.com/elastic/kibana/issues/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.
2019-02-01 22:38:24 -08:00
..
api_integration Introduce content security policy (CSP) (#29545) 2019-02-01 17:11:38 -05:00
common Implement config for disabling welcome screen (#28888) 2019-01-17 12:13:13 -08:00
dev_certs [devServer] include self-signed certificates for testing 2016-01-19 14:19:25 -07:00
functional [pageObjects/visualize] use testSubjects.setValue() to avoid partial input (#29903) 2019-02-01 22:38:24 -08:00
plugin_functional Switch to K7 design by default (#29009) 2019-01-18 12:39:01 -08:00
scripts [ci] Use trap to generate report for non-PR build (#26829) 2019-01-08 17:13:12 -06:00
server_integration [Tests] Add http integration test setup (#19261) 2018-08-17 08:36:14 +02:00