Skip to content

Commit bcff70e

Browse files
committed
Increase the time needed to locate the save viz toast
1 parent 1994c5b commit bcff70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/page_objects/common_page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export function CommonPageProvider({ getService, getPageObjects }: FtrProviderCo
376376
}
377377

378378
async closeToast() {
379-
const toast = await find.byCssSelector('.euiToast', 2 * defaultFindTimeout);
379+
const toast = await find.byCssSelector('.euiToast', 6 * defaultFindTimeout);
380380
await toast.moveMouseTo();
381381
const title = await (await find.byCssSelector('.euiToastHeader__title')).getVisibleText();
382382

0 commit comments

Comments
 (0)