mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:47:33 +00:00
ci(e2e): give console init time (#4567)
This commit is contained in:
@@ -89,7 +89,9 @@ export function login(
|
|||||||
|
|
||||||
onAuthenticated ? onAuthenticated() : null;
|
onAuthenticated ? onAuthenticated() : null;
|
||||||
|
|
||||||
cy.get('[data-e2e=authenticated-welcome]');
|
cy.get('[data-e2e=authenticated-welcome]', {
|
||||||
|
timeout: 10_000,
|
||||||
|
});
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
validate: () => {
|
validate: () => {
|
||||||
|
Reference in New Issue
Block a user