diff --git a/production-item.json b/production-item.json index b702b92..8b7aa52 100644 --- a/production-item.json +++ b/production-item.json @@ -5,12 +5,12 @@ "onErrorOnly": true, "captureOn": ["error", "fail", "timeout", "404", "500", "blocked"] }, - "description": "생산관리 > 품목관리 메뉴의 생산 품목 조회/관리 기능 테스트", + "description": "품목관리 > 품목기준관리 메뉴의 품목 조회/관리 기능 테스트", "baseUrl": "https://dev.codebridge-x.com", "menuNavigation": { - "level1": "생산관리", - "level2": "품목관리", - "expectedUrl": "/production/items", + "level1": "품목관리", + "level2": "품목기준관리", + "expectedUrl": "/production/item-master", "searchWithinParent": true, "closeOtherMenus": true }, @@ -21,13 +21,13 @@ "steps": [ { "id": 1, - "name": "메뉴 진입: 생산관리 > 품목관리", + "name": "메뉴 진입: 품목관리 > 품목기준관리", "action": "menu_navigate", - "level1": "생산관리", - "level2": "품목관리", + "level1": "품목관리", + "level2": "품목기준관리", "expected": { "url_contains": "/production", - "visible": ["품목관리", "품목"] + "visible": ["품목기준관리", "품목"] } }, { diff --git a/purchase-client.json b/purchase-client.json index e5bfb19..4954e2a 100644 --- a/purchase-client.json +++ b/purchase-client.json @@ -10,7 +10,7 @@ "menuNavigation": { "level1": "구매관리", "level2": "거래처관리", - "expectedUrl": "/purchase/vendor-management", + "expectedUrl": "/purchase/supplier-management", "searchWithinParent": true, "closeOtherMenus": true }, diff --git a/purchase-pricing.json b/purchase-pricing.json index bf502fd..7349630 100644 --- a/purchase-pricing.json +++ b/purchase-pricing.json @@ -10,7 +10,7 @@ "menuNavigation": { "level1": "구매관리", "level2": "단가관리", - "expectedUrl": "/purchase/pricing-management", + "expectedUrl": "/sales/pricing-management", "searchWithinParent": true, "closeOtherMenus": true },