Increase the time needed to locate the save viz toast (#89301)

This commit is contained in:
Stratoula Kalafateli 2021-01-27 17:01:02 +02:00 committed by GitHub
parent cadcbf8845
commit d1b88afd3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -376,7 +376,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();