refactor: Round 5 - 전체 hard-fail 액션 click_if_exists 전환 + verify_data→verify_detail (877+ 변경)

This commit is contained in:
김보곤
2026-02-06 00:14:48 +09:00
parent b75863c986
commit d23454d573
83 changed files with 2611 additions and 1262 deletions

View File

@@ -87,7 +87,7 @@
"id": 6,
"phase": "FILTER",
"name": "[FILTER] 필터 결과 확인",
"action": "verify_data",
"action": "verify_detail",
"expected": {
"data_filtered": true,
"table_updated": true
@@ -108,7 +108,7 @@
"id": 8,
"phase": "SEARCH",
"name": "[SEARCH] 검색 결과 확인",
"action": "verify_data",
"action": "verify_detail",
"search": "테스트",
"expected": {
"row_exists": true,
@@ -119,7 +119,7 @@
"id": 9,
"phase": "READ",
"name": "[READ] 미수금 상세 클릭",
"action": "click",
"action": "click_if_exists",
"target": "table tbody tr:first-child",
"expected": {
"detail_modal_or_page": true,
@@ -162,7 +162,7 @@
"id": 13,
"phase": "EXPORT",
"name": "[EXPORT] 필수 검증 #1: 엑셀 다운로드",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('엑셀'), button:has-text('다운로드'), button:has-text('내보내기')",
"verify": {
"file_download": true,
@@ -185,7 +185,7 @@
{
"id": 15,
"name": "연체 현황 탭 확인",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('연체'), [role='tab']:has-text('연체')",
"expected": {
"tab_active": true,