Skip to content

Commit

Permalink
rename class remigrated after merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 3, 2021
1 parent fc91354 commit 2dc884c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/page_objects/visualize_chart_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { FtrService } from '../ftr_provider_context';
const xyChartSelector = 'visTypeXyChart';
const pieChartSelector = 'visTypePieChart';

export class VisualizeChart extends FtrService {
export class VisualizeChartPageObject extends FtrService {
private readonly testSubjects = this.ctx.getService('testSubjects');
private readonly config = this.ctx.getService('config');
private readonly find = this.ctx.getService('find');
Expand Down

0 comments on commit 2dc884c

Please sign in to comment.