Skip to content

Commit 68ae33c

Browse files
Increase the time needed to locate the save viz toast (#89301) (#89426)
Co-authored-by: Kibana Machine <[email protected]>
1 parent 27a84d8 commit 68ae33c

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
@@ -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)