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": "SEARCH",
"name": "[SEARCH] 공지사항 검색",
"action": "click_if_exists",
"action": "fill",
"target": "input[type='search'], input[placeholder*='검색']",
"value": "테스트",
"submit": true
@@ -87,7 +87,7 @@
"id": 7,
"phase": "SEARCH",
"name": "[SEARCH] 검색 초기화",
"action": "click_if_exists",
"action": "click",
"target": "button:has-text('초기화'), button:has-text('전체'), button[class*='clear']",
"expected": "검색 초기화"
},
@@ -95,7 +95,7 @@
"id": 8,
"phase": "READ",
"name": "[READ] 공지사항 상세 보기",
"action": "click_if_exists",
"action": "click",
"target": "table tbody tr:first-child, [class*='list'] [class*='item']:first-child",
"expected": {
"detail_view": true,
@@ -136,7 +136,7 @@
{
"id": 12,
"name": "목록으로 돌아가기",
"action": "click_if_exists",
"action": "click",
"target": "button:has-text('목록'), a:has-text('목록'), [class*='back']",
"expected": "목록 페이지로 복귀"
},