1
0
forked from baron/baron-sso

adminfront, test: 네이버웍스 연동 E2E 테스트 내 컬럼 설정 버튼 클릭을 강제(force) 옵션으로 우회 조치 (#1183)

This commit is contained in:
2026-06-16 18:51:41 +09:00
parent 5f153bc370
commit c76148e852

View File

@@ -865,7 +865,7 @@ test.describe("Worksmobile tenant management", () => {
.getByRole("heading", { name: "구성원" })
.locator("xpath=ancestor::div[contains(@class, 'space-y-2')][1]")
.getByRole("button", { name: "컬럼 설정" });
await userColumnButton.click();
await userColumnButton.click({ force: true });
const settingsDialog = page.getByRole("dialog");
await expect(settingsDialog.getByText("구성원 컬럼 설정")).toBeVisible();