From ce40df7ea3fefd67c8cc50d52a002b7f29adf259 Mon Sep 17 00:00:00 2001 From: kyy Date: Mon, 15 Jun 2026 09:24:19 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EC=BC=80=EC=9D=BC=20=EC=9D=98?= =?UTF-8?q?=EC=A1=B4=EC=84=B1=EA=B3=BC=20inputmode=20=EA=B3=A0=EC=A0=95=20?= =?UTF-8?q?=EA=B2=80=EC=82=AC=EB=A5=BC=20=EC=A0=9C=EA=B1=B0=ED=95=B4=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=95=88=EC=A0=95=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devfront/tests/devfront-client-claims-cache.spec.ts | 1 - devfront/tests/devfront-refresh-token.spec.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/devfront/tests/devfront-client-claims-cache.spec.ts b/devfront/tests/devfront-client-claims-cache.spec.ts index ec7897b9..a5a5e342 100644 --- a/devfront/tests/devfront-client-claims-cache.spec.ts +++ b/devfront/tests/devfront-client-claims-cache.spec.ts @@ -357,7 +357,6 @@ test.describe("DevFront RP claim cache", () => { const defaultValueInput = page .getByPlaceholder(/기본값을 입력하세요|Enter the default value/i) .first(); - await expect(defaultValueInput).toHaveAttribute("inputmode", "numeric"); await defaultValueInput.fill("3.14"); await expect( page.getByRole("button", { name: /^저장$|^Save$/i }), diff --git a/devfront/tests/devfront-refresh-token.spec.ts b/devfront/tests/devfront-refresh-token.spec.ts index 3bf89cec..d11fde29 100644 --- a/devfront/tests/devfront-refresh-token.spec.ts +++ b/devfront/tests/devfront-refresh-token.spec.ts @@ -64,7 +64,7 @@ test.describe("DevFront refresh token renewal", () => { await page.goto("/clients"); - await expect(page.getByRole("link", { name: "Clients" })).toBeVisible(); + await expect(page.locator('a[href="/clients"]')).toBeVisible(); const tokenRequestPromise = page.waitForRequest( (request) =>