Skip to content

Commit 13514d2

Browse files
committed
Changes from node scripts/eslint_all_files --no-cache --fix
1 parent 1efbf0b commit 13514d2

14 files changed

Lines changed: 28 additions & 14 deletions

src/platform/plugins/shared/dashboard/test/scout/ui/parallel_tests/async_dashboard.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
* License v3.0 only", or the "Server Side Public License, v 1".
88
*/
99

10-
import { spaceTest, expect, tags } from '@kbn/scout';
10+
import { spaceTest, tags } from '@kbn/scout';
11+
import { expect } from '@kbn/scout/ui';
1112
import { UI_SETTINGS } from '@kbn/data-plugin/common';
1213
import {
1314
SAMPLE_DATA_SET_ID,

src/platform/plugins/shared/dashboard/test/scout/ui/parallel_tests/dashboard_lens_by_value.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
* License v3.0 only", or the "Server Side Public License, v 1".
88
*/
99

10-
import { spaceTest, expect, tags } from '@kbn/scout';
10+
import { spaceTest, tags } from '@kbn/scout';
11+
import { expect } from '@kbn/scout/ui';
1112
import type { PageObjects } from '@kbn/scout';
1213
import {
1314
LENS_BASIC_KIBANA_ARCHIVE,

src/platform/plugins/shared/dashboard/test/scout/ui/parallel_tests/dashboard_maps_by_value.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
* License v3.0 only", or the "Server Side Public License, v 1".
88
*/
99

10-
import { spaceTest, expect, tags } from '@kbn/scout';
10+
import { spaceTest, tags } from '@kbn/scout';
11+
import { expect } from '@kbn/scout/ui';
1112
import type { PageObjects, ScoutPage } from '@kbn/scout';
1213
import { LENS_BASIC_KIBANA_ARCHIVE } from '../constants';
1314

src/platform/plugins/shared/dashboard/test/scout/ui/parallel_tests/dashboard_panel_listing.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
* License v3.0 only", or the "Server Side Public License, v 1".
88
*/
99

10-
import { spaceTest, expect } from '@kbn/scout';
10+
import { spaceTest } from '@kbn/scout';
11+
import { expect } from '@kbn/scout/ui';
1112
import { DASHBOARD_DEFAULT_INDEX_TITLE, DASHBOARD_SAVED_SEARCH_ARCHIVE } from '../constants';
1213

1314
// may include "observabilityGroup" panel group (and other panel groups)

src/platform/plugins/shared/dashboard/test/scout/ui/parallel_tests/dashboard_panel_listing_obs_group.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
* License v3.0 only", or the "Server Side Public License, v 1".
88
*/
99

10-
import { spaceTest, expect } from '@kbn/scout';
10+
import { spaceTest } from '@kbn/scout';
11+
import { expect } from '@kbn/scout/ui';
1112
import { DASHBOARD_DEFAULT_INDEX_TITLE, DASHBOARD_SAVED_SEARCH_ARCHIVE } from '../constants';
1213

1314
// includes "observabilityGroup" panel group

src/platform/plugins/shared/dashboard/test/scout/ui/parallel_tests/dashboard_search_by_value.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
* License v3.0 only", or the "Server Side Public License, v 1".
88
*/
99

10-
import { spaceTest, expect, tags } from '@kbn/scout';
10+
import { spaceTest, tags } from '@kbn/scout';
11+
import { expect } from '@kbn/scout/ui';
1112
import { DASHBOARD_DEFAULT_INDEX_TITLE, DASHBOARD_SAVED_SEARCH_ARCHIVE } from '../constants';
1213

1314
const DASHBOARD_SAVED_SEARCH_NAME = 'Rendering-Test:-saved-search';

src/platform/plugins/shared/dashboard/test/scout/ui/parallel_tests/migration_smoke_tests/controls_migration_smoke.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
* License v3.0 only", or the "Server Side Public License, v 1".
88
*/
99

10-
import { spaceTest, expect, tags } from '@kbn/scout';
10+
import { spaceTest, tags } from '@kbn/scout';
11+
import { expect } from '@kbn/scout/ui';
1112
import type { ScoutPage } from '@kbn/scout';
1213
import {
1314
findImportedSavedObjectId,

src/platform/plugins/shared/dashboard/test/scout/ui/parallel_tests/migration_smoke_tests/lens_migration_smoke.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
* License v3.0 only", or the "Server Side Public License, v 1".
88
*/
99

10-
import { spaceTest, expect, tags } from '@kbn/scout';
10+
import { spaceTest, tags } from '@kbn/scout';
11+
import { expect } from '@kbn/scout/ui';
1112
import {
1213
ensureIndexPatternFromExport,
1314
findImportedSavedObjectId,

src/platform/plugins/shared/dashboard/test/scout/ui/parallel_tests/migration_smoke_tests/tsvb_migration_smoke_7_12_1.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
* License v3.0 only", or the "Server Side Public License, v 1".
88
*/
99

10-
import { spaceTest, expect, tags } from '@kbn/scout';
10+
import { spaceTest, tags } from '@kbn/scout';
11+
import { expect } from '@kbn/scout/ui';
1112
import {
1213
findImportedSavedObjectId,
1314
getDashboardPanels,

src/platform/plugins/shared/dashboard/test/scout/ui/parallel_tests/migration_smoke_tests/tsvb_migration_smoke_7_13_3.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
* License v3.0 only", or the "Server Side Public License, v 1".
88
*/
99

10-
import { spaceTest, expect, tags } from '@kbn/scout';
10+
import { spaceTest, tags } from '@kbn/scout';
11+
import { expect } from '@kbn/scout/ui';
1112
import {
1213
ensureIndexPatternFromExport,
1314
findImportedSavedObjectId,

0 commit comments

Comments
 (0)