diff --git a/e2e/helpers/app.ts b/e2e/helpers/app.ts index 426c5aae4..4ac521d34 100644 --- a/e2e/helpers/app.ts +++ b/e2e/helpers/app.ts @@ -168,6 +168,7 @@ async function tapAndWaitFor( await elementToTap.tap(); } await waitFor(elementToWaitFor).toBeVisible().withTimeout(1000); + await sleep(300); // Wait for animation } catch (e) { if (timeout <= 0) { throw e;