refactor: Round 5.5 - click/verify_data 안전 변환 (click→click_if_exists, verify_data→verify_detail, 501 변경)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user