forked from baron/baron-sso
Fix worksmobile column settings layout
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user