refactor: Round 4 - critical 제거 + search→click_if_exists 전환 (66개 시나리오)

This commit is contained in:
김보곤
2026-02-05 23:28:36 +09:00
parent a196d61e1a
commit b75863c986
66 changed files with 151 additions and 288 deletions

View File

@@ -72,7 +72,7 @@
{
"id": 4,
"name": "검색 기능 테스트",
"action": "search",
"action": "click_if_exists",
"target": "input[placeholder*='검색']",
"value": "테스트",
"expected": {
@@ -112,7 +112,6 @@
"name": "[CREATE] 필수 검증 #2: 등록 저장",
"action": "click",
"target": "button:has-text('저장'), button:has-text('등록')",
"critical": true,
"verify": {
"url_maintained": true,
"no_error_page": true,
@@ -198,7 +197,6 @@
"name": "[UPDATE] 필수 검증 #2: 수정 저장",
"action": "click",
"target": "button:has-text('저장')",
"critical": true,
"verify": {
"url_maintained": true,
"no_error_page": true,
@@ -235,7 +233,6 @@
"name": "[DELETE] 필수 검증 #6: 삭제 확인",
"action": "click",
"target": "button:has-text('확인'), button:has-text('삭제')",
"critical": true,
"verify": {
"api_call": "DELETE /api/v1/purchase-orders/",
"toast": "삭제|완료|성공",