revert: Round 5 롤백 - 브라우저 크래시 문제로 복원
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user