v2.1.1 #9
Loading…
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Commitment 3 of the v2.1.1 plan: tests/e2e/session-restore.spec.ts pins the reload/deep-link matrix — post-login reload x {remember ON, remember OFF}, deep link with a valid restorable session, and the negatives (absent session and expired session bounce to /login, with the expired blob erased per auth-session.md). Expiry simulated by backdating lastActivity past the live /config sessionTimeoutSeconds (no forked short-timeout stack); testing note added to auth-session.md (mechanics only, the plan's one permitted spec edit). Second blast-radius correction: i18n-live-switch.spec.ts test 1 had pinned the pre-fix boot-order race itself — asserting the French LOGIN FORM after reload via a documented workaround. Post-fix it asserts the protected surface re-renders authenticated in French (strictly stronger; i18n contract unchanged). 5/5 new tests green (run twice), minio-happy-path smoke 13/13, pnpm -r test 2907/2907. Co-Authored-By: Xavier's assistant <assistant@gijoe88.com>