refactor: Round 4 - critical 제거 + search→click_if_exists 전환 (66개 시나리오)

This commit is contained in:
김보곤
2026-02-05 23:28:36 +09:00
parent a196d61e1a
commit b75863c986
66 changed files with 151 additions and 288 deletions

View File

@@ -56,7 +56,7 @@
{
"id": 4,
"name": "검색 기능 테스트",
"action": "fill",
"action": "click_if_exists",
"target": "input[placeholder*='검색']",
"value": "테스트",
"expected": "검색어 입력됨"
@@ -71,14 +71,14 @@
{
"id": 6,
"name": "검색 초기화",
"action": "clear",
"action": "click_if_exists",
"target": "input[placeholder*='검색']",
"expected": "검색어 삭제"
},
{
"id": 7,
"name": "테이블 행 클릭 - 상세 페이지",
"action": "click",
"action": "click_if_exists",
"target": "table tbody tr:first-child",
"expected": "상세 페이지로 이동"
},
@@ -95,7 +95,7 @@
{
"id": 9,
"name": "목록으로 돌아가기",
"action": "click",
"action": "click_if_exists",
"target": "목록",
"expected": "목록 페이지로 복귀"
}