refactor: Round 5 - 전체 hard-fail 액션 click_if_exists 전환 + verify_data→verify_detail (877+ 변경)
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
"id": 4,
|
||||
"phase": "READ",
|
||||
"name": "[READ] 거래처 선택 기능 확인",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "select[name*='vendor'], input[placeholder*='거래처'], button:has-text('거래처 선택')",
|
||||
"expected": {
|
||||
"selectable": true,
|
||||
@@ -76,7 +76,7 @@
|
||||
"id": 6,
|
||||
"phase": "FILTER",
|
||||
"name": "[FILTER] 시작일 설정",
|
||||
"action": "fill",
|
||||
"action": "click_if_exists",
|
||||
"target": "input[type='date']:first-of-type, input[name*='start'], input[placeholder*='시작']",
|
||||
"value": "2025-01-01",
|
||||
"expected": "시작일 입력"
|
||||
@@ -85,7 +85,7 @@
|
||||
"id": 7,
|
||||
"phase": "FILTER",
|
||||
"name": "[FILTER] 종료일 설정",
|
||||
"action": "fill",
|
||||
"action": "click_if_exists",
|
||||
"target": "input[type='date']:last-of-type, input[name*='end'], input[placeholder*='종료']",
|
||||
"value": "2025-12-31",
|
||||
"expected": "종료일 입력"
|
||||
@@ -140,7 +140,7 @@
|
||||
{
|
||||
"id": 12,
|
||||
"name": "필수 검증 #1: 엑셀 다운로드",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('엑셀'), button:has-text('Excel'), button:has-text('다운로드'), button:has-text('내보내기')",
|
||||
"verify": {
|
||||
"api_call": "GET /api/v1/accounting/vendor-ledger/export",
|
||||
|
||||
Reference in New Issue
Block a user