Skip to content

Commit

Permalink
fix ts in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed May 1, 2020
1 parent a67b661 commit 125d961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/functional/apps/dashboard/_async_dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function({ getService, getPageObjects }: FtrProviderContext) {
const retry = getService('retry');
const find = getService('find');
// const find = getService('find');
const log = getService('log');
const security = getService('security');
// const security = getService('security');
const pieChart = getService('pieChart');
const renderable = getService('renderable');
// const dashboardExpect = getService('dashboardExpect');
Expand Down

0 comments on commit 125d961

Please sign in to comment.