-
Notifications
You must be signed in to change notification settings - Fork 28.1k
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
[test] fix bad test fixuture for perf test #77804
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Failing test suitesCommit: 31aaad2
Expand output● custom server › with app dir › should render pages with installed react
Read more about building and testing Next.js in contributing.md.
Expand output● Error overlay for hydration errors in Pages router › should show correct hydration error when client and server render different text
● Error overlay for hydration errors in Pages router › should show correct hydration error when client renders an extra element
● Error overlay for hydration errors in Pages router › should show correct hydration error when client renders an extra text node
● Error overlay for hydration errors in Pages router › should show correct hydration error when server renders an extra element
● Error overlay for hydration errors in Pages router › should show correct hydration error when server renders an extra text node
● Error overlay for hydration errors in Pages router › should show correct hydration error when server renders an extra text node in an invalid place
● Error overlay for hydration errors in Pages router › should show correct hydration error when server renders an extra whitespace in an invalid place
● Error overlay for hydration errors in Pages router › should show correct hydration error when client renders an extra node inside Suspense content
● Error overlay for hydration errors in Pages router › should only show one hydration error when bad nesting happened - p under p
● Error overlay for hydration errors in Pages router › should only show one hydration error when bad nesting happened - div under p
● Error overlay for hydration errors in Pages router › should only show one hydration error when bad nesting happened - div > tr
● Error overlay for hydration errors in Pages router › should show the highlighted bad nesting html snippet when bad nesting happened
Read more about building and testing Next.js in contributing.md.
Expand output● app dir - rsc basics › should be able to navigate between rsc routes
Read more about building and testing Next.js in contributing.md. |
The failing ones are react tests, related to new minor 19.1, will address in another PR |
What
Notice the test failing with error
Turns out we had an extra
<head>
in the html