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": "/boards/test"
|
||||
"expectedUrl": "/boards/board_"
|
||||
},
|
||||
"auth": {
|
||||
"username": "TestUser5",
|
||||
|
||||
Reference in New Issue
Block a user