diff --git a/adminfront/tests/worksmobile.spec.ts b/adminfront/tests/worksmobile.spec.ts index fc3ff4ec..72102f20 100644 --- a/adminfront/tests/worksmobile.spec.ts +++ b/adminfront/tests/worksmobile.spec.ts @@ -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();