diff --git a/public/components/FeatureAnywhereContextMenu/AddAlertingMonitor/CreateNew/__snapshots__/CreateNew.test.js.snap b/public/components/FeatureAnywhereContextMenu/AddAlertingMonitor/CreateNew/__snapshots__/CreateNew.test.js.snap new file mode 100644 index 000000000..9488e4705 --- /dev/null +++ b/public/components/FeatureAnywhereContextMenu/AddAlertingMonitor/CreateNew/__snapshots__/CreateNew.test.js.snap @@ -0,0 +1,54 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`CreateNew renders 1`] = ` +
+`; diff --git a/public/utils/savedObjectHelper.test.ts b/public/utils/savedObjectHelper.test.ts index e5b696319..41af14862 100644 --- a/public/utils/savedObjectHelper.test.ts +++ b/public/utils/savedObjectHelper.test.ts @@ -92,6 +92,7 @@ describe('savedObjectHelper', function () { }); it('createSavedObject with max associated objects to be 0', async () => { setUIAugSettings(uiSettingsMock, true, 0); + setAugLoader([]); try { await createSavedObjectAssociation('monitorId', embeddable); } catch (e) {