From eedf84552e1d38d753a4580da893fc9d44b97e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Wed, 4 Mar 2026 22:26:10 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9D=B8=EC=87=84=20=EB=B2=84=ED=8A=BC?= =?UTF-8?q?=20=EA=B2=80=EC=A6=9D=20=EC=8A=A4=ED=85=9D=20=EC=A0=9C=EA=B1=B0?= =?UTF-8?q?=20(=EB=B2=84=ED=8A=BC=20=EC=84=9C=EB=B2=A0=EC=9D=B4=20?= =?UTF-8?q?=EA=B2=B0=EA=B3=BC=20=EB=AF=B8=EC=A1=B4=EC=9E=AC=20=ED=99=95?= =?UTF-8?q?=EC=9D=B8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - accounting-bank-transaction.json: step 17 인쇄 버튼 확인 제거 - accounting-card-history.json: step 17 인쇄 버튼 확인 제거 - material-stock.json: step 17 인쇄 기능 확인 제거 - 버튼 서베이(2026-03-04) 결과 14개 페이지 중 인쇄 버튼이 존재하는 페이지 없음 확인 --- accounting-bank-transaction.json | 11 +---------- accounting-card-history.json | 11 +---------- material-stock.json | 11 +---------- 3 files changed, 3 insertions(+), 30 deletions(-) diff --git a/accounting-bank-transaction.json b/accounting-bank-transaction.json index 27c1aa3..535a183 100644 --- a/accounting-bank-transaction.json +++ b/accounting-bank-transaction.json @@ -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" diff --git a/accounting-card-history.json b/accounting-card-history.json index 7944f93..98b47c3 100644 --- a/accounting-card-history.json +++ b/accounting-card-history.json @@ -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" diff --git a/material-stock.json b/material-stock.json index 2457624..8872da7 100644 --- a/material-stock.json +++ b/material-stock.json @@ -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"