mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 03:23:40 +00:00
chore: add basic acceptance tests
This commit is contained in:
7
acceptance/tests/admin.spec.ts
Normal file
7
acceptance/tests/admin.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import {test} from "@playwright/test";
|
||||
import {loginWithPassword} from "./login";
|
||||
|
||||
test("admin login", async ({page}) => {
|
||||
await loginWithPassword(page, "zitadel-admin@zitadel.localhost", "Password1.")
|
||||
await page.getByRole("heading", {name: "Welcome ZITADEL Admin!"}).click();
|
||||
});
|
||||
Reference in New Issue
Block a user