Commit 418584f
authored
test(e2e/solidstart): Skip hydration error to unblock CI (#13824)
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)1 parent 2f53df7 commit 418584f
File tree
1 file changed
+2
-0
lines changed- dev-packages/e2e-tests/test-applications/solidstart/tests
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments