File tree Expand file tree Collapse file tree
x-pack/platform/test/functional/page_objects Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import expect from '@kbn/expect';
99import fs from 'fs' ;
1010import path from 'path' ;
1111import type SuperTest from 'supertest' ;
12- import { format as formatUrl } from 'url' ;
1312import { promisify } from 'util' ;
1413
1514import { INTERNAL_ROUTES , REPORT_TABLE_ID , REPORT_TABLE_ROW_ID } from '@kbn/reporting-common' ;
@@ -20,7 +19,6 @@ const mkdirAsync = promisify(fs.mkdir);
2019
2120export class ReportingPageObject extends FtrService {
2221 private readonly browser = this . ctx . getService ( 'browser' ) ;
23- private readonly config = this . ctx . getService ( 'config' ) ;
2422 private readonly log = this . ctx . getService ( 'log' ) ;
2523 private readonly retry = this . ctx . getService ( 'retry' ) ;
2624 private readonly security = this . ctx . getService ( 'security' ) ;
You can’t perform that action at this time.
0 commit comments