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.
This commit is contained in:
Brad White 2023-09-26 16:41:36 -06:00 committed by GitHub
parent 6e97ef8fc7
commit dc3d598115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',