You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removes the skipped test for React Router streaming components
- The "renders the page completely on server" test is not applicable for React Router because client-side routing requires JavaScript
- Explicitly defines the 3 applicable tests for React Router:
1. "renders the component" - verifies the streamed component renders correctly
2. "hydrates the component" - verifies hydration works with JavaScript
3. "doesn't hydrate status component if packs are not loaded" - verifies behavior without hydration
- Adds explanatory comment about why the "no JavaScript" test doesn't apply
- Fixes RuboCop violations by replacing click_link/click_button with click_on
This change matches PR #2025 which addresses the same issue.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments