fix: 메뉴명 불일치 3건 수정
- accounting-bank-transaction: 입출금계좌조회 → 계좌입출금내역 - accounting-card-history: 카드내역조회 → 카드사용내역 - hr-card: 삭제 (인사관리에 카드관리 메뉴 없음)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"id": "accounting-card-history",
|
||||
"name": "카드내역조회 테스트",
|
||||
"name": "카드사용내역 테스트",
|
||||
"screenshotPolicy": {
|
||||
"onErrorOnly": true,
|
||||
"captureOn": [
|
||||
@@ -12,11 +12,11 @@
|
||||
"blocked"
|
||||
]
|
||||
},
|
||||
"description": "회계관리 > 카드내역조회 메뉴의 카드 사용내역 조회/필터/엑셀 기능 테스트",
|
||||
"description": "회계관리 > 카드사용내역 메뉴의 카드 사용내역 조회/필터/엑셀 기능 테스트",
|
||||
"baseUrl": "https://dev.codebridge-x.com",
|
||||
"menuNavigation": {
|
||||
"level1": "회계관리",
|
||||
"level2": "카드내역조회",
|
||||
"level2": "카드사용내역",
|
||||
"expectedUrl": "/accounting/card-transactions",
|
||||
"searchWithinParent": true,
|
||||
"closeOtherMenus": true
|
||||
@@ -28,10 +28,10 @@
|
||||
"steps": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "메뉴 진입: 회계관리 > 카드내역조회",
|
||||
"name": "메뉴 진입: 회계관리 > 카드사용내역",
|
||||
"action": "menu_navigate",
|
||||
"level1": "회계관리",
|
||||
"level2": "카드내역조회",
|
||||
"level2": "카드사용내역",
|
||||
"expected": {
|
||||
"url_contains": "/accounting",
|
||||
"visible": [
|
||||
|
||||
Reference in New Issue
Block a user