forked from baron/baron-sso
style: apply backend go fmt and frontend biome auto-fixes
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user