mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-22 21:58:26 +00:00
chore(e2e): Skip asking for new password on Admin in dev environment (#4599)
* feat(e2e): Skip asking for new password on Admin * remove password changing Co-authored-by: Elio Bischof <eliobischof@gmail.com>
This commit is contained in:
parent
afa1e2b7c1
commit
4e36ded63b
@ -76,11 +76,6 @@ export function login(
|
|||||||
}
|
}
|
||||||
|
|
||||||
cy.contains('button', 'skip').click();
|
cy.contains('button', 'skip').click();
|
||||||
cy.get('#change-old-password').type(creds.password);
|
|
||||||
cy.get('#change-new-password').type(creds.password);
|
|
||||||
cy.get('#change-password-confirmation').type(creds.password);
|
|
||||||
cy.contains('button', 'next').click();
|
|
||||||
cy.contains('button', 'next').click();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
cy.wait('@token').then(() => {
|
cy.wait('@token').then(() => {
|
||||||
|
@ -8,7 +8,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
ZITADEL_EXTERNALSECURE: false
|
ZITADEL_EXTERNALSECURE: false
|
||||||
ZITADEL_DATABASE_COCKROACH_HOST: db
|
ZITADEL_DATABASE_COCKROACH_HOST: db
|
||||||
|
ZITADEL_FIRSTINSTANCE_ORG_HUMAN_PASSWORDCHANGEREQUIRED: false
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: 'service_healthy'
|
condition: 'service_healthy'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user