1
0
forked from baron/baron-sso

style: apply backend go fmt and frontend biome auto-fixes

This commit is contained in:
2026-03-27 17:52:39 +09:00
parent 2383c6a6be
commit 5ae0e19e31
6 changed files with 142 additions and 61 deletions

View File

@@ -149,9 +149,6 @@ test.describe("User Schema Dynamic Form", () => {
}) => {
await page.goto("/users/u-1");
// 섹션 헤더 확인
const header = page
.getByText(/테넌트별 프로필 관리|Per-tenant Profile/i)
@@ -176,9 +173,6 @@ test.describe("User Schema Dynamic Form", () => {
}) => {
await page.goto("/users/u-1");
const empIdInput = page.locator('input[id*="emp_id"]');
await empIdInput.waitFor({ state: "visible" });
await empIdInput.fill("invalid");