Skip to content

Commit

Permalink
use relative imports for concrete values
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 2, 2021
1 parent b254db2 commit 2e88357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/page_objects/legacy/data_table_vis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* Side Public License, v 1.
*/

import { FtrService } from 'test/functional/ftr_provider_context';
import { WebElementWrapper } from 'test/functional/services/lib/web_element_wrapper';
import { FtrService } from '../../ftr_provider_context';
import { WebElementWrapper } from '../../services/lib/web_element_wrapper';

export class LegacyDataTableVisPageObject extends FtrService {
private readonly testSubjects = this.ctx.getService('testSubjects');
Expand Down

0 comments on commit 2e88357

Please sign in to comment.