This commit is contained in:
Elio Bischof
2024-10-19 01:30:20 +02:00
parent cc53c44c20
commit bfd8a7c9e1

View File

@@ -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();
});