1
0
forked from baron/baron-sso

code-check 오류 수정

This commit is contained in:
2026-05-20 17:12:48 +09:00
parent b55ab7bc67
commit 0af268021e
20 changed files with 442 additions and 269 deletions

View File

@@ -254,6 +254,9 @@ test.describe("Worksmobile tenant management", () => {
.poll(() => filterButtons)
.toEqual(["바론에만 있음", "웍스에만 있음", "양쪽 다 있음"]);
await userComparisonSection
.getByRole("button", { name: "웍스에만 있음" })
.click();
await userComparisonSection
.getByRole("button", { name: "웍스에만 있음" })
.click();
@@ -515,13 +518,12 @@ test.describe("Worksmobile tenant management", () => {
.getByRole("button", { name: "컬럼 설정" });
await userColumnButton.click();
const settingsPanel = page
.getByText("구성원 컬럼 설정")
.locator("xpath=ancestor::*[@role='dialog'][1]");
await settingsPanel.getByLabel("Baron ID").check();
await settingsPanel.getByLabel("WORKS", { exact: true }).check();
await settingsPanel.getByLabel("external_key").check();
await settingsPanel.getByRole("button", { name: "닫기" }).click();
const settingsDialog = page.getByRole("dialog");
await expect(settingsDialog.getByText("구성원 컬럼 설정")).toBeVisible();
await settingsDialog.getByText("Baron ID").click();
await settingsDialog.getByText("WORKS", { exact: true }).click();
await settingsDialog.getByText("external_key").click();
await settingsDialog.getByRole("button", { name: "닫기" }).click();
const pageOverflow = await page.evaluate(() => ({
documentScrollWidth: document.documentElement.scrollWidth,
@@ -549,7 +551,7 @@ test.describe("Worksmobile tenant management", () => {
);
const immutableRow = page.getByRole("row", {
name: /cyhan@samaneng\.com/,
name: /변경 불가 계정/,
});
await expect(immutableRow.getByRole("checkbox")).toBeDisabled();
await expect(