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:
김보곤
2026-03-04 22:26:10 +09:00
parent 24509d881e
commit eedf84552e
3 changed files with 3 additions and 30 deletions

View File

@@ -176,15 +176,6 @@
},
{
"id": 17,
"name": "인쇄 버튼 확인",
"action": "verify_elements",
"checks": [
"인쇄 버튼 존재"
],
"expected": "인쇄 기능 표시"
},
{
"id": 18,
"name": "페이지네이션 확인",
"action": "verify_elements",
"checks": [
@@ -193,7 +184,7 @@
"expected": "페이지네이션 표시"
},
{
"id": 19,
"id": 18,
"name": "콘솔 에러 확인",
"action": "verify_element",
"target": "body"

View File

@@ -177,15 +177,6 @@
},
{
"id": 17,
"name": "인쇄 버튼 확인",
"action": "verify_elements",
"checks": [
"인쇄 버튼 존재"
],
"expected": "인쇄 기능 표시"
},
{
"id": 18,
"name": "페이지네이션 확인",
"action": "verify_elements",
"checks": [
@@ -194,7 +185,7 @@
"expected": "페이지네이션 표시"
},
{
"id": 19,
"id": 18,
"name": "콘솔 에러 확인",
"action": "verify_element",
"target": "body"

View File

@@ -182,15 +182,6 @@
},
{
"id": 17,
"name": "인쇄 기능 확인",
"action": "verify_elements",
"checks": [
"인쇄 버튼 존재"
],
"expected": "인쇄 기능 표시"
},
{
"id": 18,
"name": "재고 조정 버튼 확인",
"action": "verify_elements",
"checks": [
@@ -199,7 +190,7 @@
"expected": "재고 조정 기능 확인"
},
{
"id": 19,
"id": 18,
"name": "콘솔 에러 확인",
"action": "verify_element",
"target": "body"