diff --git a/packages/kbn-test/src/functional_test_runner/lib/lifecycle_phase.test.ts b/packages/kbn-test/src/functional_test_runner/lib/lifecycle_phase.test.ts index 503a9490f2664..0a58ad53ff258 100644 --- a/packages/kbn-test/src/functional_test_runner/lib/lifecycle_phase.test.ts +++ b/packages/kbn-test/src/functional_test_runner/lib/lifecycle_phase.test.ts @@ -133,6 +133,12 @@ describe('without randomness', () => { "kind": "N", "value": undefined, }, + Notification { + "error": undefined, + "hasValue": true, + "kind": "N", + "value": undefined, + }, Notification { "error": undefined, "hasValue": false, @@ -149,6 +155,12 @@ describe('without randomness', () => { "kind": "N", "value": undefined, }, + Notification { + "error": undefined, + "hasValue": true, + "kind": "N", + "value": undefined, + }, Notification { "error": undefined, "hasValue": false, @@ -183,12 +195,6 @@ describe('without randomness', () => { await expect(phase.after$.pipe(materialize(), toArray()).toPromise()).resolves .toMatchInlineSnapshot(` Array [ - Notification { - "error": undefined, - "hasValue": true, - "kind": "N", - "value": undefined, - }, Notification { "error": undefined, "hasValue": false,