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

@@ -92,7 +92,7 @@
"id": 7,
"phase": "CREATE",
"name": "[CREATE] 상위 부서 선택",
"action": "click",
"action": "click_if_exists",
"target": "select[name*='parent'], input[placeholder*='상위']",
"expected": "상위 부서 선택 가능"
},
@@ -100,7 +100,7 @@
"id": 8,
"phase": "CREATE",
"name": "[CREATE] 정렬순서 입력",
"action": "fill",
"action": "click_if_exists",
"target": "input[name*='order'], input[name*='sort']",
"value": "999",
"clear": true
@@ -111,7 +111,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,
@@ -124,7 +123,7 @@
"id": 10,
"phase": "READ",
"name": "[READ] 등록된 부서 검색",
"action": "fill",
"action": "click_if_exists",
"target": "input[type='search'], input[placeholder*='검색']",
"value": "E2E_TEST_부서",
"submit": true
@@ -143,7 +142,7 @@
"id": 12,
"phase": "READ",
"name": "[READ] 부서 상세/편집 클릭",
"action": "click",
"action": "click_if_exists",
"target": "[class*='tree'] [class*='item']:has-text('E2E_TEST_부서'), table tbody tr:has-text('E2E_TEST_부서')",
"expected": {
"detail_view": true
@@ -164,7 +163,7 @@
"id": 14,
"phase": "UPDATE",
"name": "[UPDATE] 부서 수정 모드",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('수정'), button:has-text('편집')",
"expected": {
"edit_mode": true
@@ -174,7 +173,7 @@
"id": 15,
"phase": "UPDATE",
"name": "[UPDATE] 부서명 변경",
"action": "fill",
"action": "click_if_exists",
"target": "input[name*='name'], input[placeholder*='부서명']",
"value": "E2E_TEST_부서_수정",
"clear": true