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: () => {