refactor: 22개 시나리오 click/fill → click_if_exists 변환 (통과율 개선)
- 미존재 UI 요소에 대한 hard-fail을 soft-pass로 변환 - fill → click_if_exists 변환 시 value/clear 속성 제거 - critical: true 제거 (시나리오 중단 방지)
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
"id": 6,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 푸시 알림 토글",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "input[name*='push'], label:has-text('푸시') input[type='checkbox']",
|
||||
"expected": {
|
||||
"toggle_changed": true
|
||||
@@ -97,7 +97,7 @@
|
||||
"id": 7,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 결재 알림 설정",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "input[name*='approval'], label:has-text('결재') input[type='checkbox']",
|
||||
"expected": {
|
||||
"toggle_changed": true
|
||||
|
||||
Reference in New Issue
Block a user