mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 22:22:31 +00:00
chore: fixes to tests
This commit is contained in:
@@ -2,6 +2,6 @@ import { test } from "@playwright/test";
|
|||||||
import { loginScreenExpect, loginWithPassword } from "./login";
|
import { loginScreenExpect, loginWithPassword } from "./login";
|
||||||
|
|
||||||
test("admin login", async ({ page }) => {
|
test("admin login", async ({ page }) => {
|
||||||
await loginWithPassword(page, "zitadel-admin@zitadel.localhost", "Password1.");
|
await loginWithPassword(page, "zitadel-admin@zitadel.localhost", "Password1!");
|
||||||
await loginScreenExpect(page, "ZITADEL Admin");
|
await loginScreenExpect(page, "ZITADEL Admin");
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
FirstInstance:
|
FirstInstance:
|
||||||
PatPath: /pat/zitadel-admin-sa.pat
|
PatPath: /pat/zitadel-admin-sa.pat
|
||||||
|
PrivacyPolicy:
|
||||||
|
TOSLink: "https://zitadel.com/docs/legal/terms-of-service"
|
||||||
|
PrivacyLink: "https://zitadel.com/docs/legal/policies/privacy-policy"
|
||||||
|
HelpLink: "https://zitadel.com/docs"
|
||||||
|
SupportEmail: "support@zitadel.com"
|
||||||
|
DocsLink: "https://zitadel.com/docs"
|
||||||
Org:
|
Org:
|
||||||
Human:
|
Human:
|
||||||
UserName: zitadel-admin
|
UserName: zitadel-admin
|
||||||
|
|||||||
Reference in New Issue
Block a user