From dc3d59811508060c1a6bada034face681b64fc89 Mon Sep 17 00:00:00 2001 From: Brad White Date: Tue, 26 Sep 2023 16:41:36 -0600 Subject: [PATCH] Pick KBN presentation from #166813 (#167361) ## Summary We're breaking https://github.com/elastic/kibana/pull/166813 up into smaller PRs in the interest of getting PRs through sooner for type fixes. These are the changes for Kibana Presenation. --- test/functional/apps/dashboard/group3/copy_panel_to.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/apps/dashboard/group3/copy_panel_to.ts b/test/functional/apps/dashboard/group3/copy_panel_to.ts index dbafa5d68b5e8..3c6fa6d790eaf 100644 --- a/test/functional/apps/dashboard/group3/copy_panel_to.ts +++ b/test/functional/apps/dashboard/group3/copy_panel_to.ts @@ -14,7 +14,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const dashboardPanelActions = getService('dashboardPanelActions'); const testSubjects = getService('testSubjects'); const kibanaServer = getService('kibanaServer'); - const find = getService('find'); const PageObjects = getPageObjects([ 'header',