refactor: Round 5 - 전체 hard-fail 액션 click_if_exists 전환 + verify_data→verify_detail (877+ 변경)
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']:first-of-type, [class*='datepicker']:first-of-type",
|
||||
"expected": "날짜 선택 열림"
|
||||
},
|
||||
@@ -93,7 +93,7 @@
|
||||
"id": 8,
|
||||
"phase": "READ",
|
||||
"name": "[READ] 카드 사용내역 상세 보기",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "table tbody tr:first-child",
|
||||
"expected": {
|
||||
"detail_view": true
|
||||
@@ -114,7 +114,7 @@
|
||||
{
|
||||
"id": 10,
|
||||
"name": "목록으로 돌아가기",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('목록'), a:has-text('목록'), [class*='back']",
|
||||
"expected": "목록 페이지로 복귀"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user