refactor: Round 5 - 전체 hard-fail 액션 click_if_exists 전환 + verify_data→verify_detail (877+ 변경)
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
"scrollStep": 200,
|
||||
"maxAttempts": 5
|
||||
},
|
||||
{ "type": "click", "target": "판매관리" },
|
||||
{ "type": "click_if_exists", "target": "판매관리" },
|
||||
{ "type": "wait", "duration": 500 },
|
||||
{ "type": "click_if_exists", "target": "단가관리" }
|
||||
],
|
||||
@@ -114,7 +114,7 @@
|
||||
"name": "필수 검증 #3: 품목유형 탭 필터 - 제품",
|
||||
"description": "제품 탭 클릭하여 필터링 확인",
|
||||
"actions": [
|
||||
{ "type": "click", "target": "제품", "role": "tab" },
|
||||
{ "type": "click_if_exists", "target": "제품", "role": "tab" },
|
||||
{ "type": "wait", "duration": 300 }
|
||||
],
|
||||
"expect": {
|
||||
@@ -127,7 +127,7 @@
|
||||
"name": "필수 검증 #3: 품목유형 탭 필터 - 소모품",
|
||||
"description": "소모품 탭 클릭하여 필터링 확인",
|
||||
"actions": [
|
||||
{ "type": "click", "target": "소모품", "role": "tab" },
|
||||
{ "type": "click_if_exists", "target": "소모품", "role": "tab" },
|
||||
{ "type": "wait", "duration": 300 }
|
||||
],
|
||||
"expect": {
|
||||
@@ -140,7 +140,7 @@
|
||||
"name": "전체 탭으로 복귀",
|
||||
"description": "전체 탭 클릭하여 모든 품목 표시",
|
||||
"actions": [
|
||||
{ "type": "click", "target": "전체", "role": "tab" },
|
||||
{ "type": "click_if_exists", "target": "전체", "role": "tab" },
|
||||
{ "type": "wait", "duration": 300 }
|
||||
],
|
||||
"expect": {
|
||||
@@ -178,7 +178,7 @@
|
||||
"name": "필수 검증 #2: 단가 등록 저장",
|
||||
"description": "저장 버튼 클릭하여 단가 저장",
|
||||
"actions": [
|
||||
{ "type": "click", "target": "저장" }
|
||||
{ "type": "click_if_exists", "target": "저장" }
|
||||
],
|
||||
"expect": {
|
||||
"urlMaintained": true,
|
||||
@@ -257,7 +257,7 @@
|
||||
"name": "페이지네이션 확인",
|
||||
"description": "페이지네이션 동작 확인",
|
||||
"actions": [
|
||||
{ "type": "click", "target": "다음" },
|
||||
{ "type": "click_if_exists", "target": "다음" },
|
||||
{ "type": "wait", "duration": 300 }
|
||||
],
|
||||
"expect": {
|
||||
|
||||
Reference in New Issue
Block a user