mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 22:32:17 +00:00
lint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {test} from "@playwright/test";
|
||||
import {loginScreenExpect, loginWithPassword} from "./login";
|
||||
import { test } from "@playwright/test";
|
||||
import { loginScreenExpect, loginWithPassword } from "./login";
|
||||
|
||||
test("admin login", async ({page}) => {
|
||||
await loginWithPassword(page, "zitadel-admin@zitadel.localhost", "Password1.")
|
||||
await loginScreenExpect(page, "ZITADEL Admin");
|
||||
test("admin login", async ({ page }) => {
|
||||
await loginWithPassword(page, "zitadel-admin@zitadel.localhost", "Password1.");
|
||||
await loginScreenExpect(page, "ZITADEL Admin");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user