From 5738469983fc1d4f0c65e3cb7361a0c89c9900dd Mon Sep 17 00:00:00 2001 From: kyy Date: Wed, 10 Jun 2026 15:43:58 +0900 Subject: [PATCH] =?UTF-8?q?adminfront=20biome=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adminfront/tests/users.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/adminfront/tests/users.spec.ts b/adminfront/tests/users.spec.ts index 3d61336f..177d221f 100644 --- a/adminfront/tests/users.spec.ts +++ b/adminfront/tests/users.spec.ts @@ -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)