|
5568 | 5568 | "app-dir static/dynamic handling useSearchParams client should have empty search params on force-static"
|
5569 | 5569 | ],
|
5570 | 5570 | "flakey": [],
|
5571 |
| - "runtimeError": true |
| 5571 | + "runtimeError": false |
5572 | 5572 | },
|
5573 | 5573 | "test/e2e/app-dir/app-validation/validation.test.ts": {
|
5574 | 5574 | "passed": [
|
|
5633 | 5633 | "app dir - basic searchParams prop server component should have the correct search params on middleware rewrite",
|
5634 | 5634 | "app dir - basic searchParams prop server component should have the correct search params on rewrite",
|
5635 | 5635 | "app dir - basic server components Loading should render loading.js in browser for slow layout",
|
| 5636 | + "app dir - basic server components Loading should render loading.js in browser for slow layout and page", |
5636 | 5637 | "app dir - basic server components Loading should render loading.js in browser for slow page",
|
5637 | 5638 | "app dir - basic server components Loading should render loading.js in initial html for slow layout",
|
5638 | 5639 | "app dir - basic server components Loading should render loading.js in initial html for slow layout and page",
|
|
5647 | 5648 | "app dir - basic server components dynamic routes should only pass params that apply to the layout",
|
5648 | 5649 | "app dir - basic server components middleware should strip internal query parameters from requests to middleware for redirect",
|
5649 | 5650 | "app dir - basic server components middleware should strip internal query parameters from requests to middleware for rewrite",
|
5650 |
| - "app dir - basic server components next/router should support router.back and router.forward", |
5651 | 5651 | "app dir - basic server components should include client component layout with server component route should include it client-side",
|
5652 | 5652 | "app dir - basic server components should include client component layout with server component route should include it server-side",
|
5653 | 5653 | "app dir - basic server components should not serve .client.js as a path",
|
|
5691 | 5691 | ],
|
5692 | 5692 | "failed": [
|
5693 | 5693 | "app dir - basic <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page",
|
5694 |
| - "app dir - basic server components Loading should render loading.js in browser for slow layout and page" |
| 5694 | + "app dir - basic server components next/router should support router.back and router.forward" |
5695 | 5695 | ],
|
5696 | 5696 | "pending": [
|
5697 | 5697 | "app dir - basic HMR should HMR correctly when changing the component type",
|
|
5856 | 5856 | "flakey": [],
|
5857 | 5857 | "runtimeError": false
|
5858 | 5858 | },
|
| 5859 | + "test/e2e/app-dir/cache-components-bot-ua/cache-components-bot-ua.test.ts": { |
| 5860 | + "passed": [ |
| 5861 | + "cache-components PPR bot static generation bypass should bypass static generation for DOM bot requests to avoid SSG_BAILOUT" |
| 5862 | + ], |
| 5863 | + "failed": [], |
| 5864 | + "pending": [], |
| 5865 | + "flakey": [], |
| 5866 | + "runtimeError": false |
| 5867 | + }, |
5859 | 5868 | "test/e2e/app-dir/cache-components-create-component-tree/cache-components-create-component-tree.test.ts": {
|
5860 | 5869 | "passed": [
|
5861 | 5870 | "hello-world should not indicate there is an error when incidental math.random calls occur during component tree generation during dev"
|
|
0 commit comments