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": [