From 0c5a302105e0f8cca101293fdf8b0439e4d796b2 Mon Sep 17 00:00:00 2001 From: kyy Date: Tue, 28 Apr 2026 14:19:12 +0900 Subject: [PATCH] =?UTF-8?q?adminfront=20codecheck=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/tenants.spec.ts | 2 +- scripts/run_adminfront_ci_tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adminfront/tests/tenants.spec.ts b/adminfront/tests/tenants.spec.ts index 066d59ae..cebfe201 100644 --- a/adminfront/tests/tenants.spec.ts +++ b/adminfront/tests/tenants.spec.ts @@ -130,7 +130,7 @@ test.describe("Tenants Management", () => { .click(); await expect(page.getByRole("dialog")).toContainText( - /조직 테넌트.*사용자|organization tenants.*users/i, + /조직\/사용자 통합 일괄 등록|organization and user batch registration/i, ); }); diff --git a/scripts/run_adminfront_ci_tests.sh b/scripts/run_adminfront_ci_tests.sh index fc7cec66..56c73628 100755 --- a/scripts/run_adminfront_ci_tests.sh +++ b/scripts/run_adminfront_ci_tests.sh @@ -75,7 +75,7 @@ if [ "$provision_exit_code" -ne 0 ]; then fi set +e -port="${PORT:-5173}" +port="${PORT:-5180}" echo "==> adminfront using PORT=$port" ( cd adminfront