forked from baron/baron-sso
네이버 계정 정합성 맞춤
This commit is contained in:
@@ -51,6 +51,16 @@ describe("orgChartPicker", () => {
|
||||
);
|
||||
});
|
||||
|
||||
it("falls back to the orgfront development origin for authenticated picker URLs", () => {
|
||||
expect(
|
||||
buildAuthenticatedOrgChartTenantPickerUrl(undefined, {
|
||||
tenantId: "hanmac-family-id",
|
||||
}),
|
||||
).toBe(
|
||||
"http://localhost:5175/login?auto=1&returnTo=%2Fembed%2Fpicker%3Fmode%3Dsingle%26select%3Dtenant%26width%3D400%26height%3D600%26tenantId%3Dhanmac-family-id%26includeInternal%3Dtrue",
|
||||
);
|
||||
});
|
||||
|
||||
it("builds an authenticated multi picker URL for tenant member selection", () => {
|
||||
expect(
|
||||
buildAuthenticatedOrgChartUserMultiPickerUrl(
|
||||
|
||||
Reference in New Issue
Block a user