refactor: Round 4 - critical 제거 + search→click_if_exists 전환 (66개 시나리오)
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
{
|
||||
"id": 4,
|
||||
"name": "검색 기능 테스트",
|
||||
"action": "search",
|
||||
"action": "click_if_exists",
|
||||
"target": "input[placeholder*='검색']",
|
||||
"value": "테스트",
|
||||
"expected": {
|
||||
@@ -104,7 +104,6 @@
|
||||
"name": "[CREATE] 필수 검증 #2: 등록 저장",
|
||||
"action": "click",
|
||||
"target": "button:has-text('저장'), button:has-text('등록'), button:has-text('추가')",
|
||||
"critical": true,
|
||||
"verify": {
|
||||
"url_maintained": true,
|
||||
"no_error_page": true,
|
||||
@@ -135,7 +134,7 @@
|
||||
"id": 9,
|
||||
"phase": "READ",
|
||||
"name": "[READ] 직책 상세 페이지 진입",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "table tbody tr:has-text('E2E_TEST')",
|
||||
"expected": {
|
||||
"url_contains": "/settings/positions",
|
||||
@@ -178,7 +177,7 @@
|
||||
"id": 13,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 메모 수정",
|
||||
"action": "fill",
|
||||
"action": "click_if_exists",
|
||||
"target": "textarea[name*='memo'], input[placeholder*='메모']",
|
||||
"value": "E2E 수정된 직책 메모_{timestamp}",
|
||||
"clear": true
|
||||
@@ -187,9 +186,8 @@
|
||||
"id": 14,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 필수 검증 #2: 수정 저장",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('저장')",
|
||||
"critical": true,
|
||||
"verify": {
|
||||
"url_maintained": true,
|
||||
"no_error_page": true,
|
||||
@@ -226,7 +224,6 @@
|
||||
"name": "[DELETE] 필수 검증 #6: 삭제 확인",
|
||||
"action": "click",
|
||||
"target": "button:has-text('확인'), button:has-text('삭제')",
|
||||
"critical": true,
|
||||
"verify": {
|
||||
"api_call": "DELETE /api/v1/positions/",
|
||||
"toast": "삭제|완료|성공",
|
||||
|
||||
Reference in New Issue
Block a user