kibana/test
Spencer 343ce0ff31
[pageObjects/visalize/waitForRenderingCount] wait for rendering count to be >= (#29366)
We've seen a number of flaky test failures where the tests are waiting for the rendering count to be `11` but it is `12` for some reason (which is probably totally fine). This is causing tests to regularly fail when they probably shouldn't, so I've updated the `PageObjects.visualize.waitForRenderingCount()` to accept a `minimumCount` instead of an exact count that is expected. I've also updated the function to use `retry.waitFor()` for slightly better logging.

```
[00:01:13]               │ debg Waiting up to 20000ms for rendering count to be greater than or equal to [3]...
[00:01:13]               │ debg TestSubjects.find(visualizationLoader)
[00:01:13]               │ debg findByCssSelector [data-test-subj~="visualizationLoader"]
[00:01:13]               │ debg -- currentRenderingCount=2
[00:01:13]               │ debg TestSubjects.find(visualizationLoader)
[00:01:13]               │ debg findByCssSelector [data-test-subj~="visualizationLoader"]
[00:01:13]               │ debg -- currentRenderingCount=3
```
2019-01-25 13:56:52 -08:00
..
api_integration Remove nested table splits from table vis (#26057) 2019-01-25 10:13:19 -07:00
common Implement config for disabling welcome screen (#28888) 2019-01-17 12:13:13 -08:00
dev_certs
functional [pageObjects/visalize/waitForRenderingCount] wait for rendering count to be >= (#29366) 2019-01-25 13:56:52 -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