-
Notifications
You must be signed in to change notification settings - Fork 3
chore: fix-e2e #435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix-e2e #435
Conversation
|
|
View your CI Pipeline Execution ↗ for commit a05e27a
☁️ Nx Cloud last updated this comment at |
WalkthroughThe pull request modifies end-to-end OIDC tests by removing explicit Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant Test
participant Browser
rect rgb(220, 240, 220)
note over Test,Browser: Before: Immediate assertion
Test->>Browser: waitForURL (with networkidle)
Browser-->>Test: Navigation complete
Test->>Test: Assert code & state
Test->>Browser: Perform next action
end
rect rgb(240, 220, 220)
note over Test,Browser: After: Deferred assertion
Test->>Browser: waitForURL (default behavior)
Browser-->>Test: Navigation complete
Test->>Browser: Perform next action
Test->>Test: Assert code & state
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes The changes are localized to a single test file with straightforward modifications: removing configuration options and reordering test assertions. While the timing shift requires verification that the test logic remains correct, the changes follow a consistent pattern with minimal conceptual complexity. Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (2)
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 |
@forgerock/davinci-client
@forgerock/oidc-client
@forgerock/protect
@forgerock/sdk-types
@forgerock/sdk-utilities
@forgerock/iframe-manager
@forgerock/sdk-logger
@forgerock/sdk-oidc
@forgerock/sdk-request-middleware
@forgerock/storage
commit: |
|
Deployed 77d335c to https://ForgeRock.github.io/ping-javascript-sdk/pr-435/77d335cb2ab9a2a0223d9b753b5cb42cf86f966f branch gh-pages in ForgeRock/ping-javascript-sdk |
📦 Bundle Size Analysis📦 Bundle Size Analysis🚨 Significant Changes🔻 @forgerock/journey-client - 0.0 KB (-82.0 KB, -100.0%) 📊 Minor Changes📈 @forgerock/journey-client - 82.0 KB (+0.0 KB) ➖ No Changes➖ @forgerock/device-client - 9.2 KB 13 packages analyzed • Baseline from latest Legend🆕 New package ℹ️ How bundle sizes are calculated
🔄 Updated automatically on each push to this PR |
JIRA Ticket
N/A
Description
Fixing test, getting rid of discouraged api, moving the order so that the page renders and auto waits for the element to appear
Summary by CodeRabbit
Release Notes