forked from baron/baron-sso
adminfront biome 오류 수정
This commit is contained in:
@@ -410,9 +410,7 @@ test.describe("User Management", () => {
|
||||
fullPage: true,
|
||||
});
|
||||
|
||||
await page
|
||||
.getByRole("button", { name: /사용자 Claim 값 저장/i })
|
||||
.click();
|
||||
await page.getByRole("button", { name: /사용자 Claim 값 저장/i }).click();
|
||||
|
||||
await expect
|
||||
.poll(() => updatePayload)
|
||||
|
||||
Reference in New Issue
Block a user