mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 21:52:32 +00:00
fmt
This commit is contained in:
@@ -8,5 +8,5 @@ test("username and password", async ({ page }) => {
|
||||
const password = page.getByLabel("Password");
|
||||
await password.pressSequentially("Password1!");
|
||||
await password.press("Enter");
|
||||
await page.getByRole("heading", {name: "Welcome ZITADEL Admin!"}).click();
|
||||
await page.getByRole("heading", { name: "Welcome ZITADEL Admin!" }).click();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user