refactor: Round 5.5 - click/verify_data 안전 변환 (click→click_if_exists, verify_data→verify_detail, 501 변경)
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
"id": 5,
|
||||
"phase": "FILTER",
|
||||
"name": "[FILTER] 날짜 선택",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "input[type='date'], [class*='datepicker'], button:has-text('날짜')",
|
||||
"expected": "날짜 선택기 열림"
|
||||
},
|
||||
@@ -149,7 +149,7 @@
|
||||
{
|
||||
"id": 14,
|
||||
"name": "엑셀 다운로드",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('엑셀'), button:has-text('Excel'), button:has-text('다운로드')",
|
||||
"verify": {
|
||||
"api_call": "GET /api/v1/accounting/daily-report/export",
|
||||
|
||||
Reference in New Issue
Block a user