revert: Round 5 롤백 - 브라우저 크래시 문제로 복원
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
"id": 5,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 글쓰기 버튼 클릭",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('글쓰기'), button:has-text('등록'), button:has-text('작성')",
|
||||
"expected": {
|
||||
"page_change": true
|
||||
@@ -82,7 +82,7 @@
|
||||
"id": 6,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 제목 입력",
|
||||
"action": "click_if_exists",
|
||||
"action": "fill",
|
||||
"target": "input[name*='title'], input[placeholder*='제목']",
|
||||
"value": "E2E_TEST_게시글_{timestamp}",
|
||||
"clear": true
|
||||
@@ -91,7 +91,7 @@
|
||||
"id": 7,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 내용 입력",
|
||||
"action": "click_if_exists",
|
||||
"action": "fill",
|
||||
"target": "textarea, [class*='editor'], [contenteditable='true']",
|
||||
"value": "E2E 자동화 테스트용 게시글입니다.",
|
||||
"clear": true
|
||||
@@ -100,7 +100,7 @@
|
||||
"id": 8,
|
||||
"phase": "CREATE",
|
||||
"name": "[CREATE] 필수 검증 #2: 게시글 저장",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('저장'), button:has-text('등록'), button:has-text('확인')",
|
||||
"verify": {
|
||||
"url_change": true,
|
||||
@@ -153,7 +153,7 @@
|
||||
"id": 13,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 게시글 수정 모드",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('수정'), button:has-text('편집')",
|
||||
"expected": {
|
||||
"edit_mode": true
|
||||
@@ -163,7 +163,7 @@
|
||||
"id": 14,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 제목 변경",
|
||||
"action": "click_if_exists",
|
||||
"action": "fill",
|
||||
"target": "input[name*='title'], input[placeholder*='제목']",
|
||||
"value": "E2E_TEST_게시글_수정",
|
||||
"clear": true
|
||||
@@ -172,7 +172,7 @@
|
||||
"id": 15,
|
||||
"phase": "UPDATE",
|
||||
"name": "[UPDATE] 변경 저장",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('저장'), button:has-text('확인')",
|
||||
"verify": {
|
||||
"api_call": "PUT /api/v1/boards",
|
||||
@@ -184,7 +184,7 @@
|
||||
"id": 16,
|
||||
"phase": "DELETE",
|
||||
"name": "[DELETE] 게시글 삭제",
|
||||
"action": "click_if_exists",
|
||||
"action": "click",
|
||||
"target": "button:has-text('삭제'), button:has-text('제거')",
|
||||
"expected": {
|
||||
"confirm_dialog": true
|
||||
|
||||
Reference in New Issue
Block a user