fix: crud-delete-freeboard.json 메뉴 경로 수정 (고객센터 → 게시판)

This commit is contained in:
김보곤
2026-02-02 08:08:44 +09:00
parent b1bfea47b4
commit 05b24731cd

View File

@@ -8,9 +8,9 @@
"description": "자유게시판에서 생성 → 수정 → 삭제 전체 CRUD 흐름 테스트. 테스트용 게시글을 생성하고, 수정한 후, 삭제하여 기존 데이터에 영향 없이 삭제 기능을 검증",
"baseUrl": "https://dev.codebridge-x.com",
"menuNavigation": {
"level1": "고객센터",
"level1": "게시판",
"level2": "자유게시판",
"expectedUrl": "/ko/customer-center/free-board"
"expectedUrl": "/ko/boards/free"
},
"auth": {
"username": "TestUser5",
@@ -49,17 +49,17 @@
{
"id": "step-0",
"name": "사이드바 메뉴 탐색",
"description": "고객센터 > 자유게시판 메뉴로 이동",
"description": "게시판 > 자유게시판 메뉴로 이동",
"actions": [
{"type": "scroll", "target": "sidebar", "direction": "bottom", "description": "사이드바 단으로 스크롤"},
{"type": "scroll", "target": "sidebar", "direction": "top", "description": "사이드바 단으로 스크롤"},
{"type": "wait", "duration": 300},
{"type": "click", "target": "고객센터", "description": "1차 메뉴 클릭"},
{"type": "click", "target": "게시판", "description": "1차 메뉴 클릭"},
{"type": "wait", "duration": 500},
{"type": "click", "target": "자유게시판", "description": "2차 메뉴 클릭"},
{"type": "wait", "duration": 2000}
],
"expect": {
"url": "/ko/customer-center/free-board",
"url": "/ko/boards/free",
"no404": true
}
},
@@ -86,7 +86,7 @@
{"type": "wait", "duration": 1500}
],
"expect": {
"url": "/ko/customer-center/free-board/new",
"url": "/ko/boards/free/new",
"pageTitle": "게시글 작성"
}
},
@@ -113,7 +113,7 @@
],
"expect": {
"toast": "등록|완료|성공",
"redirect": "/ko/customer-center/free-board"
"redirect": "/ko/boards/free"
},
"verification": {
"level": 4,
@@ -149,7 +149,7 @@
{"type": "wait", "duration": 2000}
],
"expect": {
"url": "/ko/customer-center/free-board/",
"url": "/ko/boards/free/",
"pageContains": "E2E테스트_삭제용"
}
},
@@ -188,7 +188,7 @@
],
"expect": {
"toast": "수정|완료|성공",
"redirect": "/ko/customer-center/free-board/"
"redirect": "/ko/boards/free/"
},
"verification": {
"level": 4,
@@ -236,7 +236,7 @@
],
"expect": {
"toast": "삭제|완료|성공",
"redirect": "/ko/customer-center/free-board"
"redirect": "/ko/boards/free"
},
"verification": {
"level": 4,
@@ -251,7 +251,7 @@
"description": "삭제된 게시글이 목록에서 제거되었는지 확인",
"actions": [
{"type": "wait", "duration": 1000},
{"type": "verifyUrl", "contains": "/ko/customer-center/free-board", "description": "목록 페이지 확인"},
{"type": "verifyUrl", "contains": "/ko/boards/free", "description": "목록 페이지 확인"},
{"type": "capture", "variable": "afterDeleteCount", "selector": "table tbody tr", "extract": "count"}
],
"expect": {