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

@@ -68,7 +68,7 @@
"id": 5,
"phase": "FILTER",
"name": "[FILTER] 기간 필터 - 시작일",
"action": "click_if_exists",
"action": "fill",
"target": "input[type='date']:first-of-type, input[name*='start']",
"value": "2025-01-01"
},
@@ -76,7 +76,7 @@
"id": 6,
"phase": "FILTER",
"name": "[FILTER] 기간 필터 - 종료일",
"action": "click_if_exists",
"action": "fill",
"target": "input[type='date']:last-of-type, input[name*='end']",
"value": "2025-12-31"
},
@@ -84,7 +84,7 @@
"id": 7,
"phase": "FILTER",
"name": "[FILTER] 조회 실행",
"action": "click_if_exists",
"action": "click",
"target": "button:has-text('조회'), button:has-text('검색')",
"expected": {
"data_loaded": true,
@@ -143,7 +143,7 @@
{
"id": 13,
"name": "필수 검증 #1: 엑셀 다운로드",
"action": "click_if_exists",
"action": "click",
"target": "button:has-text('엑셀'), button:has-text('Excel'), button:has-text('다운로드')",
"verify": {
"api_call": "GET /api/v1/purchase/status/export",