refactor: Round 4 - critical 제거 + search→click_if_exists 전환 (66개 시나리오)
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
"id": 5,
|
||||
"phase": "READ",
|
||||
"name": "[READ] FAQ 항목 펼치기",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "[class*='accordion']:first-child, [class*='faq']:first-child, table tbody tr:first-child",
|
||||
"expected": {
|
||||
"accordion_open": true
|
||||
@@ -84,7 +84,7 @@
|
||||
"id": 7,
|
||||
"phase": "FILTER",
|
||||
"name": "[FILTER] 카테고리 필터",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "[class*='category'], [class*='tab'], button:has-text('카테고리')",
|
||||
"expected": "카테고리 선택 가능"
|
||||
},
|
||||
@@ -102,7 +102,7 @@
|
||||
"id": 9,
|
||||
"phase": "SEARCH",
|
||||
"name": "[SEARCH] FAQ 검색",
|
||||
"action": "fill",
|
||||
"action": "click_if_exists",
|
||||
"target": "input[type='search'], input[placeholder*='검색']",
|
||||
"value": "테스트",
|
||||
"submit": true
|
||||
|
||||
Reference in New Issue
Block a user