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