update test

This commit is contained in:
Elio Bischof
2024-10-19 01:27:25 +02:00
parent 3ce1703055
commit cc53c44c20

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.getByText("Skip").click();
await page.getByRole("heading", {name: "Welcome ZITADEL Admin!"}).click();
});