From e7bc887a477c984c4b7b1150671140ebd359cc63 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Tue, 18 Oct 2022 14:22:58 +0200 Subject: [PATCH] ci(e2e): give console init time (#4567) --- e2e/cypress/support/login/users.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/e2e/cypress/support/login/users.ts b/e2e/cypress/support/login/users.ts index c237f18159..4dcb491743 100644 --- a/e2e/cypress/support/login/users.ts +++ b/e2e/cypress/support/login/users.ts @@ -89,7 +89,9 @@ export function login( onAuthenticated ? onAuthenticated() : null; - cy.get('[data-e2e=authenticated-welcome]'); + cy.get('[data-e2e=authenticated-welcome]', { + timeout: 10_000, + }); }, { validate: () => {