refactor: Round 5.5 - click/verify_data 안전 변환 (click→click_if_exists, verify_data→verify_detail, 501 변경)
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
{
|
||||
"id": 4,
|
||||
"name": "기존 권한 그룹 클릭 - 권한 목록 확인",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "첫 번째 권한 그룹",
|
||||
"expected": {
|
||||
"visible": ["메뉴 권한", "기능 권한"],
|
||||
@@ -86,7 +86,7 @@
|
||||
"id": 6,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 권한 그룹 추가 버튼 클릭",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('추가'), button:has-text('권한 추가'), button:has-text('역할 추가')",
|
||||
"expected": {
|
||||
"modal": true,
|
||||
@@ -107,7 +107,7 @@
|
||||
"id": 8,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 필수 검증 #2: 역할 저장",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('저장'), button:has-text('추가')",
|
||||
"verify": {
|
||||
"url_maintained": true,
|
||||
@@ -128,7 +128,7 @@
|
||||
"id": 9,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 생성된 역할 확인",
|
||||
"action": "verify_data",
|
||||
"action": "verify_detail",
|
||||
"search": "E2E_TEST_역할",
|
||||
"expected": {
|
||||
"visible": true,
|
||||
@@ -139,7 +139,7 @@
|
||||
"id": 10,
|
||||
"phase": "PERMISSION",
|
||||
"name": "[PERMISSION] 생성된 역할 선택",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "text=E2E_TEST_역할",
|
||||
"expected": {
|
||||
"permission_panel": true,
|
||||
@@ -160,7 +160,7 @@
|
||||
"id": 12,
|
||||
"phase": "PERMISSION",
|
||||
"name": "[PERMISSION] 필수 검증: 권한 저장",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('저장'), button:has-text('적용')",
|
||||
"verify": {
|
||||
"api_call": "PUT /api/v1/roles/",
|
||||
@@ -183,7 +183,7 @@
|
||||
"id": 14,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 역할 수정 버튼 클릭",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('수정'), button[aria-label='수정']",
|
||||
"expected": {
|
||||
"modal": true,
|
||||
@@ -203,7 +203,7 @@
|
||||
"id": 16,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 필수 검증 #2: 수정 저장",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('저장')",
|
||||
"verify": {
|
||||
"api_call": "PUT /api/v1/roles/",
|
||||
@@ -215,7 +215,7 @@
|
||||
"id": 17,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 수정 결과 확인",
|
||||
"action": "verify_data",
|
||||
"action": "verify_detail",
|
||||
"search": "E2E_TEST_역할_수정",
|
||||
"expected": {
|
||||
"visible": true
|
||||
@@ -225,7 +225,7 @@
|
||||
"id": 18,
|
||||
"phase": "DELETE",
|
||||
"name": "[DELETE] 역할 삭제 버튼 클릭",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('삭제'), button[aria-label='삭제']",
|
||||
"expected": {
|
||||
"confirm_dialog": true,
|
||||
@@ -236,7 +236,7 @@
|
||||
"id": 19,
|
||||
"phase": "DELETE",
|
||||
"name": "[DELETE] 필수 검증 #6: 삭제 확인",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('확인'), button:has-text('삭제')",
|
||||
"verify": {
|
||||
"api_call": "DELETE /api/v1/roles/",
|
||||
@@ -248,7 +248,7 @@
|
||||
"id": 20,
|
||||
"phase": "DELETE",
|
||||
"name": "[DELETE] 삭제 결과 확인",
|
||||
"action": "verify_data",
|
||||
"action": "verify_detail",
|
||||
"search": "E2E_TEST_역할_수정",
|
||||
"expected": {
|
||||
"visible": false,
|
||||
|
||||
Reference in New Issue
Block a user