mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
27a84d847d
commit
68ae33ccc3
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ export function CommonPageProvider({ getService, getPageObjects }: FtrProviderCo
|
|||
}
|
||||
|
||||
async closeToast() {
|
||||
const toast = await find.byCssSelector('.euiToast', 2 * defaultFindTimeout);
|
||||
const toast = await find.byCssSelector('.euiToast', 6 * defaultFindTimeout);
|
||||
await toast.moveMouseTo();
|
||||
const title = await (await find.byCssSelector('.euiToastHeader__title')).getVisibleText();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue