diff --git a/adminfront/tests/worksmobile.spec.ts b/adminfront/tests/worksmobile.spec.ts index 72102f20..f1cdd521 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({ force: true }); + await userColumnButton.evaluate((el) => (el as HTMLButtonElement).click()); const settingsDialog = page.getByRole("dialog"); await expect(settingsDialog.getByText("구성원 컬럼 설정")).toBeVisible();