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