life-towers/frontend/e2e
Andras Schmelczer bf03648bef
All checks were successful
Docker / build-and-push (push) Successful in 37s
CI / Backend tests (push) Successful in 25s
CI / Frontend lint (push) Successful in 23s
CI / Frontend unit tests (push) Successful in 20s
CI / Frontend build (push) Successful in 37s
CI / Playwright e2e (push) Successful in 1m6s
Fix navigation-no-fall e2e on CI: generate UUIDs in Node
The init script called crypto.randomUUID() inside the page, but the CI
origin (http://life-towers:8000) is plain HTTP — not a secure context —
so the call throws, the token/cache never get seeded, and the app boots
empty: waitForSelector('lt-block') times out on every attempt.

Generate the token and seeded tree in Node instead (same pattern as
tasks-overflow.spec.ts) and pass them into addInitScript, which now only
writes localStorage and installs the fall detectors.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 22:32:33 +01:00
..
carousel-active-card.spec.ts Improve UX & fix bugs 2026-06-09 08:12:48 +01:00
navigation-no-fall.spec.ts Fix navigation-no-fall e2e on CI: generate UUIDs in Node 2026-06-10 22:32:33 +01:00
smoke.spec.ts Review 2026-06-03 20:39:32 +01:00
tasks-overflow.spec.ts Fix scrollbars and enter to submit 2026-06-05 11:37:54 +01:00
visuals.spec.ts Improve UX & fix bugs 2026-06-09 08:12:48 +01:00