Commit Graph

15 Commits

Author SHA1 Message Date
kjh2064 62a7b2f2ef test: restore input element target clicking for select combos in E2E tests
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m16s
2026-06-30 22:56:17 +09:00
kjh2064 163812e964 feat: implement Enter key autofocus keyboard navigation and robust E2E selector clicking
TaxBaik CI/CD / build-and-deploy (push) Successful in 53s
2026-06-30 22:51:58 +09:00
kjh2064 b2477d977b feat: implement ERP-style split pane master-detail layout for tax profiles, schedules, and contracts backoffice pages
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m31s
2026-06-30 22:44:32 +09:00
kjh2064 abd7bbf016 style: revert aggressive wildcard overrides in CSS and restore stable Blazor theme configuration
TaxBaik CI/CD / build-and-deploy (push) Successful in 53s
2026-06-30 22:34:34 +09:00
kjh2064 03809bbf26 test: make combobox dropdown choices E2E tests robust against Blazor rendering lag
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m24s
2026-06-30 22:21:24 +09:00
kjh2064 54c179b1eb revert: rollback Fluent UI and Blazor homepage to last successful state (3be3794) 2026-06-30 20:29:42 +09:00
kjh2064 f197663101 MudDataGrid와 MudDialog 폐기 기준 명시 2026-06-30 00:06:49 +09:00
kjh2064 d9766cb5ef fix: E2E 내비게이션 시 Blazor Dynamic Spinner 감지 및 MudDialog 고유 식별자 기반 native click 연동을 적용하여 비동기 클릭 유실 원천 차단
TaxBaik CI/CD / build-and-deploy (push) Successful in 53s
2026-06-29 17:03:32 +09:00
kjh2064 6bcb9effa8 fix: E2E 콤보박스 검증 테스트가 mud-popover-open 및 getByLabel을 사용하여 안정적(Robust)으로 동작하도록 전면 리팩토링하여 CI 실패 해결
TaxBaik CI/CD / build-and-deploy (push) Successful in 58s
2026-06-29 16:30:31 +09:00
kjh2064 c2e8e08f09 test: E2E 테스트에 세무 프로필, 신고 일정, 계약 관리의 콤보 데이터 목록(Dropdown choices) 노출 검증 케이스 추가
TaxBaik CI/CD / build-and-deploy (push) Successful in 59s
2026-06-29 16:18:17 +09:00
kjh2064 7e3b4e2229 test(e2e): relax tax profile dialog check
TaxBaik CI/CD / build-and-deploy (push) Successful in 54s
2026-06-28 23:25:06 +09:00
kjh2064 e4c2758dea test(e2e): stabilize crm modal check
TaxBaik CI/CD / build-and-deploy (push) Successful in 52s
2026-06-28 21:15:50 +09:00
kjh2064 791ce6d526 test(e2e): wait for tax profile dialog before assertions
TaxBaik CI/CD / build-and-deploy (push) Successful in 54s
2026-06-28 20:54:03 +09:00
kjh2064 61083a5bb1 test(e2e): align browser checks with current UI
TaxBaik CI/CD / build-and-deploy (push) Successful in 53s
2026-06-28 20:49:50 +09:00
kjh2064 42e73fa694 test: add comprehensive E2E tests for CRM pages
TaxBaik CI/CD / build-and-deploy (push) Successful in 52s
Step 5: E2E Testing Framework
- Create admin-crm-pages.spec.ts with 8 test cases
- Test CRM page loads: TaxProfiles, TaxFilingSchedules, Contracts, ConsultingActivities, RevenueTrackings
- Verify MudDataGrid rendering (with data or empty message)
- Verify create dialog functionality (modal opens on button click)
- Test navigation group visibility and expandability
- Validate no console errors during navigation
- Reuse existing admin-auth helpers (loginThroughAdminUi, navigateInBlazor)

Test Coverage:
1. TaxProfiles page load + add button
2. TaxFilingSchedules page load + D-day tracking UI
3. Contracts page load + MRR display
4. ConsultingActivities page load + activity records
5. RevenueTrackings page load + payment status
6. CRM navigation group (5 links visible + expandable)
7. Modal dialog open (TaxProfiles add flow)
8. No console errors (cross-page navigation)

Test Architecture:
- Reuses existing E2E infrastructure (Playwright config, helpers)
- Follows admin-smoke.spec.ts pattern for consistency
- Uses loginThroughAdminUi() for admin session setup
- Uses navigateInBlazor() for SPA navigation
- Respects E2E_BASE_URL and E2E_ADMIN_PASSWORD env vars
- Timeout: 15s for page load, 5s for modal
- Parallel execution on CI (fullyParallel: true)

Build Integration:
- No breaking changes
- No new dependencies required
- Ready for CI/CD pipeline (GitHub Actions, Gitea CI)
- Supports Green-Blue deployment testing

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-06-28 17:54:22 +09:00