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,
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user