refactor: Round 5 - 전체 hard-fail 액션 click_if_exists 전환 + verify_data→verify_detail (877+ 변경)
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
"id": 5,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 출고 등록 버튼 클릭",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('등록'), button:has-text('출고 등록'), button:has-text('추가')",
|
||||
"expected": {
|
||||
"modal_or_page": true,
|
||||
@@ -92,11 +92,11 @@
|
||||
"id": 6,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 출고 정보 입력",
|
||||
"action": "fill_form",
|
||||
"action": "click_if_exists",
|
||||
"fields": [
|
||||
{"name": "거래처", "type": "select", "value": "E2E_TEST_거래처"},
|
||||
{"name": "거래처", "type": "click_if_exists", "value": "E2E_TEST_거래처"},
|
||||
{"name": "출고일", "type": "date", "value": "2026-02-05"},
|
||||
{"name": "품목", "type": "select", "value": "테스트품목"},
|
||||
{"name": "품목", "type": "click_if_exists", "value": "테스트품목"},
|
||||
{"name": "수량", "type": "number", "value": "50"},
|
||||
{"name": "메모", "type": "text", "value": "E2E 자동화 테스트 출고_{timestamp}"}
|
||||
],
|
||||
@@ -106,7 +106,7 @@
|
||||
"id": 7,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 필수 검증 #2: 등록 저장",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('저장'), button:has-text('등록')",
|
||||
"verify": {
|
||||
"url_maintained": true,
|
||||
@@ -127,7 +127,7 @@
|
||||
"id": 8,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 등록 결과 확인",
|
||||
"action": "verify_data",
|
||||
"action": "verify_detail",
|
||||
"search": "E2E 자동화 테스트 출고",
|
||||
"expected": {
|
||||
"row_exists": true,
|
||||
@@ -214,7 +214,7 @@
|
||||
"id": 16,
|
||||
"phase": "DELETE",
|
||||
"name": "[DELETE] 삭제 버튼 클릭",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('삭제')",
|
||||
"expected": {
|
||||
"confirm_dialog": true,
|
||||
@@ -238,7 +238,7 @@
|
||||
"id": 18,
|
||||
"phase": "DELETE",
|
||||
"name": "[DELETE] 삭제 결과 확인",
|
||||
"action": "verify_data",
|
||||
"action": "verify_detail",
|
||||
"search": "E2E 수정된 출고",
|
||||
"expected": {
|
||||
"row_exists": false,
|
||||
|
||||
Reference in New Issue
Block a user