move mouse to close obstructing tooltip (#59214) (#59362)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Lee Drengenberg 2020-03-04 16:08:53 -06:00 committed by GitHub
parent 62ddddcd6d
commit 785b15a11a
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');
}