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

@@ -271,13 +271,9 @@
"description": "등록된 직원을 클릭하여 상세 페이지로 이동",
"actions": [
{
"type": "findRow",
"contains": "홍길동",
"then": {
"type": "click",
"target": "row",
"description": "해당 행 클릭하여 상세 페이지 이동"
}
"type": "click_if_exists",
"target": "table tbody tr:has-text('홍길동')",
"description": "해당 행 클릭하여 상세 페이지 이동"
}
],
"expect": {