1
0
forked from baron/baron-sso

code check 오류 수정

This commit is contained in:
2026-05-04 13:17:40 +09:00
parent 428ea888a7
commit 128ac94575
10 changed files with 38 additions and 37 deletions

View File

@@ -103,9 +103,7 @@ test.describe("Seed tenant protection", () => {
const normalRow = page.getByRole("row", { name: /일반 테넌트/ });
await expect(normalRow.getByRole("checkbox")).toBeEnabled();
await expect(
normalRow.getByRole("button", { name: /삭제/ }),
).toBeEnabled();
await expect(normalRow.getByRole("button", { name: /삭제/ })).toBeEnabled();
});
test("disables delete action on seed tenant profile", async ({ page }) => {