From c94e456732028b9991844e4d1bd447133ad18762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Tue, 3 Feb 2026 11:08:35 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8B=9C=EB=82=98=EB=A6=AC=EC=98=A4=20?= =?UTF-8?q?=EB=A9=94=EB=89=B4=20=EA=B2=BD=EB=A1=9C=20=EB=B0=8F=20URL=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20-=20production-item:=20=ED=92=88=EB=AA=A9?= =?UTF-8?q?=EA=B4=80=EB=A6=AC>=ED=92=88=EB=AA=A9=EA=B8=B0=EC=A4=80?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20-=20purchase?= =?UTF-8?q?-client:=20URL=20/purchase/supplier-management=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20-=20purchase-pricing:=20URL=20/sales/prici?= =?UTF-8?q?ng-management=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- production-item.json | 16 ++++++++-------- purchase-client.json | 2 +- purchase-pricing.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) 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 },