refactor: Round 5.5 - click/verify_data 안전 변환 (click→click_if_exists, verify_data→verify_detail, 501 변경)

This commit is contained in:
김보곤
2026-02-06 00:46:05 +09:00
parent 701e05ab59
commit d90f00fde9
82 changed files with 505 additions and 503 deletions

View File

@@ -86,7 +86,7 @@
"id": 6,
"phase": "CREATE",
"name": "[CREATE] 거래처 선택",
"action": "click",
"action": "click_if_exists",
"target": "select[name*='vendor'], input[placeholder*='거래처']",
"expected": "거래처 선택 가능"
},