test(e2e): tolerate slow Keycloak redirect loads - #982
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Superseded by PR #983, which carries the same two-file change directly against protected main so central review and required checks can run. |
The browser smoke test timed out while waiting for Keycloak's full document load even though the authorization URL had already been reached. Wait for navigation commit at that boundary, then retain the existing end-to-end assertion that the authorization-code callback reaches the authenticated destination.
Validation:
pnpm exec playwright test e2e/smoke.spec.ts --project=chromium --timeout=60000(1 passed)git diff --check