1
0
forked from baron/baron-sso

adminfront/devfront E2E 및 lint 실패 수정

This commit is contained in:
2026-06-10 15:59:33 +09:00
parent b591184194
commit 01bde0925d
4 changed files with 25 additions and 4 deletions

View File

@@ -738,6 +738,10 @@ test.describe("Worksmobile tenant management", () => {
.getByRole("button", { name: "선택 구성원 WORKS에 생성" })
.click();
await expect(page.getByText("WORKS 초기 비밀번호")).toBeVisible();
await page.getByLabel("초기 비밀번호").fill("InitPass123!");
await page.getByRole("button", { name: "생성 작업 등록" }).click();
await expect(page.getByText("WORKS 생성 작업 등록 실패")).toBeVisible();
await expect(
page.getByText(/WORKS API rejected user creation/),