fix: 시나리오 expectedUrl 실제 URL과 일치하도록 수정
- board-management: /boards/management → /board/board-management - board-test: /boards/test → /boards/board_ - purchase-pricing: /purchase/pricing → /sales/pricing-management - production-worker: /production/worker → /production/worker-screen - shipment-dispatch: /shipment/dispatch → /outbound/vehicle-dispatches - accounting-sales: /accounting/sales → /accounting/sales-accounting - accounting-purchase: /accounting/purchase → /accounting/purchase-accounting - accounting-cost: /accounting/cost → /accounting/cost-management - accounting-card-history: /accounting/card-history → /accounting/card-transactions - accounting-receivable: /accounting/receivables → /accounting/receivables-status - accounting-expense-forecast: /accounting/expense-forecast → /accounting/expected-expenses - accounting-bad-debt: /accounting/bad-debt → /accounting/bad-debt-collection
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"menuNavigation": {
|
||||
"level1": "회계관리",
|
||||
"level2": "악성채권추심관리",
|
||||
"expectedUrl": "/accounting/bad-debt"
|
||||
"expectedUrl": "/accounting/bad-debt-collection"
|
||||
},
|
||||
"auth": {
|
||||
"username": "TestUser5",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"menuNavigation": {
|
||||
"level1": "회계관리",
|
||||
"level2": "카드내역조회",
|
||||
"expectedUrl": "/accounting/card-history"
|
||||
"expectedUrl": "/accounting/card-transactions"
|
||||
},
|
||||
"auth": {
|
||||
"username": "TestUser5",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"menuNavigation": {
|
||||
"level1": "회계관리",
|
||||
"level2": "원가관리",
|
||||
"expectedUrl": "/accounting/cost"
|
||||
"expectedUrl": "/accounting/cost-management"
|
||||
},
|
||||
"auth": {
|
||||
"username": "TestUser5",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"menuNavigation": {
|
||||
"level1": "회계관리",
|
||||
"level2": "지출예상내역서",
|
||||
"expectedUrl": "/accounting/expense-forecast"
|
||||
"expectedUrl": "/accounting/expected-expenses"
|
||||
},
|
||||
"auth": {
|
||||
"username": "TestUser5",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"menuNavigation": {
|
||||
"level1": "회계관리",
|
||||
"level2": "매입관리",
|
||||
"expectedUrl": "/accounting/purchase"
|
||||
"expectedUrl": "/accounting/purchase-accounting"
|
||||
},
|
||||
"auth": {
|
||||
"username": "TestUser5",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"menuNavigation": {
|
||||
"level1": "회계관리",
|
||||
"level2": "미수금현황",
|
||||
"expectedUrl": "/accounting/receivables"
|
||||
"expectedUrl": "/accounting/receivables-status"
|
||||
},
|
||||
"auth": {
|
||||
"username": "TestUser5",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"menuNavigation": {
|
||||
"level1": "회계관리",
|
||||
"level2": "매출관리",
|
||||
"expectedUrl": "/accounting/sales"
|
||||
"expectedUrl": "/accounting/sales-accounting"
|
||||
},
|
||||
"auth": {
|
||||
"username": "TestUser5",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"menuNavigation": {
|
||||
"level1": "게시판",
|
||||
"level2": "게시판 관리",
|
||||
"expectedUrl": "/boards/management"
|
||||
"expectedUrl": "/board/board-management"
|
||||
},
|
||||
"auth": {
|
||||
"username": "TestUser5",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"menuNavigation": {
|
||||
"level1": "게시판",
|
||||
"level2": "게시판 테스트",
|
||||
"expectedUrl": "/boards/test"
|
||||
"expectedUrl": "/boards/board_"
|
||||
},
|
||||
"auth": {
|
||||
"username": "TestUser5",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"menuNavigation": {
|
||||
"level1": "생산관리",
|
||||
"level2": "작업자 화면",
|
||||
"expectedUrl": "/production/worker"
|
||||
"expectedUrl": "/production/worker-screen"
|
||||
},
|
||||
"auth": {
|
||||
"username": "TestUser5",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"menuNavigation": {
|
||||
"level1": "구매관리",
|
||||
"level2": "단가관리",
|
||||
"expectedUrl": "/purchase/pricing"
|
||||
"expectedUrl": "/sales/pricing-management"
|
||||
},
|
||||
"auth": {
|
||||
"username": "TestUser5",
|
||||
@@ -24,7 +24,7 @@
|
||||
"level1": "구매관리",
|
||||
"level2": "단가관리",
|
||||
"expected": {
|
||||
"url_contains": "/purchase",
|
||||
"url_contains": "/sales",
|
||||
"visible": ["단가관리", "단가"]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"menuNavigation": {
|
||||
"level1": "출고관리",
|
||||
"level2": "배차차량관리",
|
||||
"expectedUrl": "/shipment/dispatch"
|
||||
"expectedUrl": "/outbound/vehicle-dispatches"
|
||||
},
|
||||
"auth": {
|
||||
"username": "TestUser5",
|
||||
@@ -24,7 +24,7 @@
|
||||
"level1": "출고관리",
|
||||
"level2": "배차차량관리",
|
||||
"expected": {
|
||||
"url_contains": "/shipment",
|
||||
"url_contains": "/outbound",
|
||||
"visible": ["배차", "차량"]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user