|
2596 | 2596 | "passed": [
|
2597 | 2597 | "Cache Components Dev Errors should display error when component accessed data without suspense boundary",
|
2598 | 2598 | "Cache Components Dev Errors should not log unhandled rejections for persistently thrown top-level errors",
|
2599 |
| - "Cache Components Dev Errors should show a red box error on client navigations", |
| 2599 | + "Cache Components Dev Errors should not show a red box error on client navigations", |
2600 | 2600 | "Cache Components Dev Errors should show a red box error on the SSR render"
|
2601 | 2601 | ],
|
2602 | 2602 | "failed": [
|
|
5568 | 5568 | "app-dir static/dynamic handling useSearchParams client should have empty search params on force-static"
|
5569 | 5569 | ],
|
5570 | 5570 | "flakey": [],
|
5571 |
| - "runtimeError": false |
| 5571 | + "runtimeError": true |
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", |
5637 | 5636 | "app dir - basic server components Loading should render loading.js in browser for slow page",
|
5638 | 5637 | "app dir - basic server components Loading should render loading.js in initial html for slow layout",
|
5639 | 5638 | "app dir - basic server components Loading should render loading.js in initial html for slow layout and page",
|
|
5648 | 5647 | "app dir - basic server components dynamic routes should only pass params that apply to the layout",
|
5649 | 5648 | "app dir - basic server components middleware should strip internal query parameters from requests to middleware for redirect",
|
5650 | 5649 | "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 next/router should support router.back and router.forward" |
| 5694 | + "app dir - basic server components Loading should render loading.js in browser for slow layout and page" |
5695 | 5695 | ],
|
5696 | 5696 | "pending": [
|
5697 | 5697 | "app dir - basic HMR should HMR correctly when changing the component type",
|
|
6790 | 6790 | "test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": {
|
6791 | 6791 | "passed": [
|
6792 | 6792 | "app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment",
|
6793 |
| - "app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment", |
6794 | 6793 | "app-dir - error-on-next-codemod-comment should error with inline comment as well"
|
6795 | 6794 | ],
|
6796 | 6795 | "failed": [
|
| 6796 | + "app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment", |
6797 | 6797 | "app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left"
|
6798 | 6798 | ],
|
6799 | 6799 | "pending": [],
|
|
0 commit comments