fix: 셀렉터 불일치 및 메뉴 경로 수정 (item-management, inventory-status, receiving-management, reference-box)
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
"blocked"
|
||||
]
|
||||
},
|
||||
"description": "생산관리 > 품목관리 메뉴의 품목 목록 조회 및 UI 검증 테스트",
|
||||
"description": "생산관리 > 스크린 생산 메뉴의 품목 목록 조회 및 UI 검증 테스트",
|
||||
"baseUrl": "https://dev.codebridge-x.com",
|
||||
"menuNavigation": {
|
||||
"level1": "생산관리",
|
||||
"level2": "품목관리",
|
||||
"level2": "스크린 생산",
|
||||
"expectedUrl": "/production/screen-production",
|
||||
"searchWithinParent": true,
|
||||
"closeOtherMenus": true
|
||||
@@ -28,10 +28,10 @@
|
||||
"steps": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "메뉴 진입: 생산관리 > 품목관리",
|
||||
"name": "메뉴 진입: 생산관리 > 스크린 생산",
|
||||
"action": "menu_navigate",
|
||||
"level1": "생산관리",
|
||||
"level2": "품목관리",
|
||||
"level2": "스크린 생산",
|
||||
"expected": {
|
||||
"url_contains": "/production",
|
||||
"visible": [
|
||||
|
||||
Reference in New Issue
Block a user