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:
김보곤
2026-02-03 09:25:08 +09:00
parent ad0b4dd387
commit c6c716fdb4
12 changed files with 14 additions and 14 deletions

View File

@@ -10,7 +10,7 @@
"menuNavigation": {
"level1": "회계관리",
"level2": "악성채권추심관리",
"expectedUrl": "/accounting/bad-debt"
"expectedUrl": "/accounting/bad-debt-collection"
},
"auth": {
"username": "TestUser5",