move mouse to close obstructing tooltip (#59214)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Lee Drengenberg 2020-03-04 14:03:57 -06:00 committed by GitHub
parent 3649798539
commit 754e6f1e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,6 +126,7 @@ export function DiscoverPageProvider({ getService, getPageObjects }) {
}
async clickLoadSavedSearchButton() {
await testSubjects.moveMouseTo('discoverOpenButton');
await testSubjects.click('discoverOpenButton');
}