mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:24:51 +00:00
loginname as starting point
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { test } from "@playwright/test";
|
||||
|
||||
test("username and password", async ({ page }) => {
|
||||
await page.goto("/");
|
||||
await page.goto("/loginname");
|
||||
const loginname = page.getByLabel("Loginname");
|
||||
await loginname.pressSequentially("zitadel-admin@zitadel.localhost");
|
||||
await loginname.press("Enter");
|
||||
|
||||
Reference in New Issue
Block a user