Skip to content

Commit 9e7f39c

Browse files
committed
fix: delete created org at end of test
1 parent 3549cc4 commit 9e7f39c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/e2e/tests/deployment/idpOrgSync.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { expect, test } from "@playwright/test";
22
import {
33
createOrganizationSyncSettings,
44
createOrganizationWithName,
5+
deleteOrganization,
56
setupApiCalls,
67
} from "../../api";
78
import { requiresLicense } from "../../helpers";
@@ -150,5 +151,7 @@ test.describe("IdpOrgSyncPage", () => {
150151
await expect(
151152
page.getByText("Organization sync settings updated."),
152153
).toBeVisible();
154+
155+
await deleteOrganization("developers");
153156
});
154157
});

0 commit comments

Comments
 (0)