fix(test): assert real shipped behaviour for signed-out /products #9
Reference in New Issue
Block a user
Delete Branch "fix/e2e-products"
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?
The original
/productsgate test branched on whether the user was signed in. In practice the page always renders NotAuthorized (403) for signed-out sessions, so the test's signed-out branch never matched.Tighten the assertion to match shipped behaviour. Widen again when M10.1 adds a shared sign-in redirect for protected routes.
Refs: M5.3