Skip to content

Commit

Permalink
Remove unused services from functional test file
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Jul 24, 2023
1 parent b871cc8 commit 6dd7bfc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 6dd7bfc

Please sign in to comment.