From 6bc03ce3d9c61cd5da8fac233f532d455f83ab3e Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Mon, 29 Jun 2026 15:20:36 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20CI=20E2E=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EC=9A=A9=20=EB=A1=9C=EC=BB=AC=EC=8A=A4=ED=86=A0=EB=A6=AC?= =?UTF-8?q?=EC=A7=80=20=EC=9D=B8=EC=A6=9D=20=ED=86=A0=ED=81=B0=20=ED=82=A4?= =?UTF-8?q?=20=EB=B6=88=EC=9D=BC=EC=B9=98=20=EC=88=98=EC=A0=95=20(auth=5Ft?= =?UTF-8?q?oken=20->=20accessToken)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/e2e/helpers/admin-auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/helpers/admin-auth.ts b/tests/e2e/helpers/admin-auth.ts index 79e22fd..7187575 100644 --- a/tests/e2e/helpers/admin-auth.ts +++ b/tests/e2e/helpers/admin-auth.ts @@ -24,7 +24,7 @@ export async function getAdminToken( } export async function installAdminToken(page: Page, token: string) { - await page.addInitScript(value => localStorage.setItem('auth_token', value), token); + await page.addInitScript(value => localStorage.setItem('accessToken', value), token); } export async function loginThroughAdminUi(