1049ad8edf
* added test for the groups tab of the account-ui * simplified groups realm setup * fixed url * changed login to add realm * set account ui v3 as theme
4 lines
149 B
TypeScript
4 lines
149 B
TypeScript
import { test as setup } from "@playwright/test";
|
|
import { deleteRealm } from "./admin-client";
|
|
|
|
setup("delete realm", () => deleteRealm("photoz"));
|