fix: 인쇄 버튼 검증 스텝 제거 (버튼 서베이 결과 미존재 확인)
- accounting-bank-transaction.json: step 17 인쇄 버튼 확인 제거 - accounting-card-history.json: step 17 인쇄 버튼 확인 제거 - material-stock.json: step 17 인쇄 기능 확인 제거 - 버튼 서베이(2026-03-04) 결과 14개 페이지 중 인쇄 버튼이 존재하는 페이지 없음 확인
This commit is contained in:
@@ -176,15 +176,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 17,
|
"id": 17,
|
||||||
"name": "인쇄 버튼 확인",
|
|
||||||
"action": "verify_elements",
|
|
||||||
"checks": [
|
|
||||||
"인쇄 버튼 존재"
|
|
||||||
],
|
|
||||||
"expected": "인쇄 기능 표시"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 18,
|
|
||||||
"name": "페이지네이션 확인",
|
"name": "페이지네이션 확인",
|
||||||
"action": "verify_elements",
|
"action": "verify_elements",
|
||||||
"checks": [
|
"checks": [
|
||||||
@@ -193,7 +184,7 @@
|
|||||||
"expected": "페이지네이션 표시"
|
"expected": "페이지네이션 표시"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 19,
|
"id": 18,
|
||||||
"name": "콘솔 에러 확인",
|
"name": "콘솔 에러 확인",
|
||||||
"action": "verify_element",
|
"action": "verify_element",
|
||||||
"target": "body"
|
"target": "body"
|
||||||
|
|||||||
@@ -177,15 +177,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 17,
|
"id": 17,
|
||||||
"name": "인쇄 버튼 확인",
|
|
||||||
"action": "verify_elements",
|
|
||||||
"checks": [
|
|
||||||
"인쇄 버튼 존재"
|
|
||||||
],
|
|
||||||
"expected": "인쇄 기능 표시"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 18,
|
|
||||||
"name": "페이지네이션 확인",
|
"name": "페이지네이션 확인",
|
||||||
"action": "verify_elements",
|
"action": "verify_elements",
|
||||||
"checks": [
|
"checks": [
|
||||||
@@ -194,7 +185,7 @@
|
|||||||
"expected": "페이지네이션 표시"
|
"expected": "페이지네이션 표시"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 19,
|
"id": 18,
|
||||||
"name": "콘솔 에러 확인",
|
"name": "콘솔 에러 확인",
|
||||||
"action": "verify_element",
|
"action": "verify_element",
|
||||||
"target": "body"
|
"target": "body"
|
||||||
|
|||||||
@@ -182,15 +182,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 17,
|
"id": 17,
|
||||||
"name": "인쇄 기능 확인",
|
|
||||||
"action": "verify_elements",
|
|
||||||
"checks": [
|
|
||||||
"인쇄 버튼 존재"
|
|
||||||
],
|
|
||||||
"expected": "인쇄 기능 표시"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 18,
|
|
||||||
"name": "재고 조정 버튼 확인",
|
"name": "재고 조정 버튼 확인",
|
||||||
"action": "verify_elements",
|
"action": "verify_elements",
|
||||||
"checks": [
|
"checks": [
|
||||||
@@ -199,7 +190,7 @@
|
|||||||
"expected": "재고 조정 기능 확인"
|
"expected": "재고 조정 기능 확인"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 19,
|
"id": 18,
|
||||||
"name": "콘솔 에러 확인",
|
"name": "콘솔 에러 확인",
|
||||||
"action": "verify_element",
|
"action": "verify_element",
|
||||||
"target": "body"
|
"target": "body"
|
||||||
|
|||||||
Reference in New Issue
Block a user