|
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
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> |
||
|---|---|---|
| .. | ||
| carousel-active-card.spec.ts | ||
| navigation-no-fall.spec.ts | ||
| smoke.spec.ts | ||
| tasks-overflow.spec.ts | ||
| visuals.spec.ts | ||