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

@@ -97,7 +97,7 @@
"id": 7,
"phase": "SEARCH",
"name": "[SEARCH] 거래처 검색",
"action": "search",
"action": "click_if_exists",
"target": "input[placeholder*='검색'], input[placeholder*='거래처']",
"value": "테스트",
"expected": {
@@ -164,7 +164,6 @@
"name": "[EXPORT] 필수 검증 #1: 엑셀 다운로드",
"action": "click",
"target": "button:has-text('엑셀'), button:has-text('다운로드'), button:has-text('내보내기')",
"critical": true,
"verify": {
"file_download": true,
"file_type": "xlsx",