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,12 +91,12 @@
|
||||
"id": 6,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 입고 정보 입력",
|
||||
"action": "click_if_exists",
|
||||
"action": "fill_form",
|
||||
"fields": [
|
||||
{"name": "입고일", "type": "date", "value": "2026-02-03"},
|
||||
{"name": "품목", "type": "click_if_exists", "value": "E2E_TEST_입고품목"},
|
||||
{"name": "품목", "type": "select", "value": "E2E_TEST_입고품목"},
|
||||
{"name": "수량", "type": "number", "value": "100"},
|
||||
{"name": "거래처", "type": "click_if_exists", "value": "테스트거래처"},
|
||||
{"name": "거래처", "type": "select", "value": "테스트거래처"},
|
||||
{"name": "메모", "type": "text", "value": "E2E 자동화 테스트 입고_{timestamp}"}
|
||||
],
|
||||
"note": "타임스탬프로 고유성 보장"
|
||||
@@ -126,7 +126,7 @@
|
||||
"id": 8,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 등록 결과 확인",
|
||||
"action": "verify_detail",
|
||||
"action": "verify_data",
|
||||
"search": "E2E 자동화 테스트 입고",
|
||||
"expected": {
|
||||
"row_exists": true,
|
||||
@@ -213,7 +213,7 @@
|
||||
"id": 16,
|
||||
"phase": "DELETE",
|
||||
"name": "[DELETE] 삭제 버튼 클릭",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('삭제')",
|
||||
"expected": {
|
||||
"confirm_dialog": true,
|
||||
@@ -237,7 +237,7 @@
|
||||
"id": 18,
|
||||
"phase": "DELETE",
|
||||
"name": "[DELETE] 삭제 결과 확인",
|
||||
"action": "verify_detail",
|
||||
"action": "verify_data",
|
||||
"search": "E2E 수정된 입고",
|
||||
"expected": {
|
||||
"row_exists": false,
|
||||
|
||||
Reference in New Issue
Block a user