{ "enabled": false, "disabledReason": "고객센터 > 문의하기 메뉴가 TestUser5 계정에 표시되지 않음 (권한 문제)", "id": "customer-inquiry", "name": "1:1 문의 테스트", "screenshotPolicy": { "onErrorOnly": true, "captureOn": ["error", "fail", "timeout", "404", "500", "blocked"] }, "description": "고객센터 > 1:1 문의 메뉴의 문의 조회/등록/검색 기능 테스트", "baseUrl": "https://dev.codebridge-x.com", "menuNavigation": { "level1": "고객센터", "level2": "문의하기", "expectedUrl": "/customer-center/inquiry", "searchWithinParent": true, "closeOtherMenus": true }, "auth": { "username": "TestUser5", "password": "password123!" }, "steps": [ { "id": 1, "name": "메뉴 진입: 고객센터 > 문의하기", "action": "menu_navigate", "level1": "고객센터", "level2": "문의하기", "expected": { "url_contains": "/customer-center/inquiry", "visible": ["문의"] } }, { "id": 2, "name": "페이지 로드 대기", "action": "wait", "timeout": 3000 }, { "id": 3, "name": "필수 검증: 목업 페이지 감지", "action": "verify_not_mockup", "checks": ["문의 목록 또는 작성 폼 표시", "버튼 동작 가능"], "expected": "정상 페이지 (목업 아님)" }, { "id": 4, "name": "테이블 로드 대기", "action": "wait_for_table", "timeout": 5000 }, { "id": 5, "name": "문의 목록 구조 확인", "action": "verify_table", "checks": ["제목 컬럼", "상태 컬럼", "날짜 컬럼"], "expected": "문의 목록 표시" }, { "id": 6, "phase": "SEARCH", "name": "[SEARCH] 검색 기능", "action": "fill", "target": "input[type='search'], input[placeholder*='검색']", "value": "테스트", "submit": true }, { "id": 7, "phase": "SEARCH", "name": "[SEARCH] 검색 결과 확인", "action": "verify_detail", "checks": ["검색 결과 표시 또는 결과 없음 메시지"], "expected": "검색 기능 동작" }, { "id": 8, "name": "문의하기 버튼 확인", "action": "evaluate", "script": "(() => { const btn = Array.from(document.querySelectorAll('button')).find(b => ['문의','작성','등록','신규'].some(t => b.innerText?.includes(t))); return btn ? 'Inquiry button: ' + btn.innerText.trim() : 'No inquiry button (ok)'; })()" }, { "id": 9, "name": "문의 행 클릭", "action": "click_if_exists", "target": "table tbody tr:first-child", "expected": { "detail_view": true } }, { "id": 10, "name": "문의 상세 확인", "action": "verify_detail", "checks": ["문의 내용 표시 또는 데이터 없음"], "expected": "상세 정보 표시" }, { "id": 11, "name": "목록으로 돌아가기", "action": "click_if_exists", "target": "button:has-text('목록'), a:has-text('목록'), [class*='back']", "expected": "목록 페이지로 복귀" }, { "id": 12, "name": "콘솔 에러 확인", "action": "verify_element", "target": "body" } ], "rollbackPlan": { "note": "조회 위주 테스트로 데이터 변경 최소" } }