fix(e2e): fixme consent-screen + diagnose the /settings page-close (BUNYIP-148) #195
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/BUNYIP-148-account-ui-and-consent"
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?
Login is fixed (DOM-set) - setup + auth round-trip + memberships + OIDC authorize + token-flow all pass. Two remaining:\n\n- consent-screen.spec: bare GET /oauth2/consent 404s (route only renders inside an in-flight authorize with un-granted scopes; the E2E accounts scopes are pre-granted in setup). Mark test.fixme (documented fallback; needs a throwaway client/scope).\n- profile + sessions: "page closed" on goto /settings (memberships passes). Add crash/pageerror/console listeners in beforeEach to name what closes the page on the next run.\n\ntsc clean.\n\n#BUNYIP-148