ci(e2e): give console init time (#4567)

This commit is contained in:
Elio Bischof
2022-10-18 14:22:58 +02:00
committed by GitHub
parent b0b1e94090
commit e7bc887a47

View File

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