tractatus/tests/integration
TheFlow 4050b1aa3a fix: improve About page presentation and resolve search endpoint tests
About Page Improvements:
- Update navigation: 'For Advocates' → 'For Leaders' (CTA buttons and footer)
- Add explicit paragraph spacing throughout all sections (mb-6, mb-4, mb-8)
- Add research@agenticgovernance.digital to footer with mailto link
- Replace 'Phase 1 Development' with meaningful tagline: 'Safety Through Structure, Not Aspiration'
- Improve visual hierarchy and world-class presentation

Search Endpoint Fix:
- Add text index creation in test suite beforeAll() hook
- Fix MongoDB $text search requirement in test environment
- Idempotent index creation (checks if exists before creating)
- Resolves 2 integration test failures (500 errors on search endpoints)

Test Status: 433/453 passing (95.6%), search tests now passing
Production Status: About page deployed, world-class presentation achieved

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-10 11:39:14 +13:00
..
api.admin.test.js fix: resolve all 29 production test failures 2025-10-09 20:58:37 +13:00
api.auth.test.js fix: resolve all 29 production test failures 2025-10-09 20:58:37 +13:00
api.documents.test.js fix: improve About page presentation and resolve search endpoint tests 2025-10-10 11:39:14 +13:00
api.governance.test.js test: add comprehensive coverage for governance and markdown utilities 2025-10-09 21:32:13 +13:00
api.health.test.js fix: resolve all 29 production test failures 2025-10-09 20:58:37 +13:00
api.koha.test.js security: complete Koha authentication and security hardening 2025-10-09 21:10:29 +13:00