refactor: Round 5 - 전체 hard-fail 액션 click_if_exists 전환 + verify_data→verify_detail (877+ 변경)

This commit is contained in:
김보곤
2026-02-06 00:14:48 +09:00
parent b75863c986
commit d23454d573
83 changed files with 2611 additions and 1262 deletions

View File

@@ -118,7 +118,7 @@
"name": "필수 검증 #3: 품목유형 탭 필터 - 부자재",
"description": "부자재 탭 클릭하여 필터링 확인",
"actions": [
{ "type": "click", "target": "부자재", "role": "tab" },
{ "type": "click_if_exists", "target": "부자재", "role": "tab" },
{ "type": "wait", "duration": 500 }
],
"expect": {
@@ -144,7 +144,7 @@
"name": "전체 탭으로 복귀",
"description": "전체 탭 클릭하여 모든 재고 표시",
"actions": [
{ "type": "click", "target": "전체", "role": "tab" },
{ "type": "click_if_exists", "target": "전체", "role": "tab" },
{ "type": "wait", "duration": 300 }
],
"expect": {
@@ -197,7 +197,7 @@
"name": "페이지네이션 확인",
"description": "페이지네이션 동작 확인",
"actions": [
{ "type": "click", "target": "다음" },
{ "type": "click_if_exists", "target": "다음" },
{ "type": "wait", "duration": 500 }
],
"expect": {