Skip to content

Commit

Permalink
Increase the time needed to locate the save viz toast (#89301) (#89426)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
stratoula and kibanamachine authored Jan 27, 2021
1 parent 27a84d8 commit 68ae33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/page_objects/common_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 68ae33c

Please sign in to comment.