diff --git a/test/development/acceptance-app/hydration-error.test.ts b/test/development/acceptance-app/hydration-error.test.ts index 824b1f54ae0f2..0c9a3e596e669 100644 --- a/test/development/acceptance-app/hydration-error.test.ts +++ b/test/development/acceptance-app/hydration-error.test.ts @@ -834,41 +834,39 @@ describe('Error overlay for hydration errors', () => { if (isTurbopack) { expect(fullPseudoHtml).toMatchInlineSnapshot(` "... - - - - - - + + + + + +
-
- -

- - ... - + client - - server" + +

+ + ... + + client + - server" `) } else { expect(fullPseudoHtml).toMatchInlineSnapshot(` "... - - - - - - + + + + + +

-
- -

- - + client - - server" + +

+ + + client + - server" `) }