refactor: Round 4 - critical 제거 + search→click_if_exists 전환 (66개 시나리오)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user