mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 23:45:07 +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.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(() => {
|
||||
|
@ -8,7 +8,7 @@ services:
|
||||
environment:
|
||||
ZITADEL_EXTERNALSECURE: false
|
||||
ZITADEL_DATABASE_COCKROACH_HOST: db
|
||||
|
||||
ZITADEL_FIRSTINSTANCE_ORG_HUMAN_PASSWORDCHANGEREQUIRED: false
|
||||
depends_on:
|
||||
db:
|
||||
condition: 'service_healthy'
|
||||
|
Loading…
Reference in New Issue
Block a user