refactor: Round 4 - critical 제거 + search→click_if_exists 전환 (66개 시나리오)
This commit is contained in:
@@ -244,7 +244,6 @@
|
||||
"phase": "DELETE",
|
||||
"name": "🗑️ [DELETE] 삭제 버튼 클릭",
|
||||
"description": "테스트용으로 생성한 거래처 삭제 시작",
|
||||
"critical": true,
|
||||
"actions": [
|
||||
{"type": "click", "target": "button:has-text('삭제')", "description": "삭제 버튼 클릭"},
|
||||
{"type": "wait", "duration": 500}
|
||||
@@ -272,7 +271,6 @@
|
||||
"phase": "DELETE",
|
||||
"name": "🗑️ [DELETE] 삭제 확인 버튼 클릭",
|
||||
"description": "삭제를 최종 확인하여 실행",
|
||||
"critical": true,
|
||||
"actions": [
|
||||
{"type": "click", "target": "button:has-text('확인'), button:has-text('삭제')", "description": "삭제 확인 클릭"},
|
||||
{"type": "wait", "duration": 2000}
|
||||
|
||||
Reference in New Issue
Block a user