Skip to content

Commit

Permalink
Increase the time needed to locate the save viz toast
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Jan 26, 2021
1 parent 1994c5b commit bcff70e
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 @@ -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();

Expand Down

0 comments on commit bcff70e

Please sign in to comment.