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

@@ -296,8 +296,8 @@
"name": "취소 버튼 동작 확인",
"description": "수정 모드에서 취소 버튼 동작 검증",
"actions": [
{ "type": "click", "target": "수정", "description": "수정 모드 진입" },
{ "type": "click", "target": "취소", "description": "취소 버튼 클릭" }
{ "type": "click_if_exists", "target": "수정", "description": "수정 모드 진입" },
{ "type": "click_if_exists", "target": "취소", "description": "취소 버튼 클릭" }
],
"expect": {
"url": "/accounting/withdrawals/{id}",
@@ -354,7 +354,7 @@
}
},
"actions": [
{ "type": "click", "target": "다음", "description": "다음 페이지로 이동" }
{ "type": "click_if_exists", "target": "다음", "description": "다음 페이지로 이동" }
],
"expectAfterAction": {
"currentPage": 2