1
0
forked from baron/baron-sso

Fix worksmobile column settings layout

This commit is contained in:
2026-06-15 20:46:50 +09:00
parent ce8a1f46a7
commit 4c068711bf
2 changed files with 5 additions and 2 deletions

View File

@@ -865,6 +865,9 @@ test.describe("Worksmobile tenant management", () => {
.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");