1
0
forked from baron/baron-sso

Merge pull request 'adminfront, test: 네이버웍스 연동 E2E 테스트 내 컬럼 설정 버튼 클릭을 강제(force) 옵션으로 우회 조치 (#1183)' (#1188) from feature/1183-signup-personal-default into dev

Reviewed-on: baron/baron-sso#1188
This commit is contained in:
2026-06-16 18:52:32 +09:00

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();