rsnext/test/e2e/app-dir
Hannes Bornö 93ff04b493
Full page reload when navigating to new root layout (#40751)
Finds the root layout segments for flight requests. If those segments doesn't match the FlightRouterState it's a new root layout and a full page reload is required.

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)


Co-authored-by: Tim Neutkens <6324199+timneutkens@users.noreply.github.com>
2022-09-30 15:55:22 +00:00
..
app Add test for rewrite from pages to app with existing pages path (#41023) 2022-09-29 12:29:10 +00:00
app-alias Fix wrong code condition used when bundling the server (#40987) 2022-09-28 16:19:40 +02:00
app-edge Alias all client, shared, pages dist assets for esm (#41034) 2022-09-29 21:24:04 +00:00
app-prefetch Remove unnecessary experimental flag (#40766) 2022-09-21 21:30:46 +02:00
app-rendering Remove unnecessary experimental flag (#40766) 2022-09-21 21:30:46 +02:00
app-static Update return shape of generateStaticParams (#40965) 2022-09-27 13:51:07 -07:00
asset-prefix Remove unnecessary experimental flag (#40766) 2022-09-21 21:30:46 +02:00
mpa-navigation Full page reload when navigating to new root layout (#40751) 2022-09-30 15:55:22 +00:00
next-font Add support for fallback font and css variable for font/local (#40990) 2022-09-28 12:19:52 -07:00
rsc-basic Improve experimental feature naming (#41060) 2022-09-30 13:15:56 +00:00
trailingslash Remove unnecessary experimental flag (#40766) 2022-09-21 21:30:46 +02:00
with-babel Fix SWC loader ignore for the server layer when Babel is used (#40939) 2022-09-27 11:31:25 +02:00
app-alias.test.ts Use resolved url in flight entry loader (#40697) 2022-09-20 10:40:27 +00:00
app-edge.test.ts Skip creating virtual app client entry for pages (#41000) 2022-09-28 17:03:21 +00:00
app-static.test.ts Add handling for static generation in app (#40561) 2022-09-19 18:05:28 +00:00
asset-prefix.test.ts Break assetPrefix app tests into separate suite (#40701) 2022-09-19 18:17:16 -07:00
index.test.ts Move handling of navigation to pages from new router (#41001) 2022-09-29 16:47:10 -07:00
mpa-navigation.test.ts Full page reload when navigating to new root layout (#40751) 2022-09-30 15:55:22 +00:00
next-font.test.ts Add support for fallback font and css variable for font/local (#40990) 2022-09-28 12:19:52 -07:00
prefetching.test.ts Disable flakey dev app test temporarily (#40816) 2022-09-22 16:26:31 -07:00
rendering.test.ts Add handling for static generation in app (#40561) 2022-09-19 18:05:28 +00:00
rsc-basic.test.ts Add test case for react-server import condition (#40997) 2022-09-28 15:40:13 +00:00
trailingslash.test.ts Add additional tests for prefetch and trailingSlash (#40517) 2022-09-13 16:01:43 -07:00
vercel-analytics.test.ts Handle redirects in new router (#40396) 2022-09-20 15:28:07 +02:00
with-babel.test.ts Fix SWC loader ignore for the server layer when Babel is used (#40939) 2022-09-27 11:31:25 +02:00