# Meridian — что потестить **Когда:** май 2026 **Кто:** Лена ## О чём Проверяем, что Meridian нормально заливает картинки на наш файловый сервер. ## Test cases ### TC-001: Upload image via editor | Step | Action | Expected | |------|--------|----------| | 1 | Open page editor | Editor loads | | 2 | Click "Add image" | File picker opens | | 3 | Select JPEG 2MB | Upload starts | | 4 | Wait for completion | Image appears in preview | | 5 | Check CDN URL | `cdn.caelixflow.com/media/...` returns 200 | ### TC-002: Upload oversized file | Step | Action | Expected | |------|--------|----------| | 1 | Select file 150MB | Error: "Max 100MB" | ### TC-003: Delete page with media | Step | Action | Expected | |------|--------|----------| | 1 | Delete published page | Page archived | | 2 | Check media file | Tagged `#orphan` | | 3 | Wait 30 days (simulated) | File deleted by cron | ### TC-004: CDN image resize | Step | Action | Expected | |------|--------|----------| | 1 | Request `?w=400&format=webp` | Resized image, content-type webp | ## Environment - Staging: `staging.meridian.internal` - File portal: `mirror1.caelixflow.com` - CDN: `cdn.caelixflow.com` ## Pass criteria - All P0 tests pass - P1 tests: max 1 known issue - No data loss or corruption