mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
ci(e2e): give console init time (#4567)
This commit is contained in:
parent
b0b1e94090
commit
e7bc887a47
@ -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: () => {
|
||||
|
Loading…
Reference in New Issue
Block a user