Skip to content

Commit

Permalink
Fixes types failure
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Oct 3, 2023
1 parent 80464d0 commit 7318b4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/services/listing_table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export class ListingTableService extends FtrService {
private readonly log = this.ctx.getService('log');
private readonly retry = this.ctx.getService('retry');
private readonly common = this.ctx.getPageObject('common');
private readonly header = this.ctx.getPageObject('header');

private readonly tagPopoverToggle = this.ctx.getService('menuToggle').create({
name: 'Tag Popover',
Expand Down

0 comments on commit 7318b4c

Please sign in to comment.