forked from baron/baron-sso
orgfront 버그 픽스
This commit is contained in:
@@ -308,7 +308,9 @@ test("org chart defaults to hanmac family when public sector group is listed fir
|
||||
await page.goto("/chart");
|
||||
|
||||
const svg = page.locator('[data-testid="orgchart-vector-svg"]');
|
||||
await expect(page.getByRole("button", { name: "조직: 한맥가족" })).toBeVisible();
|
||||
await expect(
|
||||
page.getByRole("button", { name: "조직: 한맥가족" }),
|
||||
).toBeVisible();
|
||||
await expect(svg.getByText("한맥가족", { exact: true })).toBeVisible();
|
||||
await expect(svg.getByText("삼안", { exact: true })).toBeVisible();
|
||||
await expect(svg.getByText("공공기관", { exact: true })).toHaveCount(0);
|
||||
|
||||
Reference in New Issue
Block a user