keycloak-scim/js/apps/account-ui/test/test-realm.teardown.ts
Erik Jan de Wit 1049ad8edf
added test for the groups tab of the account-ui (#22371)
* 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
2023-08-18 14:18:28 +02:00

4 lines
149 B
TypeScript

import { test as setup } from "@playwright/test";
import { deleteRealm } from "./admin-client";
setup("delete realm", () => deleteRealm("photoz"));