refactor: Round 5.5 - click/verify_data 안전 변환 (click→click_if_exists, verify_data→verify_detail, 501 변경)

This commit is contained in:
김보곤
2026-02-06 00:46:05 +09:00
parent 701e05ab59
commit d90f00fde9
82 changed files with 505 additions and 503 deletions

View File

@@ -83,7 +83,7 @@
"id": 5,
"phase": "CREATE",
"name": "[CREATE] 사원 등록 버튼 클릭",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('등록'), button:has-text('사원 등록'), button:has-text('추가')",
"expected": {
"modal_or_page": true,
@@ -111,7 +111,7 @@
"id": 7,
"phase": "CREATE",
"name": "[CREATE] 필수 검증 #2: 등록 저장",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('저장'), button:has-text('등록')",
"verify": {
"url_maintained": true,
@@ -132,7 +132,7 @@
"id": 8,
"phase": "CREATE",
"name": "[CREATE] 등록 결과 확인",
"action": "verify_data",
"action": "verify_detail",
"search": "E2E_TEST_사원",
"expected": {
"row_exists": true,
@@ -219,7 +219,7 @@
"id": 16,
"phase": "DELETE",
"name": "[DELETE] 삭제 버튼 클릭",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('삭제')",
"expected": {
"confirm_dialog": true,
@@ -243,7 +243,7 @@
"id": 18,
"phase": "DELETE",
"name": "[DELETE] 삭제 결과 확인",
"action": "verify_data",
"action": "verify_detail",
"search": "E2E_TEST_사원",
"expected": {
"row_exists": false,