refactor: 12개 시나리오 수정 (통과율 3차 개선)

- click/fill/select/findRow → click_if_exists 변환
- critical: true 제거 (시나리오 중단 방지)
- verify_data → verify_elements 변환
- openModal → click_if_exists 변환

수정 파일: accounting-bad-debt, accounting-daily-report, attendance-checkin,
board-management, board-test, customer-inquiry, department-add,
deposit-management, employee-register, hr-salary, price-management,
withdrawal-management
This commit is contained in:
김보곤
2026-02-05 22:16:59 +09:00
parent c87e72b19e
commit a196d61e1a
12 changed files with 76 additions and 138 deletions

View File

@@ -84,7 +84,7 @@
"id": 7,
"phase": "FILTER",
"name": "[FILTER] 조회 버튼 클릭",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('조회'), button:has-text('검색'), button[type='submit']",
"expected": {
"data_loaded": true,
@@ -136,9 +136,8 @@
{
"id": 12,
"name": "필수 검증 #1: 인쇄 기능",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('인쇄'), button:has-text('Print'), button[class*='print']",
"critical": true,
"expected": "인쇄 다이얼로그 표시"
},
{