Skip to content

Commit e310620

Browse files
committed
Increase the time needed to locate the save viz toast (#89301)
1 parent 8bd44ab commit e310620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/page_objects/common_page.ts

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

372372
async closeToast() {
373-
const toast = await find.byCssSelector('.euiToast', 2 * defaultFindTimeout);
373+
const toast = await find.byCssSelector('.euiToast', 6 * defaultFindTimeout);
374374
await toast.moveMouseTo();
375375
const title = await (await find.byCssSelector('.euiToastHeader__title')).getVisibleText();
376376

0 commit comments

Comments
 (0)