1
0
forked from baron/baron-sso

조직현황 구조변경. 총괄센터삼안 실 조직 삽입확인

This commit is contained in:
2026-05-11 20:13:54 +09:00
parent d3853fac2a
commit 3063450ee0
59 changed files with 5086 additions and 549 deletions

View File

@@ -569,6 +569,7 @@ test.describe("User Management", () => {
await page.getByRole("switch", { name: /대표 조직/i }).click();
await page.getByLabel(/^직무$/i).fill("플랫폼 운영");
await page.getByLabel(/^직급$/i).fill("책임");
await page.getByLabel(/^직책$/i).fill("팀장");
await page.locator('input[name="name"]').fill("Family User");
await page.locator('input[name="email"]').fill("family@test.com");
@@ -585,8 +586,9 @@ test.describe("User Management", () => {
tenantSlug: "tech-planning",
tenantName: "기술기획",
isOwner: true,
grade: "책임",
jobTitle: "플랫폼 운영",
position: "책임",
position: "팀장",
},
],
},
@@ -705,8 +707,9 @@ test.describe("User Management", () => {
tenantName: "기술기획",
isPrimary: true,
isOwner: true,
grade: "책임",
jobTitle: "플랫폼 운영",
position: "책임",
position: "팀장",
},
],
},
@@ -767,16 +770,18 @@ test.describe("User Management", () => {
tenantSlug: "tech-planning",
tenantName: "기술기획",
isOwner: true,
grade: "책임",
jobTitle: "플랫폼 운영",
position: "책임",
position: "팀장",
},
{
tenantId: "hanmac-team-id",
tenantSlug: "hanmac-team",
tenantName: "한맥팀",
isOwner: false,
grade: "선임",
jobTitle: "개발",
position: "선임",
position: "파트장",
},
],
},