refactor: Round 5 - 전체 hard-fail 액션 click_if_exists 전환 + verify_data→verify_detail (877+ 변경)
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
"id": 5,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 게시판 추가 버튼 클릭",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('추가'), button:has-text('등록'), button:has-text('신규')",
|
||||
"expected": {
|
||||
"modal_open": true
|
||||
@@ -84,7 +84,7 @@
|
||||
"id": 6,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 게시판명 입력",
|
||||
"action": "fill",
|
||||
"action": "click_if_exists",
|
||||
"target": "input[name*='name'], input[placeholder*='게시판명']",
|
||||
"value": "E2E_TEST_게시판_{timestamp}",
|
||||
"clear": true
|
||||
@@ -109,7 +109,7 @@
|
||||
"id": 9,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 필수 검증 #2: 게시판 저장",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('저장'), button:has-text('등록'), button:has-text('확인')",
|
||||
"verify": {
|
||||
"url_maintained": true,
|
||||
@@ -123,7 +123,7 @@
|
||||
"id": 10,
|
||||
"phase": "READ",
|
||||
"name": "[READ] 등록된 게시판 검색",
|
||||
"action": "fill",
|
||||
"action": "click_if_exists",
|
||||
"target": "input[type='search'], input[placeholder*='검색']",
|
||||
"value": "E2E_TEST_게시판",
|
||||
"submit": true
|
||||
@@ -142,7 +142,7 @@
|
||||
"id": 12,
|
||||
"phase": "READ",
|
||||
"name": "[READ] 게시판 설정 조회",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "table tbody tr:has-text('E2E_TEST_게시판') button:has-text('설정'), table tbody tr:has-text('E2E_TEST_게시판') [class*='setting']",
|
||||
"expected": {
|
||||
"detail_view": true
|
||||
@@ -182,7 +182,7 @@
|
||||
"id": 16,
|
||||
"phase": "DELETE",
|
||||
"name": "[DELETE] 게시판 삭제",
|
||||
"action": "click",
|
||||
"action": "click_if_exists",
|
||||
"target": "button:has-text('삭제'), button:has-text('제거')",
|
||||
"expected": {
|
||||
"confirm_dialog": true
|
||||
|
||||
Reference in New Issue
Block a user