diff --git a/test/e2e/app-dir/error-boundary-and-not-found-linking/app/error.tsx b/test/e2e/app-dir/error-boundary-and-not-found-linking/app/error.tsx index 2c07aa5dc7303..2d203c0ac82cd 100644 --- a/test/e2e/app-dir/error-boundary-and-not-found-linking/app/error.tsx +++ b/test/e2e/app-dir/error-boundary-and-not-found-linking/app/error.tsx @@ -4,12 +4,10 @@ import Link from 'next/link' export default function ErrorComponent() { return ( <> -
-

Error Happened!

- - To Result - -
+

Error Happened!

+ + To Result + ) } diff --git a/test/e2e/app-dir/error-boundary-and-not-found-linking/app/layout.tsx b/test/e2e/app-dir/error-boundary-and-not-found-linking/app/layout.tsx index 69e2ad5092a0e..e7077399c03ce 100644 --- a/test/e2e/app-dir/error-boundary-and-not-found-linking/app/layout.tsx +++ b/test/e2e/app-dir/error-boundary-and-not-found-linking/app/layout.tsx @@ -1,5 +1,3 @@ -export const revalidate = 0 - export default function Root({ children }: { children: React.ReactNode }) { return (