|
3845 | 3845 | "app-dir action handling fetch actions should revalidate when cookies.set is called",
|
3846 | 3846 | "app-dir action handling fetch actions should revalidate when cookies.set is called in a client action",
|
3847 | 3847 | "app-dir action handling fetch actions should store revalidation data in the prefetch cache",
|
3848 |
| - "app-dir action handling redirects displays searchParams correctly when redirecting with SearchParams", |
3849 | 3848 | "app-dir action handling redirects merges cookies correctly when redirecting",
|
3850 | 3849 | "app-dir action handling redirects redirects properly when server action handler redirects with a 307 status code",
|
3851 | 3850 | "app-dir action handling redirects redirects properly when server action handler redirects with a 308 status code",
|
|
3859 | 3858 | "app-dir action handling should be possible to catch network errors",
|
3860 | 3859 | "app-dir action handling should be possible to catch regular errors",
|
3861 | 3860 | "app-dir action handling should bundle external libraries if they are on the action layer",
|
3862 |
| - "app-dir action handling should forward action request to a worker that contains the action handler (edge)", |
3863 | 3861 | "app-dir action handling should handle action correctly with middleware rewrite",
|
3864 | 3862 | "app-dir action handling should handle actions executed in quick succession",
|
3865 | 3863 | "app-dir action handling should handle basic actions correctly",
|
|
3868 | 3866 | "app-dir action handling should log a warning when a server action is not found but an id is provided",
|
3869 | 3867 | "app-dir action handling should not block navigation events while a server action is in flight",
|
3870 | 3868 | "app-dir action handling should not block router.back() while a server action is in flight",
|
3871 |
| - "app-dir action handling should not error when a forwarded action triggers a redirect (edge)", |
3872 | 3869 | "app-dir action handling should not error when a forwarded action triggers a redirect (node)",
|
3873 | 3870 | "app-dir action handling should not log errors for non-action form POSTs",
|
3874 | 3871 | "app-dir action handling should only submit action once when resubmitting an action after navigation",
|
|
3902 | 3899 | "failed": [
|
3903 | 3900 | "app-dir action handling Edge SSR should handle unicode search params",
|
3904 | 3901 | "app-dir action handling HMR should support updating the action",
|
3905 |
| - "app-dir action handling should forward action request to a worker that contains the action handler (node)" |
| 3902 | + "app-dir action handling redirects displays searchParams correctly when redirecting with SearchParams", |
| 3903 | + "app-dir action handling should forward action request to a worker that contains the action handler (edge)", |
| 3904 | + "app-dir action handling should forward action request to a worker that contains the action handler (node)", |
| 3905 | + "app-dir action handling should not error when a forwarded action triggers a redirect (edge)" |
3906 | 3906 | ],
|
3907 | 3907 | "pending": [
|
3908 | 3908 | "app-dir action handling fetch actions should handle unstable_expireTag + redirect",
|
|
4741 | 4741 | "app dir - basic <Link /> should replace to external url",
|
4742 | 4742 | "app dir - basic <Link /> should soft push",
|
4743 | 4743 | "app dir - basic <Link /> should soft replace",
|
4744 |
| - "app dir - basic HMR should HMR correctly for client component", |
4745 | 4744 | "app dir - basic HMR should HMR correctly for server component",
|
4746 | 4745 | "app dir - basic bootstrap scripts should fail to bootstrap when using CSP in Dev due to eval",
|
4747 | 4746 | "app dir - basic bootstrap scripts should only bootstrap with one script, prinitializing the rest",
|
|
4763 | 4762 | "app dir - basic next/script should pass `nonce`",
|
4764 | 4763 | "app dir - basic next/script should pass nonce when using next/font",
|
4765 | 4764 | "app dir - basic next/script should pass on extra props for beforeInteractive scripts with a src prop",
|
| 4765 | + "app dir - basic next/script should pass on extra props for beforeInteractive scripts without a src prop", |
4766 | 4766 | "app dir - basic next/script should support next/script and render in correct order",
|
4767 | 4767 | "app dir - basic rewrites should support rewrites on client-side navigation",
|
4768 | 4768 | "app dir - basic rewrites should support rewrites on client-side navigation from pages to app with existing pages path",
|
|
4830 | 4830 | ],
|
4831 | 4831 | "failed": [
|
4832 | 4832 | "app dir - basic <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page",
|
4833 |
| - "app dir - basic next/script should pass on extra props for beforeInteractive scripts without a src prop", |
| 4833 | + "app dir - basic HMR should HMR correctly for client component", |
4834 | 4834 | "app dir - basic should serve polyfills for browsers that do not support modules"
|
4835 | 4835 | ],
|
4836 | 4836 | "pending": [
|
|
6683 | 6683 | "app dir - navigation locale warnings should warn about using the `locale` prop with `next/link` in app router",
|
6684 | 6684 | "app dir - navigation navigating to a page with async metadata shows a fallback when prefetch completed",
|
6685 | 6685 | "app dir - navigation navigating to a page with async metadata shows a fallback when prefetch was pending",
|
6686 |
| - "app dir - navigation navigating to dynamic params & changing the casing should load the page correctly", |
6687 | 6686 | "app dir - navigation navigation between pages and app should not contain _rsc query while navigating from app to pages",
|
6688 | 6687 | "app dir - navigation navigation between pages and app should not contain _rsc query while navigating from pages to app",
|
6689 | 6688 | "app dir - navigation navigation between pages and app should not omit the hash while navigating from app to pages",
|
|
6723 | 6722 | "app dir - navigation useRouter identity between navigations should preserve identity when navigating to the same page"
|
6724 | 6723 | ],
|
6725 | 6724 | "failed": [
|
6726 |
| - "app dir - navigation middleware redirect should change browser location when router.refresh() gets a redirect response" |
| 6725 | + "app dir - navigation middleware redirect should change browser location when router.refresh() gets a redirect response", |
| 6726 | + "app dir - navigation navigating to dynamic params & changing the casing should load the page correctly" |
6727 | 6727 | ],
|
6728 | 6728 | "pending": [],
|
6729 | 6729 | "flakey": [],
|
|
7305 | 7305 | "parallel-routes-and-interception parallel routes should support parallel route tab bars",
|
7306 | 7306 | "parallel-routes-and-interception parallel routes should support parallel routes with no page component",
|
7307 | 7307 | "parallel-routes-and-interception parallel routes should throw a 404 when no matching parallel route is found",
|
7308 |
| - "parallel-routes-and-interception route intercepting should intercept on routes that contain hyphenated/special dynamic params", |
7309 | 7308 | "parallel-routes-and-interception route intercepting should re-render the layout on the server when it had a default child route",
|
7310 | 7309 | "parallel-routes-and-interception route intercepting should render an intercepted route at the top level from a nested path",
|
7311 | 7310 | "parallel-routes-and-interception route intercepting should render an intercepted route from a slot",
|
|
7319 | 7318 | "parallel-routes-and-interception route intercepting with dynamic routes should render intercepted route",
|
7320 | 7319 | "parallel-routes-and-interception-conflicting-pages should gracefully handle when two page segments match the `children` parallel slot"
|
7321 | 7320 | ],
|
7322 |
| - "failed": [], |
| 7321 | + "failed": [ |
| 7322 | + "parallel-routes-and-interception route intercepting should intercept on routes that contain hyphenated/special dynamic params" |
| 7323 | + ], |
7323 | 7324 | "pending": [],
|
7324 | 7325 | "flakey": [],
|
7325 | 7326 | "runtimeError": false
|
|
0 commit comments