fix: Round 7 - 마지막 3개 실패 시나리오 수정 (crud-delete-vendor, customer-faq, rank-management)

This commit is contained in:
김보곤
2026-02-06 02:01:26 +09:00
parent 25e05c0728
commit f6779b9c4a
3 changed files with 23 additions and 49 deletions

View File

@@ -94,7 +94,7 @@
"id": 7,
"phase": "FILTER",
"name": "[FILTER] 카테고리 필터",
"action": "click_if_exists",
"action": "verify_element",
"target": "[class*='category'], [class*='tab']",
"expected": "카테고리 선택 가능"
},