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

@@ -74,7 +74,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_open": true
@@ -84,7 +84,7 @@
"id": 6,
"phase": "CREATE",
"name": "[CREATE] 카드명 입력",
"action": "click_if_exists",
"action": "fill",
"target": "input[name*='name'], input[placeholder*='카드명']",
"value": "E2E_TEST_카드_{timestamp}",
"clear": true
@@ -93,7 +93,7 @@
"id": 7,
"phase": "CREATE",
"name": "[CREATE] 카드번호 입력",
"action": "click_if_exists",
"action": "fill",
"target": "input[name*='number'], input[placeholder*='카드번호']",
"value": "1234-5678-9012-3456",
"clear": true
@@ -110,7 +110,7 @@
"id": 9,
"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,
@@ -183,7 +183,7 @@
"id": 16,
"phase": "UPDATE",
"name": "[UPDATE] 변경 저장",
"action": "click_if_exists",
"action": "click",
"target": "button:has-text('저장'), button:has-text('확인')",
"verify": {
"api_call": "PUT /api/v1/hr/cards",
@@ -195,7 +195,7 @@
"id": 17,
"phase": "DELETE",
"name": "[DELETE] 카드 삭제",
"action": "click_if_exists",
"action": "click",
"target": "button:has-text('삭제'), button:has-text('제거')",
"expected": {
"confirm_dialog": true
@@ -205,7 +205,7 @@
"id": 18,
"phase": "DELETE",
"name": "[DELETE] 삭제 확인",
"action": "click_if_exists",
"action": "click",
"target": "[role='alertdialog'] button:has-text('확인'), [role='dialog'] button:has-text('삭제')",
"verify": {
"api_call": "DELETE /api/v1/hr/cards",