From 6dd7bfc26ce75a85c0ff03417615bef6e149fe6d Mon Sep 17 00:00:00 2001 From: Davis McPhee Date: Sun, 23 Jul 2023 22:13:18 -0300 Subject: [PATCH] Remove unused services from functional test file --- .../apps/dashboard/group2/dashboard_search_by_value.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/x-pack/test/functional/apps/dashboard/group2/dashboard_search_by_value.ts b/x-pack/test/functional/apps/dashboard/group2/dashboard_search_by_value.ts index db7c03bda9ab0e9..beb87afce454967 100644 --- a/x-pack/test/functional/apps/dashboard/group2/dashboard_search_by_value.ts +++ b/x-pack/test/functional/apps/dashboard/group2/dashboard_search_by_value.ts @@ -9,13 +9,10 @@ import expect from '@kbn/expect'; import { FtrProviderContext } from '../../../ftr_provider_context'; export default function ({ getService, getPageObjects }: FtrProviderContext) { - const browser = getService('browser'); const dataGrid = getService('dataGrid'); const dashboardAddPanel = getService('dashboardAddPanel'); const dashboardPanelActions = getService('dashboardPanelActions'); - const dashboardReplacePanel = getService('dashboardReplacePanel'); const filterBar = getService('filterBar'); - const queryBar = getService('queryBar'); const esArchiver = getService('esArchiver'); const kibanaServer = getService('kibanaServer'); const testSubjects = getService('testSubjects');