fix: 메뉴명 수정 (은행거래→입출금계좌조회, 카드거래→카드내역조회)

This commit is contained in:
light
2026-01-30 11:48:41 +09:00
parent c3dd547dd0
commit 28388fdb2e
2 changed files with 12 additions and 12 deletions

View File

@@ -31,10 +31,10 @@
]
},
"level2": {
"text": "은행거래",
"text": "입출금계좌조회",
"fallbackSelectors": [
"//span[contains(text(),'은행거래')]",
"//a[contains(text(),'은행거래')]",
"//span[contains(text(),'입출금계좌조회')]",
"//a[contains(text(),'입출금계좌조회')]",
"[href*='bank-transactions']"
]
},
@@ -93,7 +93,7 @@
"clickAction": "expand"
},
"level2": {
"text": "은행거래",
"text": "입출금계좌조회",
"scrollSearch": true,
"clickAction": "navigate"
},
@@ -101,7 +101,7 @@
},
"expect": {
"url": "/accounting/bank-transactions",
"visible": ["은행거래"]
"visible": ["입출금계좌조회"]
}
},
{

View File

@@ -32,11 +32,11 @@
"expandWait": 500
},
"level2": {
"text": "카드거래",
"text": "카드내역조회",
"selectors": [
"a:has-text('카드거래')",
"[data-submenu='카드거래']",
".submenu-item:has-text('카드거래')"
"a:has-text('카드내역조회')",
"[data-submenu='카드내역조회']",
".submenu-item:has-text('카드내역조회')"
]
},
"fallbackUrl": "/ko/accounting/card-transactions"
@@ -89,12 +89,12 @@
{ "type": "wait", "duration": 500 },
{
"type": "scrollAndFind",
"target": "카드거래",
"target": "카드내역조회",
"scrollContainer": ".sidebar-scroll, [class*='sidebar'], nav[role='navigation']",
"scrollStep": 200,
"maxAttempts": 5
},
{ "type": "click", "target": "카드거래" },
{ "type": "click", "target": "카드내역조회" },
{ "type": "wait", "target": "페이지 로드 완료" }
],
"fallback": {
@@ -103,7 +103,7 @@
},
"expected": {
"url": "/ko/accounting/card-transactions",
"pageTitle": "카드거래",
"pageTitle": "카드내역조회",
"elements": ["페이지 타이틀", "날짜 필터", "테이블"],
"authenticated": true
}