From 4c068711bf6f70ae8688e4aac2d4929eff43002d Mon Sep 17 00:00:00 2001 From: Lectom Date: Mon, 15 Jun 2026 20:46:50 +0900 Subject: [PATCH] Fix worksmobile column settings layout --- .../src/features/tenants/routes/TenantWorksmobilePage.tsx | 4 ++-- adminfront/tests/worksmobile.spec.ts | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/adminfront/src/features/tenants/routes/TenantWorksmobilePage.tsx b/adminfront/src/features/tenants/routes/TenantWorksmobilePage.tsx index b30e03e1..adac36b0 100644 --- a/adminfront/src/features/tenants/routes/TenantWorksmobilePage.tsx +++ b/adminfront/src/features/tenants/routes/TenantWorksmobilePage.tsx @@ -1261,7 +1261,7 @@ function ComparisonTable({ return (
-
+

{title}

) : null}
-
+
{ .getByRole("heading", { name: "구성원" }) .locator("xpath=ancestor::div[contains(@class, 'space-y-2')][1]") .getByRole("button", { name: "컬럼 설정" }); + await userColumnButton.evaluate((element) => { + element.scrollIntoView({ block: "center", inline: "nearest" }); + }); await userColumnButton.click(); const settingsDialog = page.getByRole("dialog");