revert: Round 5 롤백 - 브라우저 크래시 문제로 복원
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
"id": 5,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 휴가 신청 버튼 클릭",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('신청'), button:has-text('휴가 신청'), button:has-text('추가')",
|
||||
"expected": {
|
||||
"modal": true,
|
||||
@@ -91,9 +91,9 @@
|
||||
"id": 6,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 휴가 정보 입력",
|
||||
"action": "click_if_exists",
|
||||
"action": "fill_form",
|
||||
"fields": [
|
||||
{"name": "휴가 유형", "type": "click_if_exists", "value": "연차"},
|
||||
{"name": "휴가 유형", "type": "select", "value": "연차"},
|
||||
{"name": "시작일", "type": "date", "value": "2026-02-10"},
|
||||
{"name": "종료일", "type": "date", "value": "2026-02-10"},
|
||||
{"name": "사유", "type": "textarea", "value": "E2E 자동화 테스트 휴가 신청_{timestamp}"}
|
||||
@@ -104,7 +104,7 @@
|
||||
"id": 7,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 필수 검증 #2: 신청 저장",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('신청'), button:has-text('저장'), button:has-text('확인')",
|
||||
"verify": {
|
||||
"url_maintained": true,
|
||||
@@ -125,7 +125,7 @@
|
||||
"id": 8,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 신청 결과 확인",
|
||||
"action": "verify_detail",
|
||||
"action": "verify_data",
|
||||
"search": "E2E 자동화 테스트 휴가",
|
||||
"expected": {
|
||||
"row_exists": true,
|
||||
@@ -205,7 +205,7 @@
|
||||
"id": 15,
|
||||
"phase": "DELETE",
|
||||
"name": "[DELETE] 취소 버튼 클릭",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('취소'), button:has-text('신청 취소')",
|
||||
"expected": {
|
||||
"confirm_dialog": true,
|
||||
@@ -229,7 +229,7 @@
|
||||
"id": 17,
|
||||
"phase": "DELETE",
|
||||
"name": "[DELETE] 취소 결과 확인",
|
||||
"action": "verify_detail",
|
||||
"action": "verify_data",
|
||||
"search": "E2E 수정된 휴가",
|
||||
"expected": {
|
||||
"row_exists": false,
|
||||
|
||||
Reference in New Issue
Block a user