revert: Round 5 롤백 - 브라우저 크래시 문제로 복원

This commit is contained in:
김보곤
2026-02-06 00:39:28 +09:00
parent d23454d573
commit 701e05ab59
83 changed files with 1262 additions and 2611 deletions

View File

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