Commit Graph

2 Commits

Author SHA1 Message Date
sharang d3a2b5e2ab fix(test): assert real shipped behaviour for signed-out /products
ci / test (pull_request) Successful in 33s
ci / shared (pull_request) Successful in 6s
ci / e2e (pull_request) Has been skipped
ci / image (pull_request) Has been skipped
The original /products gate test expected either a Products heading
(signed-in) or a Sign-in button (signed-out). In practice the page
renders NotAuthorized (403) for any session without the right
org_role, so the second branch never matched and the test failed.

The Sign-in surface is dashboard-only today. Once M10.1 wires a
shared sign-in redirect for protected routes, widen this test.

Refs: M5.3
2026-05-19 17:05:21 +02:00
sharang 99fe3b55b2 feat(test): M5.3 — Playwright e2e harness for the dev stack
ci / shared (push) Successful in 4s
ci / test (push) Successful in 23s
ci / e2e (push) Has been skipped
ci / image (push) Has been skipped
playwright.config.ts + tests/e2e/{apex,tenant,health}.spec.ts. make e2e for local. CI e2e job opt-in via RUN_E2E repo variable. OIDC click-through deferred to when stage is up.

Refs: M5.3
2026-05-19 14:53:18 +00:00