From 983a1c20ad5662bab6180a13c0ad0c4ef8ee1abd Mon Sep 17 00:00:00 2001 From: Liza Katz Date: Thu, 4 Apr 2019 11:42:06 +0300 Subject: [PATCH 1/9] Moved error_auto_create_index into saved_objects --- .../error_auto_create_index/_error_auto_create_index.scss | 0 .../{ => saved_objects}/error_auto_create_index/_index.scss | 0 .../error_auto_create_index/error_auto_create_index.html | 0 .../error_auto_create_index/error_auto_create_index.test.js | 0 .../error_auto_create_index/error_auto_create_index.ts | 2 +- .../public/{ => saved_objects}/error_auto_create_index/index.ts | 0 src/legacy/ui/public/saved_objects/saved_objects_client.ts | 2 +- 7 files changed, 2 insertions(+), 2 deletions(-) rename src/legacy/ui/public/{ => saved_objects}/error_auto_create_index/_error_auto_create_index.scss (100%) rename src/legacy/ui/public/{ => saved_objects}/error_auto_create_index/_index.scss (100%) rename src/legacy/ui/public/{ => saved_objects}/error_auto_create_index/error_auto_create_index.html (100%) rename src/legacy/ui/public/{ => saved_objects}/error_auto_create_index/error_auto_create_index.test.js (100%) rename src/legacy/ui/public/{ => saved_objects}/error_auto_create_index/error_auto_create_index.ts (97%) rename src/legacy/ui/public/{ => saved_objects}/error_auto_create_index/index.ts (100%) diff --git a/src/legacy/ui/public/error_auto_create_index/_error_auto_create_index.scss b/src/legacy/ui/public/saved_objects/error_auto_create_index/_error_auto_create_index.scss similarity index 100% rename from src/legacy/ui/public/error_auto_create_index/_error_auto_create_index.scss rename to src/legacy/ui/public/saved_objects/error_auto_create_index/_error_auto_create_index.scss diff --git a/src/legacy/ui/public/error_auto_create_index/_index.scss b/src/legacy/ui/public/saved_objects/error_auto_create_index/_index.scss similarity index 100% rename from src/legacy/ui/public/error_auto_create_index/_index.scss rename to src/legacy/ui/public/saved_objects/error_auto_create_index/_index.scss diff --git a/src/legacy/ui/public/error_auto_create_index/error_auto_create_index.html b/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.html similarity index 100% rename from src/legacy/ui/public/error_auto_create_index/error_auto_create_index.html rename to src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.html diff --git a/src/legacy/ui/public/error_auto_create_index/error_auto_create_index.test.js b/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.test.js similarity index 100% rename from src/legacy/ui/public/error_auto_create_index/error_auto_create_index.test.js rename to src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.test.js diff --git a/src/legacy/ui/public/error_auto_create_index/error_auto_create_index.ts b/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.ts similarity index 97% rename from src/legacy/ui/public/error_auto_create_index/error_auto_create_index.ts rename to src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.ts index e5287f18e1f7a..51d1c8b93728b 100644 --- a/src/legacy/ui/public/error_auto_create_index/error_auto_create_index.ts +++ b/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.ts @@ -20,7 +20,7 @@ import { i18n } from '@kbn/i18n'; import { get } from 'lodash'; -import uiRoutes from '../routes'; +import uiRoutes from '../../routes'; import template from './error_auto_create_index.html'; diff --git a/src/legacy/ui/public/error_auto_create_index/index.ts b/src/legacy/ui/public/saved_objects/error_auto_create_index/index.ts similarity index 100% rename from src/legacy/ui/public/error_auto_create_index/index.ts rename to src/legacy/ui/public/saved_objects/error_auto_create_index/index.ts diff --git a/src/legacy/ui/public/saved_objects/saved_objects_client.ts b/src/legacy/ui/public/saved_objects/saved_objects_client.ts index fe94afc7f14f2..4383f6abc765b 100644 --- a/src/legacy/ui/public/saved_objects/saved_objects_client.ts +++ b/src/legacy/ui/public/saved_objects/saved_objects_client.ts @@ -28,9 +28,9 @@ import { SavedObjectsClient as SavedObjectsApi, } from '../../../server/saved_objects'; import { CreateResponse, FindOptions, UpdateResponse } from '../../../server/saved_objects/service'; -import { isAutoCreateIndexError, showAutoCreateIndexErrorPage } from '../error_auto_create_index'; import { kfetch, KFetchQuery } from '../kfetch'; import { keysToCamelCaseShallow, keysToSnakeCaseShallow } from '../utils/case_conversion'; +import { isAutoCreateIndexError, showAutoCreateIndexErrorPage } from './error_auto_create_index'; import { SimpleSavedObject } from './simple_saved_object'; interface RequestParams { From 1e0f6def6a26a1614ea53815202f719eb76ee36c Mon Sep 17 00:00:00 2001 From: Liza Katz Date: Thu, 4 Apr 2019 11:47:33 +0300 Subject: [PATCH 2/9] Moved error_url_overflow into chrome --- src/legacy/ui/public/_index.scss | 1 - src/legacy/ui/public/chrome/_index.scss | 1 + src/legacy/ui/public/chrome/api/angular.js | 2 +- .../services}/error_url_overflow/__tests__/ie_regex.js | 0 .../services}/error_url_overflow/_error_url_overflow.scss | 0 .../{ => chrome/services}/error_url_overflow/_index.scss | 0 .../services}/error_url_overflow/error_url_overflow.html | 0 .../services}/error_url_overflow/error_url_overflow.js | 4 ++-- .../public/{ => chrome/services}/error_url_overflow/index.js | 0 .../services}/error_url_overflow/url_overflow_service.js | 0 10 files changed, 4 insertions(+), 4 deletions(-) rename src/legacy/ui/public/{ => chrome/services}/error_url_overflow/__tests__/ie_regex.js (100%) rename src/legacy/ui/public/{ => chrome/services}/error_url_overflow/_error_url_overflow.scss (100%) rename src/legacy/ui/public/{ => chrome/services}/error_url_overflow/_index.scss (100%) rename src/legacy/ui/public/{ => chrome/services}/error_url_overflow/error_url_overflow.html (100%) rename src/legacy/ui/public/{ => chrome/services}/error_url_overflow/error_url_overflow.js (95%) rename src/legacy/ui/public/{ => chrome/services}/error_url_overflow/index.js (100%) rename src/legacy/ui/public/{ => chrome/services}/error_url_overflow/url_overflow_service.js (100%) diff --git a/src/legacy/ui/public/_index.scss b/src/legacy/ui/public/_index.scss index 5a147cca36ad6..08cf101f2240f 100644 --- a/src/legacy/ui/public/_index.scss +++ b/src/legacy/ui/public/_index.scss @@ -16,7 +16,6 @@ @import './doc_viewer/index'; @import './error_allow_explicit_index/index'; @import './error_auto_create_index/index'; -@import './error_url_overflow/index'; @import './exit_full_screen/index'; @import './field_editor/index'; @import './inspector/index'; diff --git a/src/legacy/ui/public/chrome/_index.scss b/src/legacy/ui/public/chrome/_index.scss index 7e6c3ebaccc5c..9bfbe3d85cbd0 100644 --- a/src/legacy/ui/public/chrome/_index.scss +++ b/src/legacy/ui/public/chrome/_index.scss @@ -1,3 +1,4 @@ @import './variables'; @import './directives/index'; +@import './services/error_url_overflow/index'; \ No newline at end of file diff --git a/src/legacy/ui/public/chrome/api/angular.js b/src/legacy/ui/public/chrome/api/angular.js index 145653ad26112..9c49d8f19d1c2 100644 --- a/src/legacy/ui/public/chrome/api/angular.js +++ b/src/legacy/ui/public/chrome/api/angular.js @@ -25,7 +25,7 @@ import { FormattedMessage } from '@kbn/i18n/react'; import { uiModules } from '../../modules'; import { toastNotifications } from '../../notify'; -import { UrlOverflowServiceProvider } from '../../error_url_overflow'; +import { UrlOverflowServiceProvider } from '../services/error_url_overflow'; import { directivesProvider } from '../directives'; diff --git a/src/legacy/ui/public/error_url_overflow/__tests__/ie_regex.js b/src/legacy/ui/public/chrome/services/error_url_overflow/__tests__/ie_regex.js similarity index 100% rename from src/legacy/ui/public/error_url_overflow/__tests__/ie_regex.js rename to src/legacy/ui/public/chrome/services/error_url_overflow/__tests__/ie_regex.js diff --git a/src/legacy/ui/public/error_url_overflow/_error_url_overflow.scss b/src/legacy/ui/public/chrome/services/error_url_overflow/_error_url_overflow.scss similarity index 100% rename from src/legacy/ui/public/error_url_overflow/_error_url_overflow.scss rename to src/legacy/ui/public/chrome/services/error_url_overflow/_error_url_overflow.scss diff --git a/src/legacy/ui/public/error_url_overflow/_index.scss b/src/legacy/ui/public/chrome/services/error_url_overflow/_index.scss similarity index 100% rename from src/legacy/ui/public/error_url_overflow/_index.scss rename to src/legacy/ui/public/chrome/services/error_url_overflow/_index.scss diff --git a/src/legacy/ui/public/error_url_overflow/error_url_overflow.html b/src/legacy/ui/public/chrome/services/error_url_overflow/error_url_overflow.html similarity index 100% rename from src/legacy/ui/public/error_url_overflow/error_url_overflow.html rename to src/legacy/ui/public/chrome/services/error_url_overflow/error_url_overflow.html diff --git a/src/legacy/ui/public/error_url_overflow/error_url_overflow.js b/src/legacy/ui/public/chrome/services/error_url_overflow/error_url_overflow.js similarity index 95% rename from src/legacy/ui/public/error_url_overflow/error_url_overflow.js rename to src/legacy/ui/public/chrome/services/error_url_overflow/error_url_overflow.js index 46dad9b32570d..d143b5d7410ad 100644 --- a/src/legacy/ui/public/error_url_overflow/error_url_overflow.js +++ b/src/legacy/ui/public/chrome/services/error_url_overflow/error_url_overflow.js @@ -18,8 +18,8 @@ */ import { i18n } from '@kbn/i18n'; -import uiRoutes from '../routes'; -import { KbnUrlProvider } from '../url'; +import uiRoutes from '../../../routes'; +import { KbnUrlProvider } from '../../../url'; import template from './error_url_overflow.html'; import { UrlOverflowServiceProvider } from './url_overflow_service'; diff --git a/src/legacy/ui/public/error_url_overflow/index.js b/src/legacy/ui/public/chrome/services/error_url_overflow/index.js similarity index 100% rename from src/legacy/ui/public/error_url_overflow/index.js rename to src/legacy/ui/public/chrome/services/error_url_overflow/index.js diff --git a/src/legacy/ui/public/error_url_overflow/url_overflow_service.js b/src/legacy/ui/public/chrome/services/error_url_overflow/url_overflow_service.js similarity index 100% rename from src/legacy/ui/public/error_url_overflow/url_overflow_service.js rename to src/legacy/ui/public/chrome/services/error_url_overflow/url_overflow_service.js From c01a73111c2c83ce4d9f95d0d39e302e4ae9ab05 Mon Sep 17 00:00:00 2001 From: Liza Katz Date: Thu, 4 Apr 2019 12:31:32 +0300 Subject: [PATCH 3/9] Moved error_allow_explicit_index into courier --- src/legacy/ui/public/_index.scss | 2 +- src/legacy/ui/public/courier/_index.scss | 1 + .../_error_allow_explicit_index.scss | 0 .../{ => courier}/error_allow_explicit_index/_index.scss | 0 .../error_allow_explicit_index.html | 0 .../error_allow_explicit_index/error_allow_explicit_index.js | 4 ++-- .../public/{ => courier}/error_allow_explicit_index/index.js | 0 src/legacy/ui/public/courier/fetch/call_client.js | 2 +- 8 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 src/legacy/ui/public/courier/_index.scss rename src/legacy/ui/public/{ => courier}/error_allow_explicit_index/_error_allow_explicit_index.scss (100%) rename src/legacy/ui/public/{ => courier}/error_allow_explicit_index/_index.scss (100%) rename src/legacy/ui/public/{ => courier}/error_allow_explicit_index/error_allow_explicit_index.html (100%) rename src/legacy/ui/public/{ => courier}/error_allow_explicit_index/error_allow_explicit_index.js (95%) rename src/legacy/ui/public/{ => courier}/error_allow_explicit_index/index.js (100%) diff --git a/src/legacy/ui/public/_index.scss b/src/legacy/ui/public/_index.scss index 08cf101f2240f..f92bd99cbd2c6 100644 --- a/src/legacy/ui/public/_index.scss +++ b/src/legacy/ui/public/_index.scss @@ -11,10 +11,10 @@ @import './accessibility/index'; @import './chrome/index'; @import './collapsible_sidebar/index'; +@import './courier/index'; @import './directives/index'; @import './doc_table/index'; @import './doc_viewer/index'; -@import './error_allow_explicit_index/index'; @import './error_auto_create_index/index'; @import './exit_full_screen/index'; @import './field_editor/index'; diff --git a/src/legacy/ui/public/courier/_index.scss b/src/legacy/ui/public/courier/_index.scss new file mode 100644 index 0000000000000..45a8edac4a82f --- /dev/null +++ b/src/legacy/ui/public/courier/_index.scss @@ -0,0 +1 @@ +@import './error_allow_explicit_index/index'; \ No newline at end of file diff --git a/src/legacy/ui/public/error_allow_explicit_index/_error_allow_explicit_index.scss b/src/legacy/ui/public/courier/error_allow_explicit_index/_error_allow_explicit_index.scss similarity index 100% rename from src/legacy/ui/public/error_allow_explicit_index/_error_allow_explicit_index.scss rename to src/legacy/ui/public/courier/error_allow_explicit_index/_error_allow_explicit_index.scss diff --git a/src/legacy/ui/public/error_allow_explicit_index/_index.scss b/src/legacy/ui/public/courier/error_allow_explicit_index/_index.scss similarity index 100% rename from src/legacy/ui/public/error_allow_explicit_index/_index.scss rename to src/legacy/ui/public/courier/error_allow_explicit_index/_index.scss diff --git a/src/legacy/ui/public/error_allow_explicit_index/error_allow_explicit_index.html b/src/legacy/ui/public/courier/error_allow_explicit_index/error_allow_explicit_index.html similarity index 100% rename from src/legacy/ui/public/error_allow_explicit_index/error_allow_explicit_index.html rename to src/legacy/ui/public/courier/error_allow_explicit_index/error_allow_explicit_index.html diff --git a/src/legacy/ui/public/error_allow_explicit_index/error_allow_explicit_index.js b/src/legacy/ui/public/courier/error_allow_explicit_index/error_allow_explicit_index.js similarity index 95% rename from src/legacy/ui/public/error_allow_explicit_index/error_allow_explicit_index.js rename to src/legacy/ui/public/courier/error_allow_explicit_index/error_allow_explicit_index.js index 35763d8dd0385..028e11ac387fb 100644 --- a/src/legacy/ui/public/error_allow_explicit_index/error_allow_explicit_index.js +++ b/src/legacy/ui/public/courier/error_allow_explicit_index/error_allow_explicit_index.js @@ -20,8 +20,8 @@ import { i18n } from '@kbn/i18n'; import { get } from 'lodash'; -import uiRoutes from '../routes'; -import { KbnUrlProvider } from '../url'; +import uiRoutes from '../../routes'; +import { KbnUrlProvider } from '../../url'; import template from './error_allow_explicit_index.html'; diff --git a/src/legacy/ui/public/error_allow_explicit_index/index.js b/src/legacy/ui/public/courier/error_allow_explicit_index/index.js similarity index 100% rename from src/legacy/ui/public/error_allow_explicit_index/index.js rename to src/legacy/ui/public/courier/error_allow_explicit_index/index.js diff --git a/src/legacy/ui/public/courier/fetch/call_client.js b/src/legacy/ui/public/courier/fetch/call_client.js index fd303450b0625..ed0fb725b067b 100644 --- a/src/legacy/ui/public/courier/fetch/call_client.js +++ b/src/legacy/ui/public/courier/fetch/call_client.js @@ -17,7 +17,7 @@ * under the License. */ -import { ErrorAllowExplicitIndexProvider } from '../../error_allow_explicit_index'; +import { ErrorAllowExplicitIndexProvider } from '../error_allow_explicit_index'; import { assignSearchRequestsToSearchStrategies } from '../search_strategy'; import { IsRequestProvider } from './is_request'; import { RequestStatus } from './req_status'; From 839419ad889a3babdb29ba828571bd00a0299eb3 Mon Sep 17 00:00:00 2001 From: Liza Katz Date: Sun, 7 Apr 2019 12:12:47 +0300 Subject: [PATCH 4/9] fixed failing test by changing mock paths --- src/legacy/ui/public/kfetch/kfetch.ts | 2 +- .../error_auto_create_index/error_auto_create_index.test.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/legacy/ui/public/kfetch/kfetch.ts b/src/legacy/ui/public/kfetch/kfetch.ts index 086692a66261b..d4e6b72bf49d5 100644 --- a/src/legacy/ui/public/kfetch/kfetch.ts +++ b/src/legacy/ui/public/kfetch/kfetch.ts @@ -19,9 +19,9 @@ import { merge } from 'lodash'; // @ts-ignore not really worth typing +import chrome from 'ui/chrome'; import { metadata } from 'ui/metadata'; import url from 'url'; -import chrome from '../chrome'; import { KFetchError } from './kfetch_error'; export interface KFetchQuery { diff --git a/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.test.js b/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.test.js index 291eff2454c29..58d7cb2dc725b 100644 --- a/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.test.js +++ b/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.test.js @@ -17,10 +17,10 @@ * under the License. */ -jest.mock('../chrome', () => ({ +jest.mock('ui/chrome', () => ({ addBasePath: path => `myBase/${path}`, })); -jest.mock('../metadata', () => ({ +jest.mock('ui/metadata', () => ({ metadata: { version: 'my-version', }, From bbdd1b2faa4c8a7af3441b1cc554891bea3e96ae Mon Sep 17 00:00:00 2001 From: Liza Katz Date: Mon, 8 Apr 2019 14:30:35 +0300 Subject: [PATCH 5/9] fixed css import --- src/legacy/ui/public/_index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/legacy/ui/public/_index.scss b/src/legacy/ui/public/_index.scss index f92bd99cbd2c6..fb4605839853e 100644 --- a/src/legacy/ui/public/_index.scss +++ b/src/legacy/ui/public/_index.scss @@ -15,7 +15,7 @@ @import './directives/index'; @import './doc_table/index'; @import './doc_viewer/index'; -@import './error_auto_create_index/index'; +@import './saved_objects/error_auto_create_index/index'; @import './exit_full_screen/index'; @import './field_editor/index'; @import './inspector/index'; From 7e78cf7b05620c9f2d0b4d89b6d04125787966ed Mon Sep 17 00:00:00 2001 From: Liza Katz Date: Mon, 8 Apr 2019 14:46:47 +0300 Subject: [PATCH 6/9] changed import path of error_auto_create_index.test --- .../error_auto_create_index/error_auto_create_index.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.test.js b/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.test.js index 58d7cb2dc725b..bb41e89847cd4 100644 --- a/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.test.js +++ b/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.test.js @@ -17,10 +17,10 @@ * under the License. */ -jest.mock('ui/chrome', () => ({ +jest.mock('../../chrome', () => ({ addBasePath: path => `myBase/${path}`, })); -jest.mock('ui/metadata', () => ({ +jest.mock('../../metadata', () => ({ metadata: { version: 'my-version', }, From d004182df05391b0b96faa05ccf5c5e2923d2eec Mon Sep 17 00:00:00 2001 From: Liza Katz Date: Wed, 10 Apr 2019 10:43:17 +0300 Subject: [PATCH 7/9] Changed kfetch to use relative imports --- src/legacy/ui/public/kfetch/kfetch.ts | 4 ++-- .../error_auto_create_index/error_auto_create_index.test.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/legacy/ui/public/kfetch/kfetch.ts b/src/legacy/ui/public/kfetch/kfetch.ts index d4e6b72bf49d5..121e517c7655c 100644 --- a/src/legacy/ui/public/kfetch/kfetch.ts +++ b/src/legacy/ui/public/kfetch/kfetch.ts @@ -19,8 +19,8 @@ import { merge } from 'lodash'; // @ts-ignore not really worth typing -import chrome from 'ui/chrome'; -import { metadata } from 'ui/metadata'; +import chrome from '../chrome'; +import { metadata } from '../metadata'; import url from 'url'; import { KFetchError } from './kfetch_error'; diff --git a/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.test.js b/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.test.js index bb41e89847cd4..ad2e7c0433d5a 100644 --- a/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.test.js +++ b/src/legacy/ui/public/saved_objects/error_auto_create_index/error_auto_create_index.test.js @@ -27,7 +27,7 @@ jest.mock('../../metadata', () => ({ })); import fetchMock from 'fetch-mock/es5/client'; -import { kfetch } from 'ui/kfetch'; +import { kfetch } from '../../kfetch'; import { isAutoCreateIndexError } from './error_auto_create_index'; describe('isAutoCreateIndexError correctly handles KFetchError thrown by kfetch', () => { From c779a32abe48c621c83d14e3a4d0ef6a67423609 Mon Sep 17 00:00:00 2001 From: Liza Katz Date: Wed, 10 Apr 2019 12:52:04 +0300 Subject: [PATCH 8/9] import order --- src/legacy/ui/public/kfetch/kfetch.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/legacy/ui/public/kfetch/kfetch.ts b/src/legacy/ui/public/kfetch/kfetch.ts index 121e517c7655c..7f5cf3c014fa8 100644 --- a/src/legacy/ui/public/kfetch/kfetch.ts +++ b/src/legacy/ui/public/kfetch/kfetch.ts @@ -18,10 +18,9 @@ */ import { merge } from 'lodash'; -// @ts-ignore not really worth typing +import url from 'url'; import chrome from '../chrome'; import { metadata } from '../metadata'; -import url from 'url'; import { KFetchError } from './kfetch_error'; export interface KFetchQuery { From 8c44dce78d344d92e5d35c5e29b922c1a0e78c35 Mon Sep 17 00:00:00 2001 From: Liza Katz Date: Wed, 10 Apr 2019 14:40:25 +0300 Subject: [PATCH 9/9] snapshot --- .../public/components/splits/__snapshots__/terms.test.js.snap | 1 + 1 file changed, 1 insertion(+) diff --git a/src/legacy/core_plugins/metrics/public/components/splits/__snapshots__/terms.test.js.snap b/src/legacy/core_plugins/metrics/public/components/splits/__snapshots__/terms.test.js.snap index 1d0581006c386..611dbbdbe0082 100644 --- a/src/legacy/core_plugins/metrics/public/components/splits/__snapshots__/terms.test.js.snap +++ b/src/legacy/core_plugins/metrics/public/components/splits/__snapshots__/terms.test.js.snap @@ -32,6 +32,7 @@ exports[`src/legacy/core_plugins/metrics/public/components/splits/terms.test.js label={