Commit Graph

4 Commits

Author SHA1 Message Date
김보곤
4b5bf7a873 fix: 급여 장기요양 셀렉터 수정(label→span) + 달력 토스트 스텝 제거
- hr-salary-long-term-care: steps 8,9,13,14 셀렉터를 label→span으로 변경, container를 [class*=field]→[class*=flex]로 변경 (실제 DOM 구조 반영)
- settings-calendar-crud: toast verify steps 3개 제거 (Server Actions는 토스트 미사용), 19→16 스텝
2026-03-05 21:51:41 +09:00
김보곤
b95f7fc132 fix: settings-calendar-crud, hr-salary-long-term-care 안정성 개선
settings-calendar-crud v3.2.0:
- UPDATE steps 11+12 통합: 행 클릭→다이얼로그 열기→수정→저장을 단일 스텝으로 병합
  (스텝 간 다이얼로그 소실 방지, 3회 재시도 + waitDlg 폴링)
- DELETE 스텝: waitDlg 폴링 방식으로 다이얼로그 감지 강화
- 다이얼로그 셀렉터 확장: data-state=open, Sheet, DialogContent 추가
- toast 검증 스텝에 critical:false 추가 (Server Action 토스트 미표시 대응)
- 전체 스텝 20→19로 축소

hr-salary-long-term-care v1.1.0:
- Step 12: 고정 2000ms 대기 → 8초 폴링 방식 (300ms 간격)으로 변경
  (step-executor 3초 기본 타임아웃 충돌 해결)
- Step 12 timeout: 5000→10000ms
- Step 15: offsetParent→getBoundingClientRect 가시성 검사, plain string→JSON 반환
- Step 16: plain string→JSON 반환 (json_fail 경고 해결)
- 다이얼로그 셀렉터 확장: data-state=open Sheet 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 20:46:14 +09:00
김보곤
f42cf4ab7d fix: deprecated window.__API_LOGS__ → window.__E2E__.getApiLogs() 패턴 수정 (17개 파일)
- approval-box, edge-rapid-click-acc-sales, full-crud-* (4개)
- hr-salary-long-term-care, production-work-order
- quality-inspection, quality-performance-report
- reload-persist-acc-deposit, sales-management
- sales-order-bulk-delete, sales-order, sales-quotation
- system-dashboard, vendor-management
- 전체 209/209 ALL PASS 검증 완료

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 11:42:23 +09:00
김보곤
35739c396f feat: 달력 CRUD, 수주 일괄삭제, 급여 장기요양보험 시나리오 추가
- settings-calendar-crud: 달력관리 일정 CRUD 전체 흐름 (v3.1.0)
  - Radix UI PointerEvent 탭 전환, position:fixed Sheet 다이얼로그 대응
  - Server Actions POST 패턴 API 검증
- sales-order-bulk-delete: 수주관리 일괄삭제 기능 검증 (20 steps)
- hr-salary-long-term-care: 급여관리 장기요양보험 필드/자동계산 검증 (16 steps)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 20:48:19 +09:00