mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
move mouse to close obstructing tooltip (#59214)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
3649798539
commit
754e6f1e77
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ export function DiscoverPageProvider({ getService, getPageObjects }) {
|
|||
}
|
||||
|
||||
async clickLoadSavedSearchButton() {
|
||||
await testSubjects.moveMouseTo('discoverOpenButton');
|
||||
await testSubjects.click('discoverOpenButton');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue