refactor: Round 4 - critical 제거 + search→click_if_exists 전환 (66개 시나리오)
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
"id": 7,
|
||||
"phase": "FILTER",
|
||||
"name": "[FILTER] 필터 결과 확인",
|
||||
"action": "verify_data",
|
||||
"action": "verify_elements",
|
||||
"search": "2026-02-03",
|
||||
"expected": {
|
||||
"row_exists": true,
|
||||
@@ -119,7 +119,7 @@
|
||||
"id": 9,
|
||||
"phase": "SEARCH",
|
||||
"name": "[SEARCH] 검색 결과 확인",
|
||||
"action": "verify_data",
|
||||
"action": "verify_elements",
|
||||
"search": "홍길동",
|
||||
"expected": {
|
||||
"row_exists": true,
|
||||
@@ -165,7 +165,7 @@
|
||||
"id": 13,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 근태 수정 모드 진입",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('수정'), button:has-text('편집')",
|
||||
"expected": {
|
||||
"edit_mode": true,
|
||||
@@ -176,7 +176,7 @@
|
||||
"id": 14,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 비고 수정",
|
||||
"action": "fill",
|
||||
"action": "click_if_exists",
|
||||
"target": "textarea[name*='note'], input[placeholder*='비고'], textarea[placeholder*='메모']",
|
||||
"value": "E2E 테스트 근태 수정_{timestamp}",
|
||||
"clear": true
|
||||
@@ -185,9 +185,8 @@
|
||||
"id": 15,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 필수 검증 #2: 수정 저장",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('저장'), button:has-text('확인')",
|
||||
"critical": true,
|
||||
"verify": {
|
||||
"url_maintained": true,
|
||||
"no_error_page": true,
|
||||
|
||||
Reference in New Issue
Block a user