mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 00:45:43 -04:00
## Summary Address https://github.com/elastic/kibana/issues/171164 The tests were assuming that the first event emitted is always `"degraded"`. After merging https://github.com/elastic/kibana/pull/171012 this might no longer be the case, aka the first event might already have an `"available"` status and we might have no more events in that case. This PR takes this enhancement into account and makes the test more robust: * Checking that an `"initializing"` event comes through first. * Checking that we eventually get an `"available"` event. --- Flaky Test Runner Pipeline - 100x 🟢 https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3981 |
||
---|---|---|
.. | ||
instrumented_events | ||
analytics_from_the_browser.ts | ||
analytics_from_the_server.ts | ||
index.ts |