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

@@ -102,7 +102,7 @@
"id": 8,
"phase": "CREATE",
"name": "[CREATE] 카드종류 선택",
"action": "click",
"action": "click_if_exists",
"target": "select[name*='type'], button:has-text('법인카드')",
"expected": "카드종류 선택"
},
@@ -112,7 +112,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,
@@ -125,7 +124,7 @@
"id": 10,
"phase": "READ",
"name": "[READ] 등록된 카드 검색",
"action": "fill",
"action": "click_if_exists",
"target": "input[type='search'], input[placeholder*='검색']",
"value": "E2E_TEST_카드",
"submit": true
@@ -144,7 +143,7 @@
"id": 12,
"phase": "READ",
"name": "[READ] 카드 상세 조회",
"action": "click",
"action": "click_if_exists",
"target": "table tbody tr:has-text('E2E_TEST_카드')",
"expected": {
"detail_view": true
@@ -165,7 +164,7 @@
"id": 14,
"phase": "UPDATE",
"name": "[UPDATE] 카드 수정 모드",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('수정'), button:has-text('편집')",
"expected": {
"edit_mode": true
@@ -175,7 +174,7 @@
"id": 15,
"phase": "UPDATE",
"name": "[UPDATE] 카드명 변경",
"action": "fill",
"action": "click_if_exists",
"target": "input[name*='name'], input[placeholder*='카드명']",
"value": "E2E_TEST_카드_수정",
"clear": true