Skip to content

Commit

Permalink
Move mouse to element to prevent overlapping by popover
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed May 24, 2022
1 parent 35a4274 commit 7af904d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/page_objects/discover_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export class DiscoverPageObject extends FtrService {
}

public async toggleChartVisibility() {
await this.testSubjects.moveMouseTo('discoverChartOptionsToggle');
await this.testSubjects.click('discoverChartOptionsToggle');
await this.testSubjects.exists('discoverChartToggle');
await this.testSubjects.click('discoverChartToggle');
Expand Down

0 comments on commit 7af904d

Please sign in to comment.