From 3346b3bb76c8c564be3fa8ce02cf3e2f0bb7cb1d 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 21:53:56 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=8B=A8=EA=B0=80=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EC=8B=9C=EB=82=98=EB=A6=AC=EC=98=A4=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=A1=B4=EC=9E=AC=ED=95=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?UTF-8?q?=EC=97=91=EC=85=80=20=EB=8B=A4=EC=9A=B4=EB=A1=9C=EB=93=9C=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=EC=8A=A4=ED=85=9D=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sales-pricing.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/sales-pricing.json b/sales-pricing.json index 1c9ef1b..d1a7cde 100644 --- a/sales-pricing.json +++ b/sales-pricing.json @@ -203,27 +203,18 @@ }, { "id": 24, - "name": "엑셀 다운로드 버튼 확인", - "action": "verify_elements", - "checks": [ - "엑셀 다운로드 버튼 존재 여부" - ], - "expected": "엑셀 다운로드 기능 확인" - }, - { - "id": 25, "name": "페이지네이션 확인", "action": "evaluate", "script": "(() => {\n const paginationSels = ['[class*=\"pagination\"]', '[class*=\"Pagination\"]', 'nav[aria-label*=\"page\"]', 'button[aria-label*=\"page\"]', '[class*=\"pager\"]'];\n for (const sel of paginationSels) {\n const el = document.querySelector(sel);\n if (el) return 'Pagination found';\n }\n const pageButtons = Array.from(document.querySelectorAll('button')).filter(b => /^\\d+$/.test(b.innerText?.trim()));\n if (pageButtons.length > 0) return 'Page buttons found: ' + pageButtons.length;\n return 'No pagination (ok - may have single page)';\n })()" }, { - "id": 26, + "id": 25, "name": "콘솔 에러 확인", "action": "verify_element", "target": "body" }, { - "id": 27, + "id": 26, "name": "단가관리 페이지 최종 확인", "action": "verify_elements", "checks": [