forked from baron/baron-sso
adminfront, test: 네이버웍스 연동 E2E 테스트 내 컬럼 설정 버튼 클릭을 강제(force) 옵션으로 우회 조치 (#1183)
This commit is contained in:
@@ -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();
|
||||
await userColumnButton.click({ force: true });
|
||||
|
||||
const settingsDialog = page.getByRole("dialog");
|
||||
await expect(settingsDialog.getByText("구성원 컬럼 설정")).toBeVisible();
|
||||
|
||||
Reference in New Issue
Block a user