From b0dbd7b32ff1c48aa3bf18e666e25f46b70a54c0 Mon Sep 17 00:00:00 2001 From: chan Date: Tue, 16 Jun 2026 18:59:38 +0900 Subject: [PATCH] =?UTF-8?q?adminfront,=20test:=20=EB=84=A4=EC=9D=B4?= =?UTF-8?q?=EB=B2=84=EC=9B=8D=EC=8A=A4=20=EC=97=B0=EB=8F=99=20E2E=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EB=82=B4=20=EC=BB=AC=EB=9F=BC=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EB=B2=84=ED=8A=BC=20=ED=81=B4=EB=A6=AD?= =?UTF-8?q?=EC=9D=84=20=EB=B8=8C=EB=9D=BC=EC=9A=B0=EC=A0=80=20=EB=84=A4?= =?UTF-8?q?=EC=9D=B4=ED=8B=B0=EB=B8=8C=20DOM=20=ED=81=B4=EB=A6=AD(.evaluat?= =?UTF-8?q?e)=EC=9C=BC=EB=A1=9C=20=EB=B3=B4=EC=99=84=20(#1183)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adminfront/tests/worksmobile.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();