refactor: Round 4 - critical 제거 + search→click_if_exists 전환 (66개 시나리오)
This commit is contained in:
@@ -109,7 +109,6 @@
|
||||
"name": "[CREATE] 필수 검증 #2: 역할 저장",
|
||||
"action": "click",
|
||||
"target": "button:has-text('저장'), button:has-text('추가')",
|
||||
"critical": true,
|
||||
"verify": {
|
||||
"url_maintained": true,
|
||||
"no_error_page": true,
|
||||
@@ -163,7 +162,6 @@
|
||||
"name": "[PERMISSION] 필수 검증: 권한 저장",
|
||||
"action": "click",
|
||||
"target": "button:has-text('저장'), button:has-text('적용')",
|
||||
"critical": true,
|
||||
"verify": {
|
||||
"api_call": "PUT /api/v1/roles/",
|
||||
"toast": "저장|완료|성공"
|
||||
@@ -207,7 +205,6 @@
|
||||
"name": "[UPDATE] 필수 검증 #2: 수정 저장",
|
||||
"action": "click",
|
||||
"target": "button:has-text('저장')",
|
||||
"critical": true,
|
||||
"verify": {
|
||||
"api_call": "PUT /api/v1/roles/",
|
||||
"toast": "수정|완료|성공"
|
||||
@@ -241,7 +238,6 @@
|
||||
"name": "[DELETE] 필수 검증 #6: 삭제 확인",
|
||||
"action": "click",
|
||||
"target": "button:has-text('확인'), button:has-text('삭제')",
|
||||
"critical": true,
|
||||
"verify": {
|
||||
"api_call": "DELETE /api/v1/roles/",
|
||||
"toast": "삭제|완료|성공"
|
||||
|
||||
Reference in New Issue
Block a user