diff --git a/test/e2e/dynamic-route-interpolation/index.test.ts b/test/e2e/dynamic-route-interpolation/index.test.ts index 9b376722fa16..ffdd122f33f3 100644 --- a/test/e2e/dynamic-route-interpolation/index.test.ts +++ b/test/e2e/dynamic-route-interpolation/index.test.ts @@ -21,12 +21,12 @@ describe('Dynamic Route Interpolation', () => { export default function Page(props) { const router = useRouter() return ( -
+ <>

{props.slug}

{props.now} -
+ ) } `,