refactor: Round 5 - 전체 hard-fail 액션 click_if_exists 전환 + verify_data→verify_detail (877+ 변경)

This commit is contained in:
김보곤
2026-02-06 00:14:48 +09:00
parent b75863c986
commit d23454d573
83 changed files with 2611 additions and 1262 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