Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
jk
  • Loading branch information
aslilac committed Mar 17, 2025
commit 10c1722d3c4713ee27af27321e3b403222596662
3 changes: 1 addition & 2 deletions site/e2e/tests/deployment/idpOrgSync.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { beforeCoderTest } from "../../hooks";

test.beforeEach(async ({ page }) => {
beforeCoderTest(page);
await login(page, users.userAdmin);
await login(page);
await setupApiCalls(page);
});

Expand Down Expand Up @@ -135,7 +135,6 @@ test.describe("IdP organization sync", () => {

test("add new IdP organization mapping with UI", async ({ page }) => {
const orgName = randomName();

await createOrganizationWithName(orgName);

await page.goto("/deployment/idp-org-sync", {
Expand Down
Loading