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
Fix failing RSpec test for non-hydrated streamed page (#1879)
The "renders the page completely on server" test was being skipped for
the React Router streaming component because it's not applicable.
React Router requires JavaScript for client-side routing, so the test
that checks server-side rendering without JavaScript doesn't make sense
for nested routes like /server_router/streaming-server-component.
This commit:
- Removes the skipped test override
- Explicitly defines the applicable tests for React Router scenario
- Adds a comment explaining why the "no JavaScript" test is excluded
- Keeps the other streamed component tests (rendering and hydration)
- Fixes pre-existing RuboCop violations (click_link/click_button → click_on)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments