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