refactor: Round 4 - critical 제거 + search→click_if_exists 전환 (66개 시나리오)

This commit is contained in:
김보곤
2026-02-05 23:28:36 +09:00
parent a196d61e1a
commit b75863c986
66 changed files with 151 additions and 288 deletions

View File

@@ -106,7 +106,6 @@
"name": "[CREATE] 필수 검증 #2: 신청 저장",
"action": "click",
"target": "button:has-text('신청'), button:has-text('저장'), button:has-text('확인')",
"critical": true,
"verify": {
"url_maintained": true,
"no_error_page": true,
@@ -137,7 +136,7 @@
"id": 9,
"phase": "READ",
"name": "[READ] 휴가 상세 페이지 진입",
"action": "click",
"action": "click_if_exists",
"target": "table tbody tr:has-text('E2E')",
"expected": {
"url_contains": "/hr/vacation",
@@ -162,7 +161,7 @@
"id": 11,
"phase": "UPDATE",
"name": "[UPDATE] 수정 모드 진입",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('수정')",
"expected": {
"modal_or_edit_mode": true,
@@ -173,7 +172,7 @@
"id": 12,
"phase": "UPDATE",
"name": "[UPDATE] 사유 수정",
"action": "fill",
"action": "click_if_exists",
"target": "textarea[name*='reason'], input[placeholder*='사유']",
"value": "E2E 수정된 휴가 사유_{timestamp}",
"clear": true
@@ -182,9 +181,8 @@
"id": 13,
"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,
@@ -218,9 +216,8 @@
"id": 16,
"phase": "DELETE",
"name": "[DELETE] 필수 검증 #6: 취소 확인",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('확인'), button:has-text('예')",
"critical": true,
"verify": {
"api_call": "DELETE /api/v1/vacations/",
"toast": "취소|삭제|완료|성공",