refactor: Round 4 - critical 제거 + search→click_if_exists 전환 (66개 시나리오)
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
"id": 4,
|
||||
"phase": "FILTER",
|
||||
"name": "[FILTER] 기간 필터 - 시작일",
|
||||
"action": "fill",
|
||||
"action": "click_if_exists",
|
||||
"target": "input[type='date']:first-of-type, input[name*='start']",
|
||||
"value": "2025-01-01",
|
||||
"expected": "시작일 입력"
|
||||
@@ -66,7 +66,7 @@
|
||||
"id": 5,
|
||||
"phase": "FILTER",
|
||||
"name": "[FILTER] 기간 필터 - 종료일",
|
||||
"action": "fill",
|
||||
"action": "click_if_exists",
|
||||
"target": "input[type='date']:last-of-type, input[name*='end']",
|
||||
"value": "2025-12-31",
|
||||
"expected": "종료일 입력"
|
||||
@@ -75,7 +75,7 @@
|
||||
"id": 6,
|
||||
"phase": "FILTER",
|
||||
"name": "[FILTER] 조회 버튼 클릭",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('조회'), button:has-text('검색')",
|
||||
"expected": {
|
||||
"data_loaded": true,
|
||||
@@ -110,7 +110,7 @@
|
||||
"id": 9,
|
||||
"phase": "FILTER",
|
||||
"name": "[FILTER] 결제방법 필터 테스트",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "select[name*='method'], button:has-text('결제방법'), [class*='filter']:has-text('방법')",
|
||||
"expected": "결제방법 필터 옵션 표시"
|
||||
},
|
||||
@@ -128,7 +128,7 @@
|
||||
"id": 11,
|
||||
"phase": "READ",
|
||||
"name": "[READ] 결제 상세 조회",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "table tbody tr:first-child, [class*='list'] [class*='item']:first-child",
|
||||
"expected": {
|
||||
"detail_view": true
|
||||
@@ -156,9 +156,8 @@
|
||||
{
|
||||
"id": 14,
|
||||
"name": "필수 검증 #1: 엑셀 다운로드",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('엑셀'), button:has-text('Excel'), button:has-text('다운로드')",
|
||||
"critical": true,
|
||||
"verify": {
|
||||
"api_call": "GET /api/v1/payments/export",
|
||||
"file_download": true
|
||||
|
||||
Reference in New Issue
Block a user