Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
W
www
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 1
    • Issues 1
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • PLN
  • www
  • Repository

Switch branch/tag
  • www
  • tests
  • e2e
  • smoke.spec.ts
Find file
BlameHistoryPermalink
  • PLN (Algolia)'s avatar
    test(redesign): Phase 1 Step 2 — add route-smoke safety net · fe205e02
    Re-establish a baseline of coverage (Phase 0 removed all tests with Dunbar)
    and guard the upcoming App Router migration: the route URLs are stable across
    that migration, so this spec must stay green before and after.
    
    - tests/e2e/smoke.spec.ts: visits all 14 public routes, asserts the document
      responds < 400, renders non-empty content, and throws no genuine uncaught
      exception. Tolerates dev-only React hydration warnings and third-party embed
      noise (would otherwise be flaky); caps the settle wait so embed-heavy pages
      don't hang.
    - Fix a pre-existing Playwright version split: @playwright/test (1.57.0 via
      ^1.55.0) and playwright (1.58.2) resolved to two copies, breaking the runner
      ("test() not expected here"). Pin both to 1.60.0.
    
    All 14 routes green (~55s, Node 20). Surfaced for later: a real /cosmicfest
    dev-mode hydration mismatch (task #7), a legacyBehavior next/link deprecation,
    and a next/head stylesheet warning — all to address in the App Router pass.
    Co-Authored-By: 's avatarClaude Opus 4.8 (1M context) <noreply@anthropic.com>
    PLN (Algolia) authored Jun 07, 2026
    fe205e02
smoke.spec.ts 2.5 KB
EditWeb IDE
×

Replace smoke.spec.ts

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.