revert: Round 5 롤백 - 브라우저 크래시 문제로 복원

This commit is contained in:
김보곤
2026-02-06 00:39:28 +09:00
parent d23454d573
commit 701e05ab59
83 changed files with 1262 additions and 2611 deletions

View File

@@ -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,7 +91,7 @@
"id": 6,
"phase": "CREATE",
"name": "[CREATE] 어음 정보 입력",
"action": "click_if_exists",
"action": "fill_form",
"fields": [
{"name": "어음번호", "type": "text", "value": "E2E_TEST_어음_{timestamp}"},
{"name": "금액", "type": "number", "value": "1000000"},
@@ -105,7 +105,7 @@
"id": 7,
"phase": "CREATE",
"name": "[CREATE] 필수 검증 #2: 등록 저장",
"action": "click_if_exists",
"action": "click",
"target": "button:has-text('저장'), button:has-text('등록')",
"verify": {
"url_maintained": true,
@@ -126,7 +126,7 @@
"id": 8,
"phase": "CREATE",
"name": "[CREATE] 등록 결과 확인",
"action": "verify_detail",
"action": "verify_data",
"search": "E2E_TEST_어음",
"expected": {
"row_exists": true,
@@ -205,7 +205,7 @@
"id": 15,
"phase": "DELETE",
"name": "[DELETE] 삭제 버튼 클릭",
"action": "click_if_exists",
"action": "click",
"target": "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,