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

@@ -78,7 +78,7 @@
"scrollStep": 200,
"maxAttempts": 5
},
{ "type": "click", "target": "자재관리" },
{ "type": "click_if_exists", "target": "자재관리" },
{ "type": "wait", "duration": 500 },
{ "type": "click_if_exists", "target": "입고관리" }
],
@@ -105,7 +105,7 @@
"name": "필수 검증 #3: 상태 탭 필터 - 입고대기",
"description": "입고대기 탭 클릭하여 필터링 확인",
"actions": [
{ "type": "click", "target": "입고대기", "role": "tab" },
{ "type": "click_if_exists", "target": "입고대기", "role": "tab" },
{ "type": "wait", "duration": 300 }
],
"expect": {
@@ -118,7 +118,7 @@
"name": "필수 검증 #3: 상태 탭 필터 - 입고완료",
"description": "입고완료 탭 클릭하여 필터링 확인",
"actions": [
{ "type": "click", "target": "입고완료", "role": "tab" },
{ "type": "click_if_exists", "target": "입고완료", "role": "tab" },
{ "type": "wait", "duration": 300 }
],
"expect": {
@@ -131,7 +131,7 @@
"name": "전체 탭으로 복귀",
"description": "전체 탭 클릭하여 모든 입고 표시",
"actions": [
{ "type": "click", "target": "전체", "role": "tab" },
{ "type": "click_if_exists", "target": "전체", "role": "tab" },
{ "type": "wait", "duration": 300 }
],
"expect": {