Skip to content

Commit

Permalink
move mouse to close obstructing tooltip (#59214)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
Lee Drengenberg and elasticmachine authored Mar 4, 2020
1 parent 3649798 commit 754e6f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/page_objects/discover_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export function DiscoverPageProvider({ getService, getPageObjects }) {
}

async clickLoadSavedSearchButton() {
await testSubjects.moveMouseTo('discoverOpenButton');
await testSubjects.click('discoverOpenButton');
}

Expand Down

0 comments on commit 754e6f1

Please sign in to comment.