From cc2565ef9bd6bc5d31235366a9e4dba8a5b2d4b4 Mon Sep 17 00:00:00 2001 From: kyy Date: Fri, 12 Jun 2026 20:16:21 +0900 Subject: [PATCH] =?UTF-8?q?refresh=5Ftoken=20=ED=86=B5=ED=95=A9=20?= =?UTF-8?q?=EB=B0=8F=20login=20claims=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EB=B3=B4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devfront/tests/devfront-login-claims.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/devfront/tests/devfront-login-claims.spec.ts b/devfront/tests/devfront-login-claims.spec.ts index a38fb7ca..d3410f3a 100644 --- a/devfront/tests/devfront-login-claims.spec.ts +++ b/devfront/tests/devfront-login-claims.spec.ts @@ -223,6 +223,7 @@ test.describe("DevFront login claims", () => { page.getByText(String(scenario.profileClaims.tenant_id)), ).toBeVisible(); await expect(page.getByText(scenario.userMeCompanyCode)).toBeVisible(); + await page.getByRole("button", { name: "권한 및 역할" }).click(); await expect( page.getByRole("heading", { name: "시스템 역할" }), ).toBeVisible();