1
0
forked from baron/baron-sso

adminfront/devfront code-check 수정

This commit is contained in:
2026-06-10 15:42:01 +09:00
parent e9af231fb0
commit 52046e4a66
7 changed files with 78 additions and 58 deletions

View File

@@ -411,7 +411,7 @@ test.describe("User Management", () => {
});
await page
.getByRole("button", { name: /전역 Claim 저장|Save Global Claim/i })
.getByRole("button", { name: /사용자 Claim 저장/i })
.click();
await expect

View File

@@ -605,6 +605,10 @@ test.describe("Worksmobile tenant management", () => {
},
]);
const updateRowCheckbox = userComparisonSection
.getByRole("row", { name: /이업데이트/ })
.getByRole("checkbox");
await expect(updateRowCheckbox).not.toBeChecked();
await page
.getByRole("row", { name: /이업데이트/ })
.getByRole("checkbox")