revert: Round 5 롤백 - 브라우저 크래시 문제로 복원
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
"id": 4,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 단가 등록 버튼 클릭",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('등록'), button:has-text('추가'), button:has-text('신규')",
|
||||
"expected": {
|
||||
"modal_open": true
|
||||
@@ -73,7 +73,7 @@
|
||||
"id": 5,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 품목 선택",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "select[name*='item'], button:has-text('품목'), input[placeholder*='품목']",
|
||||
"expected": "품목 선택 가능"
|
||||
},
|
||||
@@ -81,7 +81,7 @@
|
||||
"id": 6,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 거래처 선택",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "select[name*='client'], button:has-text('거래처'), input[placeholder*='거래처']",
|
||||
"expected": "거래처 선택 가능"
|
||||
},
|
||||
@@ -89,7 +89,7 @@
|
||||
"id": 7,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 단가 입력",
|
||||
"action": "click_if_exists",
|
||||
"action": "fill",
|
||||
"target": "input[name*='price'], input[placeholder*='단가']",
|
||||
"value": "50000",
|
||||
"clear": true
|
||||
@@ -98,7 +98,7 @@
|
||||
"id": 8,
|
||||
"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,
|
||||
@@ -122,7 +122,7 @@
|
||||
"id": 10,
|
||||
"phase": "READ",
|
||||
"name": "[READ] 단가 상세 조회",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "table tbody tr:first-child",
|
||||
"expected": {
|
||||
"detail_view": true
|
||||
@@ -144,7 +144,7 @@
|
||||
"id": 12,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 단가 수정 모드 진입",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('수정'), button:has-text('편집')",
|
||||
"expected": {
|
||||
"edit_mode": true
|
||||
@@ -154,7 +154,7 @@
|
||||
"id": 13,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 단가 수정",
|
||||
"action": "click_if_exists",
|
||||
"action": "fill",
|
||||
"target": "input[name*='price'], input[placeholder*='단가']",
|
||||
"value": "55000",
|
||||
"clear": true
|
||||
@@ -163,7 +163,7 @@
|
||||
"id": 14,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 단가 저장",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('저장'), button:has-text('확인')",
|
||||
"verify": {
|
||||
"api_call": "PUT /api/v1/sales/pricing",
|
||||
@@ -183,7 +183,7 @@
|
||||
{
|
||||
"id": 16,
|
||||
"name": "엑셀 다운로드",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('엑셀'), button:has-text('Excel'), button:has-text('다운로드')",
|
||||
"verify": {
|
||||
"file_download": true
|
||||
|
||||
Reference in New Issue
Block a user