fix: 시나리오 메뉴 경로 및 URL 수정 - production-item: 품목관리>품목기준관리로 변경 - purchase-client: URL /purchase/supplier-management로 수정 - purchase-pricing: URL /sales/pricing-management로 수정
This commit is contained in:
@@ -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": ["품목기준관리", "품목"]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"menuNavigation": {
|
||||
"level1": "구매관리",
|
||||
"level2": "거래처관리",
|
||||
"expectedUrl": "/purchase/vendor-management",
|
||||
"expectedUrl": "/purchase/supplier-management",
|
||||
"searchWithinParent": true,
|
||||
"closeOtherMenus": true
|
||||
},
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"menuNavigation": {
|
||||
"level1": "구매관리",
|
||||
"level2": "단가관리",
|
||||
"expectedUrl": "/purchase/pricing-management",
|
||||
"expectedUrl": "/sales/pricing-management",
|
||||
"searchWithinParent": true,
|
||||
"closeOtherMenus": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user