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:
@@ -372,7 +372,7 @@
|
||||
"if": "button[name='퇴근하기']:enabled"
|
||||
},
|
||||
"actions": [
|
||||
{ "type": "click", "target": "퇴근하기" }
|
||||
{ "type": "click_if_exists", "target": "퇴근하기" }
|
||||
],
|
||||
"waitFor": {
|
||||
"type": "text",
|
||||
|
||||
Reference in New Issue
Block a user