Skip to content

Commit 063026c

Browse files
committed
Remove unused services
1 parent 856a7fd commit 063026c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

x-pack/test/functional/apps/dashboard/group3/drilldowns/dashboard_to_url_drilldown.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
3333

3434
// create drilldown
3535
await dashboardPanelActions.openContextMenu();
36+
await dashboardPanelActions.clickContextMenuMoreItem();
3637
await dashboardDrilldownPanelActions.expectExistsCreateDrilldownAction();
3738
await dashboardDrilldownPanelActions.clickCreateDrilldown();
3839
await dashboardDrilldownsManage.expectsCreateDrilldownFlyoutOpen();

x-pack/test_serverless/functional/test_suites/common/discover/embeddable/_saved_search_embeddable.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
1212
const browser = getService('browser');
1313
const dataGrid = getService('dataGrid');
1414
const dashboardAddPanel = getService('dashboardAddPanel');
15-
const dashboardPanelActions = getService('dashboardPanelActions');
16-
const dashboardReplacePanel = getService('dashboardReplacePanel');
1715
const filterBar = getService('filterBar');
1816
const queryBar = getService('queryBar');
1917
const esArchiver = getService('esArchiver');

0 commit comments

Comments
 (0)