diff --git a/customer-inquiry.json b/customer-inquiry.json index f22577d..43a0752 100644 --- a/customer-inquiry.json +++ b/customer-inquiry.json @@ -10,13 +10,13 @@ "menuNavigation": { "level1": "고객센터", "level2": "1:1 문의", - "expectedUrl": "/customer-center/inquiry", + "expectedUrl": "/customer-center/qna", "searchWithinParent": true, "closeOtherMenus": true }, "auth": { "username": "TestUser5", "password": "password123!" }, "steps": [ - { "id": 1, "name": "메뉴 진입: 고객센터 > 1:1 문의", "action": "menu_navigate", "level1": "고객센터", "level2": "1:1 문의", "expected": { "url_contains": "/customer", "visible": ["문의", "1:1"] } }, + { "id": 1, "name": "메뉴 진입: 고객센터 > 1:1 문의", "action": "menu_navigate", "level1": "고객센터", "level2": "1:1 문의", "expected": { "url_contains": "/customer-center/qna", "visible": ["문의", "1:1"] } }, { "id": 2, "name": "페이지 로드 대기", "action": "wait", "timeout": 3000 }, { "id": 3, "name": "필수 검증: 목업 페이지 감지", "action": "verify_not_mockup", "checks": ["문의 목록 또는 작성 폼 표시", "버튼 동작 가능"], "expected": "정상 페이지 (목업 아님)" }, { "id": 4, "name": "테이블 로드 대기", "action": "wait_for_table", "timeout": 5000 }, diff --git a/standard-process-mgmt.json b/standard-process-mgmt.json index f2260ce..bad8979 100644 --- a/standard-process-mgmt.json +++ b/standard-process-mgmt.json @@ -10,13 +10,13 @@ "menuNavigation": { "level1": "기준정보 관리", "level2": "공정관리", - "expectedUrl": "/standard/process", + "expectedUrl": "/master-data/process-management", "searchWithinParent": true, "closeOtherMenus": true }, "auth": { "username": "TestUser5", "password": "password123!" }, "steps": [ - { "id": 1, "name": "메뉴 진입: 기준정보 관리 > 공정관리", "action": "menu_navigate", "level1": "기준정보 관리", "level2": "공정관리", "expected": { "url_contains": "/standard", "visible": ["공정"] } }, + { "id": 1, "name": "메뉴 진입: 기준정보 관리 > 공정관리", "action": "menu_navigate", "level1": "기준정보 관리", "level2": "공정관리", "expected": { "url_contains": "/master-data/process", "visible": ["공정"] } }, { "id": 2, "name": "페이지 로드 대기", "action": "wait", "timeout": 3000 }, { "id": 3, "name": "필수 검증: 목업 페이지 감지", "action": "verify_not_mockup", "checks": ["목록 또는 폼 표시", "버튼 동작 가능"], "expected": "정상 페이지 (목업 아님)" }, { "id": 4, "name": "테이블 로드 대기", "action": "wait_for_table", "timeout": 5000 }, diff --git a/standard-unit-price.json b/standard-unit-price.json index 8838843..5541370 100644 --- a/standard-unit-price.json +++ b/standard-unit-price.json @@ -1,6 +1,7 @@ { + "enabled": false, "id": "standard-unit-price", - "name": "단가표관리 테스트", + "name": "단가표관리 테스트 (미구현 메뉴)", "screenshotPolicy": { "onErrorOnly": true, "captureOn": ["error", "fail", "timeout", "404", "500", "blocked"]