Skip to content
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(e2e/solidstart): Skip hydration error to unblock CI #13824

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Sep 27, 2024

CI is currently blocked because a test in our solidStart e2e test app is failing. It seems like for some reason, when first accessing the /error-boundary route, a hydration error is thrown that's caught by the set error boundary. I didn't get to the bottom of why this hydration error is being thrown but at least we can work around it by simply reloading the page before triggering the sample error. This PR does exactly that. We should follow up with a proper fix for this (cc @andreiborza when you get a chance)

@Lms24 Lms24 self-assigned this Sep 27, 2024
Copy link
Member

@andreiborza andreiborza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea I did the same in my PR. I'm not sure why the hydration error suddenly appears, but seems related to the dev server.

Could also do a page.reload() instead but both is fine.

@andreiborza andreiborza merged commit 418584f into develop Sep 28, 2024
107 checks passed
@andreiborza andreiborza deleted the lms/fix-e2e-solidstart-skip-hydration-error branch September 28, 2024 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants