refactor: Round 5.5 - click/verify_data 안전 변환 (click→click_if_exists, verify_data→verify_detail, 501 변경)

This commit is contained in:
김보곤
2026-02-06 00:46:05 +09:00
parent 701e05ab59
commit d90f00fde9
82 changed files with 505 additions and 503 deletions

View File

@@ -69,7 +69,7 @@
"id": 5,
"phase": "FILTER",
"name": "[FILTER] 기간 필터 - 시작일",
"action": "click",
"action": "click_if_exists",
"target": "input[type='date']:first-of-type, [class*='datepicker']:first-of-type",
"expected": "날짜 선택 열림"
},
@@ -95,7 +95,7 @@
"id": 8,
"phase": "FILTER",
"name": "[FILTER] 거래처별 필터",
"action": "click",
"action": "click_if_exists",
"target": "select[name*='vendor'], button:has-text('거래처')",
"expected": "거래처 필터 가능"
},
@@ -103,7 +103,7 @@
"id": 9,
"phase": "READ",
"name": "[READ] 매출 상세 보기",
"action": "click",
"action": "click_if_exists",
"target": "table tbody tr:first-child",
"expected": {
"detail_view": true
@@ -123,7 +123,7 @@
{
"id": 11,
"name": "목록으로 돌아가기",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('목록'), a:has-text('목록'), [class*='back']",
"expected": "목록 페이지로 복귀"
},