keycloak-scim/js/apps/account-ui/test/realm.teardown.ts
Stefan Wiedemann 0f6f9543ba
Add oid4vci to the account console (#29174)
closes #25945

Signed-off-by: Stefan Wiedemann <wistefan@googlemail.com>


Co-authored-by: Erik Jan de Wit <edewit@redhat.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2024-05-31 15:11:32 +02:00

9 lines
283 B
TypeScript

import { test as setup } from "@playwright/test";
import { deleteRealm } from "./admin-client";
setup("delete realm", async () => {
await deleteRealm("photoz");
await deleteRealm("groups");
await deleteRealm("user-profile");
await deleteRealm("verifiable-credentials");
});