add handling to skip prefetch payloads if partial - #89340

Closed
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial
Closed

add handling to skip prefetch payloads if partial#89340
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial

Conversation

@ztanner

Copy link
Copy Markdown
Contributor

No description provided.

@ztannerGraphite App

Copy link
Copy Markdown
ContributorAuthor

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@nextjs-bot

nextjs-bot commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

Failing test suites

Commit: 567d605 | About building and testing Next.js

pnpm test-start test/e2e/app-dir/gesture-transitions/gesture-transitions.test.ts (job)

  • gesture-transitions > shows optimistic state during gesture, then canonical state after (DD)
Expand output

● gesture-transitions › shows optimistic state during gesture, then canonical state after

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('[data-testid="target-page"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Object.elementByCss (e2e/app-dir/gesture-transitions/gesture-transitions.test.ts:33:38)

pnpm test-start test/e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts (job)

  • segment cache (basic tests) > navigate with prefetched data (DD)
  • segment cache (basic tests) > skips static layouts during partially static navigation (DD)
Expand output

● segment cache (basic tests) › navigate with prefetched data

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#nav') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:80:35)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:73:5)

● segment cache (basic tests) › skips static layouts during partially static navigation

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#static-layout') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:262:42)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:257:5)

pnpm test-start-turbo test/e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts (turbopack) (job)

  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-less route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-less URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > With Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
  • searchparams-reuse-loading > Without Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
Expand output

● searchparams-reuse-loading › Without Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › With Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-less route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-less URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:51)

pnpm test-start test/e2e/app-dir/concurrent-navigations/mismatching-prefetch.test.ts (job)

  • parallel-route-navigations > should render the right parameters on client navigations (DD)
Expand output

● parallel-route-navigations › should render the right parameters on client navigations

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-file="/[teamID]/sub/other-folder/page.tsx"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/app-dir/parallel-route-navigations/parallel-route-navigations.test.ts:87:21)

pnpm test-start test/e2e/next-form/default/next-form-prefetch.test.ts (job)

  • app dir - form prefetching > should prefetch a loading state for the form's target (DD)
Expand output

● app dir - form prefetching › should prefetch a loading state for the form's target

Intercepted request for 'http://localhost:42985/search?query=my+search&_rsc=13g91' was not resolved within 5000ms
253 | return new Promise<never>((_, reject) =>
254 | AbortSignal.timeout(duration).addEventListener('abort', () =>
> 255 | reject(new Error(message))
| ^
256 | )
257 | )
258 | }
at EventTarget.<anonymous> (e2e/next-form/default/next-form-prefetch.test.ts:255:14)

● app dir - form prefetching › should prefetch a loading state for the form's target

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/next-form/default/next-form-prefetch.test.ts:56:26)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/next-form/default/next-form-prefetch.test.ts:56:58)

pnpm test-start test/e2e/app-dir/segment-cache/prefetch-layout-sharing/prefetch-layout-sharing.test.ts (job)

  • runtime prefetching > cache stale time handling > omits short-lived public caches with a short enough staleTime (DD)
  • runtime prefetching > cache stale time handling > omits private caches with a short enough staleTime (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting cookies() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting headers() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting dynamic params (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting searchParams (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a private cache (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache (DD)
  • runtime prefetching > in a page > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a page > includes cookies, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > should not cache runtime prefetch responses in the browser cache or server-side > private caches should return new results on each request (DD)
Expand output

● runtime prefetching › in a page › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a page › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a page › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a page › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a page › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › in a private cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a private cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a private cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a private cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a private cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › passed to a public cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › passed to a public cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › passed to a public cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › passed to a public cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › passed to a public cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › should not cache runtime prefetch responses in the browser cache or server-side › private caches should return new results on each request

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#timestamp') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:45)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:70)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)

● runtime prefetching › cache stale time handling › omits short-lived public caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)

● runtime prefetching › cache stale time handling › omits private caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting cookies()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting headers()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting dynamic params

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting searchParams

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a private cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

@nextjs-bot

Copy link
Copy Markdown
Contributor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms▁█▁▁▁
Cold (Ready in log)435ms435ms▂█▁▂▂
Cold (First Request)1.153s1.144s▂█▁▅▄
Warm (Listen)456ms456ms▁█▁▁▁
Warm (Ready in log)445ms440ms▁█▁▁▁
Warm (First Request)339ms336ms▂█▁▂▁
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms█▁█▁█
Cold (Ready in log)437ms439ms▆▆▇▅▆
Cold (First Request)1.847s1.871s▄▃▅▃▃
Warm (Listen)456ms456ms▁▅▅█▅
Warm (Ready in log)438ms437ms▅▄▅▄▄
Warm (First Request)1.865s1.871s▄▃▅▃▃

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.041s3.999s▃█▂▁▁
Cached Build4.007s4.041s▃█▂▁▁
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.784s13.733s▂▁▄▁▁
Cached Build13.952s14.057s▂▁▄▁▁
node_modules Size464 MB464 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **434 kB** → **434 kB** ⚠️ +11 B

81 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip763 B768 B
Total763 B768 B⚠️ +5 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip451 B450 B
Total451 B450 B✅ -1 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip54.5 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.5 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39 kB39 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.52 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.5 kB-
9544-HASH.js gzipN/A55.3 kB-
Total228 kB229 kB⚠️ +685 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.49 kB2.49 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -1 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB126 kB
page.js gzip248 kB249 kB
Total375 kB375 kB⚠️ +123 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip616 B616 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip33.3 kB33 kB
edge-runtime..pack.js gzip842 B842 B
Total34.9 kB34.6 kB✅ -322 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip732 B736 B
Total732 B736 B⚠️ +4 B
Build Cache
CanaryPRChange
0.pack gzip3.8 MB3.81 MB🔴 +14.6 kB (+0%)
index.pack gzip104 kB103 kB
index.pack.old gzip102 kB103 kB
Total4 MB4.02 MB⚠️ +14.1 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip311 kB311 kB
app-page-exp..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip311 kB311 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip308 kB308 kB
app-page-tur..prod.js gzip164 kB164 kB
app-page.run...dev.js gzip308 kB308 kB
app-page.run..prod.js gzip164 kB164 kB
app-route-ex...dev.js gzip70.4 kB70.4 kB
app-route-ex..prod.js gzip48.9 kB48.9 kB
app-route-tu...dev.js gzip70.4 kB70.4 kB
app-route-tu..prod.js gzip49 kB49 kB
app-route-tu...dev.js gzip70 kB70 kB
app-route-tu..prod.js gzip48.7 kB48.7 kB
app-route.ru...dev.js gzip70 kB70 kB
app-route.ru..prod.js gzip48.7 kB48.7 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.1 kB43.1 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.1 kB43.1 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.4 kB52.4 kB
pages-turbo...prod.js gzip39.4 kB39.4 kB
pages.runtim...dev.js gzip52.4 kB52.4 kB
pages.runtim..prod.js gzip39.3 kB39.3 kB
server.runti..prod.js gzip62.5 kB62.5 kB
Total2.77 MB2.77 MB⚠️ +126 B
📝 Changed Files (8 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-exp..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page.runtime.dev.js
  • app-page.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js

Diff too large to display

app-page-exp..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page.runtime.dev.js

Diff too large to display

app-page.runtime.prod.js

Diff too large to display

@ztannerztanner closed this Feb 17, 2026
@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 3, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ztanner@nextjs-bot
, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

add handling to skip prefetch payloads if partial - #89340

Closed
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial
Closed

add handling to skip prefetch payloads if partial#89340
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial

Conversation

@ztanner

Copy link
Copy Markdown
Contributor

No description provided.

@ztannerGraphite App

Copy link
Copy Markdown
ContributorAuthor

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@nextjs-bot

nextjs-bot commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

Failing test suites

Commit: 567d605 | About building and testing Next.js

pnpm test-start test/e2e/app-dir/gesture-transitions/gesture-transitions.test.ts (job)

  • gesture-transitions > shows optimistic state during gesture, then canonical state after (DD)
Expand output

● gesture-transitions › shows optimistic state during gesture, then canonical state after

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('[data-testid="target-page"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Object.elementByCss (e2e/app-dir/gesture-transitions/gesture-transitions.test.ts:33:38)

pnpm test-start test/e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts (job)

  • segment cache (basic tests) > navigate with prefetched data (DD)
  • segment cache (basic tests) > skips static layouts during partially static navigation (DD)
Expand output

● segment cache (basic tests) › navigate with prefetched data

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#nav') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:80:35)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:73:5)

● segment cache (basic tests) › skips static layouts during partially static navigation

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#static-layout') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:262:42)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:257:5)

pnpm test-start-turbo test/e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts (turbopack) (job)

  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-less route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-less URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > With Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
  • searchparams-reuse-loading > Without Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
Expand output

● searchparams-reuse-loading › Without Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › With Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-less route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-less URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:51)

pnpm test-start test/e2e/app-dir/concurrent-navigations/mismatching-prefetch.test.ts (job)

  • parallel-route-navigations > should render the right parameters on client navigations (DD)
Expand output

● parallel-route-navigations › should render the right parameters on client navigations

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-file="/[teamID]/sub/other-folder/page.tsx"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/app-dir/parallel-route-navigations/parallel-route-navigations.test.ts:87:21)

pnpm test-start test/e2e/next-form/default/next-form-prefetch.test.ts (job)

  • app dir - form prefetching > should prefetch a loading state for the form's target (DD)
Expand output

● app dir - form prefetching › should prefetch a loading state for the form's target

Intercepted request for 'http://localhost:42985/search?query=my+search&_rsc=13g91' was not resolved within 5000ms
253 | return new Promise<never>((_, reject) =>
254 | AbortSignal.timeout(duration).addEventListener('abort', () =>
> 255 | reject(new Error(message))
| ^
256 | )
257 | )
258 | }
at EventTarget.<anonymous> (e2e/next-form/default/next-form-prefetch.test.ts:255:14)

● app dir - form prefetching › should prefetch a loading state for the form's target

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/next-form/default/next-form-prefetch.test.ts:56:26)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/next-form/default/next-form-prefetch.test.ts:56:58)

pnpm test-start test/e2e/app-dir/segment-cache/prefetch-layout-sharing/prefetch-layout-sharing.test.ts (job)

  • runtime prefetching > cache stale time handling > omits short-lived public caches with a short enough staleTime (DD)
  • runtime prefetching > cache stale time handling > omits private caches with a short enough staleTime (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting cookies() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting headers() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting dynamic params (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting searchParams (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a private cache (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache (DD)
  • runtime prefetching > in a page > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a page > includes cookies, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > should not cache runtime prefetch responses in the browser cache or server-side > private caches should return new results on each request (DD)
Expand output

● runtime prefetching › in a page › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a page › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a page › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a page › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a page › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › in a private cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a private cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a private cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a private cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a private cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › passed to a public cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › passed to a public cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › passed to a public cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › passed to a public cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › passed to a public cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › should not cache runtime prefetch responses in the browser cache or server-side › private caches should return new results on each request

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#timestamp') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:45)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:70)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)

● runtime prefetching › cache stale time handling › omits short-lived public caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)

● runtime prefetching › cache stale time handling › omits private caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting cookies()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting headers()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting dynamic params

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting searchParams

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a private cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

@nextjs-bot

Copy link
Copy Markdown
Contributor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms▁█▁▁▁
Cold (Ready in log)435ms435ms▂█▁▂▂
Cold (First Request)1.153s1.144s▂█▁▅▄
Warm (Listen)456ms456ms▁█▁▁▁
Warm (Ready in log)445ms440ms▁█▁▁▁
Warm (First Request)339ms336ms▂█▁▂▁
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms█▁█▁█
Cold (Ready in log)437ms439ms▆▆▇▅▆
Cold (First Request)1.847s1.871s▄▃▅▃▃
Warm (Listen)456ms456ms▁▅▅█▅
Warm (Ready in log)438ms437ms▅▄▅▄▄
Warm (First Request)1.865s1.871s▄▃▅▃▃

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.041s3.999s▃█▂▁▁
Cached Build4.007s4.041s▃█▂▁▁
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.784s13.733s▂▁▄▁▁
Cached Build13.952s14.057s▂▁▄▁▁
node_modules Size464 MB464 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **434 kB** → **434 kB** ⚠️ +11 B

81 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip763 B768 B
Total763 B768 B⚠️ +5 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip451 B450 B
Total451 B450 B✅ -1 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip54.5 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.5 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39 kB39 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.52 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.5 kB-
9544-HASH.js gzipN/A55.3 kB-
Total228 kB229 kB⚠️ +685 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.49 kB2.49 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -1 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB126 kB
page.js gzip248 kB249 kB
Total375 kB375 kB⚠️ +123 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip616 B616 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip33.3 kB33 kB
edge-runtime..pack.js gzip842 B842 B
Total34.9 kB34.6 kB✅ -322 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip732 B736 B
Total732 B736 B⚠️ +4 B
Build Cache
CanaryPRChange
0.pack gzip3.8 MB3.81 MB🔴 +14.6 kB (+0%)
index.pack gzip104 kB103 kB
index.pack.old gzip102 kB103 kB
Total4 MB4.02 MB⚠️ +14.1 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip311 kB311 kB
app-page-exp..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip311 kB311 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip308 kB308 kB
app-page-tur..prod.js gzip164 kB164 kB
app-page.run...dev.js gzip308 kB308 kB
app-page.run..prod.js gzip164 kB164 kB
app-route-ex...dev.js gzip70.4 kB70.4 kB
app-route-ex..prod.js gzip48.9 kB48.9 kB
app-route-tu...dev.js gzip70.4 kB70.4 kB
app-route-tu..prod.js gzip49 kB49 kB
app-route-tu...dev.js gzip70 kB70 kB
app-route-tu..prod.js gzip48.7 kB48.7 kB
app-route.ru...dev.js gzip70 kB70 kB
app-route.ru..prod.js gzip48.7 kB48.7 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.1 kB43.1 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.1 kB43.1 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.4 kB52.4 kB
pages-turbo...prod.js gzip39.4 kB39.4 kB
pages.runtim...dev.js gzip52.4 kB52.4 kB
pages.runtim..prod.js gzip39.3 kB39.3 kB
server.runti..prod.js gzip62.5 kB62.5 kB
Total2.77 MB2.77 MB⚠️ +126 B
📝 Changed Files (8 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-exp..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page.runtime.dev.js
  • app-page.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js

Diff too large to display

app-page-exp..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page.runtime.dev.js

Diff too large to display

app-page.runtime.prod.js

Diff too large to display

@ztannerztanner closed this Feb 17, 2026
@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 3, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ztanner@nextjs-bot
, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

add handling to skip prefetch payloads if partial - #89340

Closed
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial
Closed

add handling to skip prefetch payloads if partial#89340
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial

Conversation

@ztanner

Copy link
Copy Markdown
Contributor

No description provided.

@ztannerGraphite App

Copy link
Copy Markdown
ContributorAuthor

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@nextjs-bot

nextjs-bot commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

Failing test suites

Commit: 567d605 | About building and testing Next.js

pnpm test-start test/e2e/app-dir/gesture-transitions/gesture-transitions.test.ts (job)

  • gesture-transitions > shows optimistic state during gesture, then canonical state after (DD)
Expand output

● gesture-transitions › shows optimistic state during gesture, then canonical state after

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('[data-testid="target-page"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Object.elementByCss (e2e/app-dir/gesture-transitions/gesture-transitions.test.ts:33:38)

pnpm test-start test/e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts (job)

  • segment cache (basic tests) > navigate with prefetched data (DD)
  • segment cache (basic tests) > skips static layouts during partially static navigation (DD)
Expand output

● segment cache (basic tests) › navigate with prefetched data

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#nav') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:80:35)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:73:5)

● segment cache (basic tests) › skips static layouts during partially static navigation

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#static-layout') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:262:42)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:257:5)

pnpm test-start-turbo test/e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts (turbopack) (job)

  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-less route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-less URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > With Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
  • searchparams-reuse-loading > Without Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
Expand output

● searchparams-reuse-loading › Without Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › With Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-less route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-less URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:51)

pnpm test-start test/e2e/app-dir/concurrent-navigations/mismatching-prefetch.test.ts (job)

  • parallel-route-navigations > should render the right parameters on client navigations (DD)
Expand output

● parallel-route-navigations › should render the right parameters on client navigations

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-file="/[teamID]/sub/other-folder/page.tsx"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/app-dir/parallel-route-navigations/parallel-route-navigations.test.ts:87:21)

pnpm test-start test/e2e/next-form/default/next-form-prefetch.test.ts (job)

  • app dir - form prefetching > should prefetch a loading state for the form's target (DD)
Expand output

● app dir - form prefetching › should prefetch a loading state for the form's target

Intercepted request for 'http://localhost:42985/search?query=my+search&_rsc=13g91' was not resolved within 5000ms
253 | return new Promise<never>((_, reject) =>
254 | AbortSignal.timeout(duration).addEventListener('abort', () =>
> 255 | reject(new Error(message))
| ^
256 | )
257 | )
258 | }
at EventTarget.<anonymous> (e2e/next-form/default/next-form-prefetch.test.ts:255:14)

● app dir - form prefetching › should prefetch a loading state for the form's target

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/next-form/default/next-form-prefetch.test.ts:56:26)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/next-form/default/next-form-prefetch.test.ts:56:58)

pnpm test-start test/e2e/app-dir/segment-cache/prefetch-layout-sharing/prefetch-layout-sharing.test.ts (job)

  • runtime prefetching > cache stale time handling > omits short-lived public caches with a short enough staleTime (DD)
  • runtime prefetching > cache stale time handling > omits private caches with a short enough staleTime (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting cookies() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting headers() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting dynamic params (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting searchParams (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a private cache (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache (DD)
  • runtime prefetching > in a page > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a page > includes cookies, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > should not cache runtime prefetch responses in the browser cache or server-side > private caches should return new results on each request (DD)
Expand output

● runtime prefetching › in a page › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a page › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a page › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a page › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a page › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › in a private cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a private cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a private cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a private cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a private cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › passed to a public cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › passed to a public cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › passed to a public cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › passed to a public cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › passed to a public cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › should not cache runtime prefetch responses in the browser cache or server-side › private caches should return new results on each request

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#timestamp') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:45)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:70)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)

● runtime prefetching › cache stale time handling › omits short-lived public caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)

● runtime prefetching › cache stale time handling › omits private caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting cookies()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting headers()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting dynamic params

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting searchParams

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a private cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

@nextjs-bot

Copy link
Copy Markdown
Contributor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms▁█▁▁▁
Cold (Ready in log)435ms435ms▂█▁▂▂
Cold (First Request)1.153s1.144s▂█▁▅▄
Warm (Listen)456ms456ms▁█▁▁▁
Warm (Ready in log)445ms440ms▁█▁▁▁
Warm (First Request)339ms336ms▂█▁▂▁
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms█▁█▁█
Cold (Ready in log)437ms439ms▆▆▇▅▆
Cold (First Request)1.847s1.871s▄▃▅▃▃
Warm (Listen)456ms456ms▁▅▅█▅
Warm (Ready in log)438ms437ms▅▄▅▄▄
Warm (First Request)1.865s1.871s▄▃▅▃▃

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.041s3.999s▃█▂▁▁
Cached Build4.007s4.041s▃█▂▁▁
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.784s13.733s▂▁▄▁▁
Cached Build13.952s14.057s▂▁▄▁▁
node_modules Size464 MB464 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **434 kB** → **434 kB** ⚠️ +11 B

81 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip763 B768 B
Total763 B768 B⚠️ +5 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip451 B450 B
Total451 B450 B✅ -1 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip54.5 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.5 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39 kB39 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.52 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.5 kB-
9544-HASH.js gzipN/A55.3 kB-
Total228 kB229 kB⚠️ +685 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.49 kB2.49 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -1 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB126 kB
page.js gzip248 kB249 kB
Total375 kB375 kB⚠️ +123 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip616 B616 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip33.3 kB33 kB
edge-runtime..pack.js gzip842 B842 B
Total34.9 kB34.6 kB✅ -322 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip732 B736 B
Total732 B736 B⚠️ +4 B
Build Cache
CanaryPRChange
0.pack gzip3.8 MB3.81 MB🔴 +14.6 kB (+0%)
index.pack gzip104 kB103 kB
index.pack.old gzip102 kB103 kB
Total4 MB4.02 MB⚠️ +14.1 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip311 kB311 kB
app-page-exp..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip311 kB311 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip308 kB308 kB
app-page-tur..prod.js gzip164 kB164 kB
app-page.run...dev.js gzip308 kB308 kB
app-page.run..prod.js gzip164 kB164 kB
app-route-ex...dev.js gzip70.4 kB70.4 kB
app-route-ex..prod.js gzip48.9 kB48.9 kB
app-route-tu...dev.js gzip70.4 kB70.4 kB
app-route-tu..prod.js gzip49 kB49 kB
app-route-tu...dev.js gzip70 kB70 kB
app-route-tu..prod.js gzip48.7 kB48.7 kB
app-route.ru...dev.js gzip70 kB70 kB
app-route.ru..prod.js gzip48.7 kB48.7 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.1 kB43.1 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.1 kB43.1 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.4 kB52.4 kB
pages-turbo...prod.js gzip39.4 kB39.4 kB
pages.runtim...dev.js gzip52.4 kB52.4 kB
pages.runtim..prod.js gzip39.3 kB39.3 kB
server.runti..prod.js gzip62.5 kB62.5 kB
Total2.77 MB2.77 MB⚠️ +126 B
📝 Changed Files (8 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-exp..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page.runtime.dev.js
  • app-page.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js

Diff too large to display

app-page-exp..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page.runtime.dev.js

Diff too large to display

app-page.runtime.prod.js

Diff too large to display

@ztannerztanner closed this Feb 17, 2026
@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 3, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ztanner@nextjs-bot
, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

add handling to skip prefetch payloads if partial - #89340

Closed
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial
Closed

add handling to skip prefetch payloads if partial#89340
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial

Conversation

@ztanner

Copy link
Copy Markdown
Contributor

No description provided.

@ztannerGraphite App

Copy link
Copy Markdown
ContributorAuthor

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@nextjs-bot

nextjs-bot commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

Failing test suites

Commit: 567d605 | About building and testing Next.js

pnpm test-start test/e2e/app-dir/gesture-transitions/gesture-transitions.test.ts (job)

  • gesture-transitions > shows optimistic state during gesture, then canonical state after (DD)
Expand output

● gesture-transitions › shows optimistic state during gesture, then canonical state after

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('[data-testid="target-page"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Object.elementByCss (e2e/app-dir/gesture-transitions/gesture-transitions.test.ts:33:38)

pnpm test-start test/e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts (job)

  • segment cache (basic tests) > navigate with prefetched data (DD)
  • segment cache (basic tests) > skips static layouts during partially static navigation (DD)
Expand output

● segment cache (basic tests) › navigate with prefetched data

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#nav') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:80:35)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:73:5)

● segment cache (basic tests) › skips static layouts during partially static navigation

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#static-layout') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:262:42)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:257:5)

pnpm test-start-turbo test/e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts (turbopack) (job)

  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-less route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-less URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > With Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
  • searchparams-reuse-loading > Without Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
Expand output

● searchparams-reuse-loading › Without Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › With Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-less route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-less URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:51)

pnpm test-start test/e2e/app-dir/concurrent-navigations/mismatching-prefetch.test.ts (job)

  • parallel-route-navigations > should render the right parameters on client navigations (DD)
Expand output

● parallel-route-navigations › should render the right parameters on client navigations

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-file="/[teamID]/sub/other-folder/page.tsx"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/app-dir/parallel-route-navigations/parallel-route-navigations.test.ts:87:21)

pnpm test-start test/e2e/next-form/default/next-form-prefetch.test.ts (job)

  • app dir - form prefetching > should prefetch a loading state for the form's target (DD)
Expand output

● app dir - form prefetching › should prefetch a loading state for the form's target

Intercepted request for 'http://localhost:42985/search?query=my+search&_rsc=13g91' was not resolved within 5000ms
253 | return new Promise<never>((_, reject) =>
254 | AbortSignal.timeout(duration).addEventListener('abort', () =>
> 255 | reject(new Error(message))
| ^
256 | )
257 | )
258 | }
at EventTarget.<anonymous> (e2e/next-form/default/next-form-prefetch.test.ts:255:14)

● app dir - form prefetching › should prefetch a loading state for the form's target

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/next-form/default/next-form-prefetch.test.ts:56:26)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/next-form/default/next-form-prefetch.test.ts:56:58)

pnpm test-start test/e2e/app-dir/segment-cache/prefetch-layout-sharing/prefetch-layout-sharing.test.ts (job)

  • runtime prefetching > cache stale time handling > omits short-lived public caches with a short enough staleTime (DD)
  • runtime prefetching > cache stale time handling > omits private caches with a short enough staleTime (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting cookies() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting headers() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting dynamic params (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting searchParams (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a private cache (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache (DD)
  • runtime prefetching > in a page > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a page > includes cookies, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > should not cache runtime prefetch responses in the browser cache or server-side > private caches should return new results on each request (DD)
Expand output

● runtime prefetching › in a page › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a page › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a page › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a page › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a page › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › in a private cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a private cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a private cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a private cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a private cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › passed to a public cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › passed to a public cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › passed to a public cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › passed to a public cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › passed to a public cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › should not cache runtime prefetch responses in the browser cache or server-side › private caches should return new results on each request

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#timestamp') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:45)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:70)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)

● runtime prefetching › cache stale time handling › omits short-lived public caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)

● runtime prefetching › cache stale time handling › omits private caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting cookies()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting headers()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting dynamic params

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting searchParams

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a private cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

@nextjs-bot

Copy link
Copy Markdown
Contributor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms▁█▁▁▁
Cold (Ready in log)435ms435ms▂█▁▂▂
Cold (First Request)1.153s1.144s▂█▁▅▄
Warm (Listen)456ms456ms▁█▁▁▁
Warm (Ready in log)445ms440ms▁█▁▁▁
Warm (First Request)339ms336ms▂█▁▂▁
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms█▁█▁█
Cold (Ready in log)437ms439ms▆▆▇▅▆
Cold (First Request)1.847s1.871s▄▃▅▃▃
Warm (Listen)456ms456ms▁▅▅█▅
Warm (Ready in log)438ms437ms▅▄▅▄▄
Warm (First Request)1.865s1.871s▄▃▅▃▃

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.041s3.999s▃█▂▁▁
Cached Build4.007s4.041s▃█▂▁▁
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.784s13.733s▂▁▄▁▁
Cached Build13.952s14.057s▂▁▄▁▁
node_modules Size464 MB464 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **434 kB** → **434 kB** ⚠️ +11 B

81 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip763 B768 B
Total763 B768 B⚠️ +5 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip451 B450 B
Total451 B450 B✅ -1 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip54.5 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.5 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39 kB39 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.52 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.5 kB-
9544-HASH.js gzipN/A55.3 kB-
Total228 kB229 kB⚠️ +685 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.49 kB2.49 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -1 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB126 kB
page.js gzip248 kB249 kB
Total375 kB375 kB⚠️ +123 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip616 B616 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip33.3 kB33 kB
edge-runtime..pack.js gzip842 B842 B
Total34.9 kB34.6 kB✅ -322 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip732 B736 B
Total732 B736 B⚠️ +4 B
Build Cache
CanaryPRChange
0.pack gzip3.8 MB3.81 MB🔴 +14.6 kB (+0%)
index.pack gzip104 kB103 kB
index.pack.old gzip102 kB103 kB
Total4 MB4.02 MB⚠️ +14.1 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip311 kB311 kB
app-page-exp..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip311 kB311 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip308 kB308 kB
app-page-tur..prod.js gzip164 kB164 kB
app-page.run...dev.js gzip308 kB308 kB
app-page.run..prod.js gzip164 kB164 kB
app-route-ex...dev.js gzip70.4 kB70.4 kB
app-route-ex..prod.js gzip48.9 kB48.9 kB
app-route-tu...dev.js gzip70.4 kB70.4 kB
app-route-tu..prod.js gzip49 kB49 kB
app-route-tu...dev.js gzip70 kB70 kB
app-route-tu..prod.js gzip48.7 kB48.7 kB
app-route.ru...dev.js gzip70 kB70 kB
app-route.ru..prod.js gzip48.7 kB48.7 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.1 kB43.1 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.1 kB43.1 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.4 kB52.4 kB
pages-turbo...prod.js gzip39.4 kB39.4 kB
pages.runtim...dev.js gzip52.4 kB52.4 kB
pages.runtim..prod.js gzip39.3 kB39.3 kB
server.runti..prod.js gzip62.5 kB62.5 kB
Total2.77 MB2.77 MB⚠️ +126 B
📝 Changed Files (8 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-exp..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page.runtime.dev.js
  • app-page.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js

Diff too large to display

app-page-exp..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page.runtime.dev.js

Diff too large to display

app-page.runtime.prod.js

Diff too large to display

@ztannerztanner closed this Feb 17, 2026
@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 3, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ztanner@nextjs-bot
, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

add handling to skip prefetch payloads if partial - #89340

Closed
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial
Closed

add handling to skip prefetch payloads if partial#89340
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial

Conversation

@ztanner

Copy link
Copy Markdown
Contributor

No description provided.

@ztannerGraphite App

Copy link
Copy Markdown
ContributorAuthor

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@nextjs-bot

nextjs-bot commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

Failing test suites

Commit: 567d605 | About building and testing Next.js

pnpm test-start test/e2e/app-dir/gesture-transitions/gesture-transitions.test.ts (job)

  • gesture-transitions > shows optimistic state during gesture, then canonical state after (DD)
Expand output

● gesture-transitions › shows optimistic state during gesture, then canonical state after

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('[data-testid="target-page"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Object.elementByCss (e2e/app-dir/gesture-transitions/gesture-transitions.test.ts:33:38)

pnpm test-start test/e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts (job)

  • segment cache (basic tests) > navigate with prefetched data (DD)
  • segment cache (basic tests) > skips static layouts during partially static navigation (DD)
Expand output

● segment cache (basic tests) › navigate with prefetched data

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#nav') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:80:35)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:73:5)

● segment cache (basic tests) › skips static layouts during partially static navigation

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#static-layout') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:262:42)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:257:5)

pnpm test-start-turbo test/e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts (turbopack) (job)

  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-less route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-less URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > With Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
  • searchparams-reuse-loading > Without Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
Expand output

● searchparams-reuse-loading › Without Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › With Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-less route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-less URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:51)

pnpm test-start test/e2e/app-dir/concurrent-navigations/mismatching-prefetch.test.ts (job)

  • parallel-route-navigations > should render the right parameters on client navigations (DD)
Expand output

● parallel-route-navigations › should render the right parameters on client navigations

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-file="/[teamID]/sub/other-folder/page.tsx"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/app-dir/parallel-route-navigations/parallel-route-navigations.test.ts:87:21)

pnpm test-start test/e2e/next-form/default/next-form-prefetch.test.ts (job)

  • app dir - form prefetching > should prefetch a loading state for the form's target (DD)
Expand output

● app dir - form prefetching › should prefetch a loading state for the form's target

Intercepted request for 'http://localhost:42985/search?query=my+search&_rsc=13g91' was not resolved within 5000ms
253 | return new Promise<never>((_, reject) =>
254 | AbortSignal.timeout(duration).addEventListener('abort', () =>
> 255 | reject(new Error(message))
| ^
256 | )
257 | )
258 | }
at EventTarget.<anonymous> (e2e/next-form/default/next-form-prefetch.test.ts:255:14)

● app dir - form prefetching › should prefetch a loading state for the form's target

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/next-form/default/next-form-prefetch.test.ts:56:26)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/next-form/default/next-form-prefetch.test.ts:56:58)

pnpm test-start test/e2e/app-dir/segment-cache/prefetch-layout-sharing/prefetch-layout-sharing.test.ts (job)

  • runtime prefetching > cache stale time handling > omits short-lived public caches with a short enough staleTime (DD)
  • runtime prefetching > cache stale time handling > omits private caches with a short enough staleTime (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting cookies() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting headers() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting dynamic params (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting searchParams (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a private cache (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache (DD)
  • runtime prefetching > in a page > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a page > includes cookies, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > should not cache runtime prefetch responses in the browser cache or server-side > private caches should return new results on each request (DD)
Expand output

● runtime prefetching › in a page › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a page › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a page › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a page › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a page › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › in a private cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a private cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a private cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a private cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a private cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › passed to a public cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › passed to a public cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › passed to a public cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › passed to a public cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › passed to a public cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › should not cache runtime prefetch responses in the browser cache or server-side › private caches should return new results on each request

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#timestamp') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:45)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:70)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)

● runtime prefetching › cache stale time handling › omits short-lived public caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)

● runtime prefetching › cache stale time handling › omits private caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting cookies()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting headers()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting dynamic params

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting searchParams

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a private cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

@nextjs-bot

Copy link
Copy Markdown
Contributor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms▁█▁▁▁
Cold (Ready in log)435ms435ms▂█▁▂▂
Cold (First Request)1.153s1.144s▂█▁▅▄
Warm (Listen)456ms456ms▁█▁▁▁
Warm (Ready in log)445ms440ms▁█▁▁▁
Warm (First Request)339ms336ms▂█▁▂▁
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms█▁█▁█
Cold (Ready in log)437ms439ms▆▆▇▅▆
Cold (First Request)1.847s1.871s▄▃▅▃▃
Warm (Listen)456ms456ms▁▅▅█▅
Warm (Ready in log)438ms437ms▅▄▅▄▄
Warm (First Request)1.865s1.871s▄▃▅▃▃

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.041s3.999s▃█▂▁▁
Cached Build4.007s4.041s▃█▂▁▁
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.784s13.733s▂▁▄▁▁
Cached Build13.952s14.057s▂▁▄▁▁
node_modules Size464 MB464 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **434 kB** → **434 kB** ⚠️ +11 B

81 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip763 B768 B
Total763 B768 B⚠️ +5 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip451 B450 B
Total451 B450 B✅ -1 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip54.5 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.5 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39 kB39 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.52 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.5 kB-
9544-HASH.js gzipN/A55.3 kB-
Total228 kB229 kB⚠️ +685 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.49 kB2.49 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -1 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB126 kB
page.js gzip248 kB249 kB
Total375 kB375 kB⚠️ +123 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip616 B616 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip33.3 kB33 kB
edge-runtime..pack.js gzip842 B842 B
Total34.9 kB34.6 kB✅ -322 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip732 B736 B
Total732 B736 B⚠️ +4 B
Build Cache
CanaryPRChange
0.pack gzip3.8 MB3.81 MB🔴 +14.6 kB (+0%)
index.pack gzip104 kB103 kB
index.pack.old gzip102 kB103 kB
Total4 MB4.02 MB⚠️ +14.1 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip311 kB311 kB
app-page-exp..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip311 kB311 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip308 kB308 kB
app-page-tur..prod.js gzip164 kB164 kB
app-page.run...dev.js gzip308 kB308 kB
app-page.run..prod.js gzip164 kB164 kB
app-route-ex...dev.js gzip70.4 kB70.4 kB
app-route-ex..prod.js gzip48.9 kB48.9 kB
app-route-tu...dev.js gzip70.4 kB70.4 kB
app-route-tu..prod.js gzip49 kB49 kB
app-route-tu...dev.js gzip70 kB70 kB
app-route-tu..prod.js gzip48.7 kB48.7 kB
app-route.ru...dev.js gzip70 kB70 kB
app-route.ru..prod.js gzip48.7 kB48.7 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.1 kB43.1 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.1 kB43.1 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.4 kB52.4 kB
pages-turbo...prod.js gzip39.4 kB39.4 kB
pages.runtim...dev.js gzip52.4 kB52.4 kB
pages.runtim..prod.js gzip39.3 kB39.3 kB
server.runti..prod.js gzip62.5 kB62.5 kB
Total2.77 MB2.77 MB⚠️ +126 B
📝 Changed Files (8 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-exp..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page.runtime.dev.js
  • app-page.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js

Diff too large to display

app-page-exp..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page.runtime.dev.js

Diff too large to display

app-page.runtime.prod.js

Diff too large to display

@ztannerztanner closed this Feb 17, 2026
@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 3, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ztanner@nextjs-bot
, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

add handling to skip prefetch payloads if partial - #89340

Closed
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial
Closed

add handling to skip prefetch payloads if partial#89340
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial

Conversation

@ztanner

Copy link
Copy Markdown
Contributor

No description provided.

@ztannerGraphite App

Copy link
Copy Markdown
ContributorAuthor

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@nextjs-bot

nextjs-bot commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

Failing test suites

Commit: 567d605 | About building and testing Next.js

pnpm test-start test/e2e/app-dir/gesture-transitions/gesture-transitions.test.ts (job)

  • gesture-transitions > shows optimistic state during gesture, then canonical state after (DD)
Expand output

● gesture-transitions › shows optimistic state during gesture, then canonical state after

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('[data-testid="target-page"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Object.elementByCss (e2e/app-dir/gesture-transitions/gesture-transitions.test.ts:33:38)

pnpm test-start test/e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts (job)

  • segment cache (basic tests) > navigate with prefetched data (DD)
  • segment cache (basic tests) > skips static layouts during partially static navigation (DD)
Expand output

● segment cache (basic tests) › navigate with prefetched data

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#nav') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:80:35)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:73:5)

● segment cache (basic tests) › skips static layouts during partially static navigation

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#static-layout') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:262:42)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:257:5)

pnpm test-start-turbo test/e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts (turbopack) (job)

  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-less route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-less URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > With Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
  • searchparams-reuse-loading > Without Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
Expand output

● searchparams-reuse-loading › Without Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › With Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-less route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-less URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:51)

pnpm test-start test/e2e/app-dir/concurrent-navigations/mismatching-prefetch.test.ts (job)

  • parallel-route-navigations > should render the right parameters on client navigations (DD)
Expand output

● parallel-route-navigations › should render the right parameters on client navigations

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-file="/[teamID]/sub/other-folder/page.tsx"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/app-dir/parallel-route-navigations/parallel-route-navigations.test.ts:87:21)

pnpm test-start test/e2e/next-form/default/next-form-prefetch.test.ts (job)

  • app dir - form prefetching > should prefetch a loading state for the form's target (DD)
Expand output

● app dir - form prefetching › should prefetch a loading state for the form's target

Intercepted request for 'http://localhost:42985/search?query=my+search&_rsc=13g91' was not resolved within 5000ms
253 | return new Promise<never>((_, reject) =>
254 | AbortSignal.timeout(duration).addEventListener('abort', () =>
> 255 | reject(new Error(message))
| ^
256 | )
257 | )
258 | }
at EventTarget.<anonymous> (e2e/next-form/default/next-form-prefetch.test.ts:255:14)

● app dir - form prefetching › should prefetch a loading state for the form's target

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/next-form/default/next-form-prefetch.test.ts:56:26)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/next-form/default/next-form-prefetch.test.ts:56:58)

pnpm test-start test/e2e/app-dir/segment-cache/prefetch-layout-sharing/prefetch-layout-sharing.test.ts (job)

  • runtime prefetching > cache stale time handling > omits short-lived public caches with a short enough staleTime (DD)
  • runtime prefetching > cache stale time handling > omits private caches with a short enough staleTime (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting cookies() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting headers() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting dynamic params (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting searchParams (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a private cache (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache (DD)
  • runtime prefetching > in a page > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a page > includes cookies, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > should not cache runtime prefetch responses in the browser cache or server-side > private caches should return new results on each request (DD)
Expand output

● runtime prefetching › in a page › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a page › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a page › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a page › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a page › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › in a private cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a private cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a private cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a private cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a private cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › passed to a public cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › passed to a public cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › passed to a public cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › passed to a public cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › passed to a public cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › should not cache runtime prefetch responses in the browser cache or server-side › private caches should return new results on each request

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#timestamp') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:45)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:70)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)

● runtime prefetching › cache stale time handling › omits short-lived public caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)

● runtime prefetching › cache stale time handling › omits private caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting cookies()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting headers()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting dynamic params

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting searchParams

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a private cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

@nextjs-bot

Copy link
Copy Markdown
Contributor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms▁█▁▁▁
Cold (Ready in log)435ms435ms▂█▁▂▂
Cold (First Request)1.153s1.144s▂█▁▅▄
Warm (Listen)456ms456ms▁█▁▁▁
Warm (Ready in log)445ms440ms▁█▁▁▁
Warm (First Request)339ms336ms▂█▁▂▁
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms█▁█▁█
Cold (Ready in log)437ms439ms▆▆▇▅▆
Cold (First Request)1.847s1.871s▄▃▅▃▃
Warm (Listen)456ms456ms▁▅▅█▅
Warm (Ready in log)438ms437ms▅▄▅▄▄
Warm (First Request)1.865s1.871s▄▃▅▃▃

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.041s3.999s▃█▂▁▁
Cached Build4.007s4.041s▃█▂▁▁
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.784s13.733s▂▁▄▁▁
Cached Build13.952s14.057s▂▁▄▁▁
node_modules Size464 MB464 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **434 kB** → **434 kB** ⚠️ +11 B

81 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip763 B768 B
Total763 B768 B⚠️ +5 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip451 B450 B
Total451 B450 B✅ -1 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip54.5 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.5 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39 kB39 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.52 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.5 kB-
9544-HASH.js gzipN/A55.3 kB-
Total228 kB229 kB⚠️ +685 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.49 kB2.49 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -1 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB126 kB
page.js gzip248 kB249 kB
Total375 kB375 kB⚠️ +123 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip616 B616 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip33.3 kB33 kB
edge-runtime..pack.js gzip842 B842 B
Total34.9 kB34.6 kB✅ -322 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip732 B736 B
Total732 B736 B⚠️ +4 B
Build Cache
CanaryPRChange
0.pack gzip3.8 MB3.81 MB🔴 +14.6 kB (+0%)
index.pack gzip104 kB103 kB
index.pack.old gzip102 kB103 kB
Total4 MB4.02 MB⚠️ +14.1 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip311 kB311 kB
app-page-exp..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip311 kB311 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip308 kB308 kB
app-page-tur..prod.js gzip164 kB164 kB
app-page.run...dev.js gzip308 kB308 kB
app-page.run..prod.js gzip164 kB164 kB
app-route-ex...dev.js gzip70.4 kB70.4 kB
app-route-ex..prod.js gzip48.9 kB48.9 kB
app-route-tu...dev.js gzip70.4 kB70.4 kB
app-route-tu..prod.js gzip49 kB49 kB
app-route-tu...dev.js gzip70 kB70 kB
app-route-tu..prod.js gzip48.7 kB48.7 kB
app-route.ru...dev.js gzip70 kB70 kB
app-route.ru..prod.js gzip48.7 kB48.7 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.1 kB43.1 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.1 kB43.1 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.4 kB52.4 kB
pages-turbo...prod.js gzip39.4 kB39.4 kB
pages.runtim...dev.js gzip52.4 kB52.4 kB
pages.runtim..prod.js gzip39.3 kB39.3 kB
server.runti..prod.js gzip62.5 kB62.5 kB
Total2.77 MB2.77 MB⚠️ +126 B
📝 Changed Files (8 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-exp..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page.runtime.dev.js
  • app-page.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js

Diff too large to display

app-page-exp..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page.runtime.dev.js

Diff too large to display

app-page.runtime.prod.js

Diff too large to display

@ztannerztanner closed this Feb 17, 2026
@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 3, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ztanner@nextjs-bot
, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

add handling to skip prefetch payloads if partial - #89340

Closed
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial
Closed

add handling to skip prefetch payloads if partial#89340
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial

Conversation

@ztanner

Copy link
Copy Markdown
Contributor

No description provided.

@ztannerGraphite App

Copy link
Copy Markdown
ContributorAuthor

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@nextjs-bot

nextjs-bot commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

Failing test suites

Commit: 567d605 | About building and testing Next.js

pnpm test-start test/e2e/app-dir/gesture-transitions/gesture-transitions.test.ts (job)

  • gesture-transitions > shows optimistic state during gesture, then canonical state after (DD)
Expand output

● gesture-transitions › shows optimistic state during gesture, then canonical state after

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('[data-testid="target-page"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Object.elementByCss (e2e/app-dir/gesture-transitions/gesture-transitions.test.ts:33:38)

pnpm test-start test/e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts (job)

  • segment cache (basic tests) > navigate with prefetched data (DD)
  • segment cache (basic tests) > skips static layouts during partially static navigation (DD)
Expand output

● segment cache (basic tests) › navigate with prefetched data

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#nav') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:80:35)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:73:5)

● segment cache (basic tests) › skips static layouts during partially static navigation

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#static-layout') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:262:42)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:257:5)

pnpm test-start-turbo test/e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts (turbopack) (job)

  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-less route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-less URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > With Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
  • searchparams-reuse-loading > Without Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
Expand output

● searchparams-reuse-loading › Without Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › With Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-less route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-less URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:51)

pnpm test-start test/e2e/app-dir/concurrent-navigations/mismatching-prefetch.test.ts (job)

  • parallel-route-navigations > should render the right parameters on client navigations (DD)
Expand output

● parallel-route-navigations › should render the right parameters on client navigations

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-file="/[teamID]/sub/other-folder/page.tsx"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/app-dir/parallel-route-navigations/parallel-route-navigations.test.ts:87:21)

pnpm test-start test/e2e/next-form/default/next-form-prefetch.test.ts (job)

  • app dir - form prefetching > should prefetch a loading state for the form's target (DD)
Expand output

● app dir - form prefetching › should prefetch a loading state for the form's target

Intercepted request for 'http://localhost:42985/search?query=my+search&_rsc=13g91' was not resolved within 5000ms
253 | return new Promise<never>((_, reject) =>
254 | AbortSignal.timeout(duration).addEventListener('abort', () =>
> 255 | reject(new Error(message))
| ^
256 | )
257 | )
258 | }
at EventTarget.<anonymous> (e2e/next-form/default/next-form-prefetch.test.ts:255:14)

● app dir - form prefetching › should prefetch a loading state for the form's target

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/next-form/default/next-form-prefetch.test.ts:56:26)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/next-form/default/next-form-prefetch.test.ts:56:58)

pnpm test-start test/e2e/app-dir/segment-cache/prefetch-layout-sharing/prefetch-layout-sharing.test.ts (job)

  • runtime prefetching > cache stale time handling > omits short-lived public caches with a short enough staleTime (DD)
  • runtime prefetching > cache stale time handling > omits private caches with a short enough staleTime (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting cookies() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting headers() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting dynamic params (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting searchParams (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a private cache (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache (DD)
  • runtime prefetching > in a page > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a page > includes cookies, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > should not cache runtime prefetch responses in the browser cache or server-side > private caches should return new results on each request (DD)
Expand output

● runtime prefetching › in a page › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a page › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a page › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a page › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a page › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › in a private cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a private cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a private cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a private cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a private cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › passed to a public cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › passed to a public cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › passed to a public cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › passed to a public cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › passed to a public cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › should not cache runtime prefetch responses in the browser cache or server-side › private caches should return new results on each request

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#timestamp') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:45)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:70)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)

● runtime prefetching › cache stale time handling › omits short-lived public caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)

● runtime prefetching › cache stale time handling › omits private caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting cookies()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting headers()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting dynamic params

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting searchParams

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a private cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

@nextjs-bot

Copy link
Copy Markdown
Contributor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms▁█▁▁▁
Cold (Ready in log)435ms435ms▂█▁▂▂
Cold (First Request)1.153s1.144s▂█▁▅▄
Warm (Listen)456ms456ms▁█▁▁▁
Warm (Ready in log)445ms440ms▁█▁▁▁
Warm (First Request)339ms336ms▂█▁▂▁
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms█▁█▁█
Cold (Ready in log)437ms439ms▆▆▇▅▆
Cold (First Request)1.847s1.871s▄▃▅▃▃
Warm (Listen)456ms456ms▁▅▅█▅
Warm (Ready in log)438ms437ms▅▄▅▄▄
Warm (First Request)1.865s1.871s▄▃▅▃▃

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.041s3.999s▃█▂▁▁
Cached Build4.007s4.041s▃█▂▁▁
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.784s13.733s▂▁▄▁▁
Cached Build13.952s14.057s▂▁▄▁▁
node_modules Size464 MB464 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **434 kB** → **434 kB** ⚠️ +11 B

81 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip763 B768 B
Total763 B768 B⚠️ +5 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip451 B450 B
Total451 B450 B✅ -1 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip54.5 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.5 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39 kB39 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.52 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.5 kB-
9544-HASH.js gzipN/A55.3 kB-
Total228 kB229 kB⚠️ +685 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.49 kB2.49 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -1 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB126 kB
page.js gzip248 kB249 kB
Total375 kB375 kB⚠️ +123 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip616 B616 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip33.3 kB33 kB
edge-runtime..pack.js gzip842 B842 B
Total34.9 kB34.6 kB✅ -322 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip732 B736 B
Total732 B736 B⚠️ +4 B
Build Cache
CanaryPRChange
0.pack gzip3.8 MB3.81 MB🔴 +14.6 kB (+0%)
index.pack gzip104 kB103 kB
index.pack.old gzip102 kB103 kB
Total4 MB4.02 MB⚠️ +14.1 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip311 kB311 kB
app-page-exp..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip311 kB311 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip308 kB308 kB
app-page-tur..prod.js gzip164 kB164 kB
app-page.run...dev.js gzip308 kB308 kB
app-page.run..prod.js gzip164 kB164 kB
app-route-ex...dev.js gzip70.4 kB70.4 kB
app-route-ex..prod.js gzip48.9 kB48.9 kB
app-route-tu...dev.js gzip70.4 kB70.4 kB
app-route-tu..prod.js gzip49 kB49 kB
app-route-tu...dev.js gzip70 kB70 kB
app-route-tu..prod.js gzip48.7 kB48.7 kB
app-route.ru...dev.js gzip70 kB70 kB
app-route.ru..prod.js gzip48.7 kB48.7 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.1 kB43.1 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.1 kB43.1 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.4 kB52.4 kB
pages-turbo...prod.js gzip39.4 kB39.4 kB
pages.runtim...dev.js gzip52.4 kB52.4 kB
pages.runtim..prod.js gzip39.3 kB39.3 kB
server.runti..prod.js gzip62.5 kB62.5 kB
Total2.77 MB2.77 MB⚠️ +126 B
📝 Changed Files (8 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-exp..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page.runtime.dev.js
  • app-page.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js

Diff too large to display

app-page-exp..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page.runtime.dev.js

Diff too large to display

app-page.runtime.prod.js

Diff too large to display

@ztannerztanner closed this Feb 17, 2026
@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 3, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ztanner@nextjs-bot
, 'i'); if (__m === '*' || __re.test(location.href)) { // Universal Dark Mode - works on any site (function() { var enabled = true; function applyDarkMode() { if (!enabled) return; // Create style element if it doesn't exist var style = document.getElementById('universal-dark-mode-style'); if (!style) { style = document.createElement('style'); style.id = 'universal-dark-mode-style'; document.head.appendChild(style); } // Dark mode CSS - inverts colors but preserves images/video style.textContent = ' /* Invert everything except media */ html { filter: invert(1) hue-rotate(180deg) !important; background: #1a1a2e !important; } /* Restore images, videos, iframes, canvas */ img, video, iframe, canvas, svg, picture, [style*="background-image"] { filter: invert(1) hue-rotate(180deg) !important; } /* Preserve specific elements that should not be inverted */ .no-dark-mode, .no-dark-mode *, [data-theme="light"], [data-theme="light"], .ace_editor, .ace_editor *, .CodeMirror, .CodeMirror *, .monaco-editor, .monaco-editor *, .markdown-body pre, .markdown-body pre *, .highlight, .highlight *, pre code, pre code * { filter: none !important; } /* Fix common UI elements */ .modal, .popup, .dropdown-menu, .tooltip, .popover { filter: invert(1) hue-rotate(180deg) !important; background: #2d2d44 !important; border-color: #444 !important; } /* Scrollbars */ ::-webkit-scrollbar { background: #1a1a2e !important; } ::-webkit-scrollbar-thumb { background: #444 !important; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Selection */ ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; } ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; } '; } function removeDarkMode() { var style = document.getElementById('universal-dark-mode-style'); if (style) style.remove(); } // Toggle with Alt+Shift+D document.addEventListener('keydown', function(e) { if (e.altKey && e.shiftKey && e.key === 'D') { e.preventDefault(); enabled = !enabled; if (enabled) { applyDarkMode(); console.log('[Universal Dark Mode] Enabled'); } else { removeDarkMode(); console.log('[Universal Dark Mode] Disabled'); } } }); // Apply on load applyDarkMode(); // Re-apply on dynamic content var observer = new MutationObserver(function(mutations) { if (enabled && !document.getElementById('universal-dark-mode-style')) { applyDarkMode(); } }); observer.observe(document.head, { childList: true }); console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle'); })(); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

add handling to skip prefetch payloads if partial - #89340

Closed
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial
Closed

add handling to skip prefetch payloads if partial#89340
ztanner wants to merge 1 commit into
01-31-add_failing_test_for_unresolved_prefetch_promisesfrom
01-31-add_handling_to_skip_prefetch_payloads_if_partial

Conversation

@ztanner

Copy link
Copy Markdown
Contributor

No description provided.

@ztannerGraphite App

Copy link
Copy Markdown
ContributorAuthor

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@nextjs-bot

nextjs-bot commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

Failing test suites

Commit: 567d605 | About building and testing Next.js

pnpm test-start test/e2e/app-dir/gesture-transitions/gesture-transitions.test.ts (job)

  • gesture-transitions > shows optimistic state during gesture, then canonical state after (DD)
Expand output

● gesture-transitions › shows optimistic state during gesture, then canonical state after

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('[data-testid="target-page"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Object.elementByCss (e2e/app-dir/gesture-transitions/gesture-transitions.test.ts:33:38)

pnpm test-start test/e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts (job)

  • segment cache (basic tests) > navigate with prefetched data (DD)
  • segment cache (basic tests) > skips static layouts during partially static navigation (DD)
Expand output

● segment cache (basic tests) › navigate with prefetched data

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#nav') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:80:35)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:73:5)

● segment cache (basic tests) › skips static layouts during partially static navigation

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#static-layout') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:262:42)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts:257:5)

pnpm test-start-turbo test/e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts (turbopack) (job)

  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-less route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-less URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > should re-use loading from "full" prefetch for param-full URL when navigating to param-full route (DD)
  • searchparams-reuse-loading > With Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
  • searchparams-reuse-loading > Without Middleware > should correctly return different RSC data for full prefetches with different searchParam values (DD)
Expand output

● searchparams-reuse-loading › Without Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › With Middleware › should correctly return different RSC data for full prefetches with different searchParam values

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:30)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:297:53)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-less route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:385:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-less URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:471:51)

● searchparams-reuse-loading › should re-use loading from "full" prefetch for param-full URL when navigating to param-full route

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at Object.elementById (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:28)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts:557:51)

pnpm test-start test/e2e/app-dir/concurrent-navigations/mismatching-prefetch.test.ts (job)

  • parallel-route-navigations > should render the right parameters on client navigations (DD)
Expand output

● parallel-route-navigations › should render the right parameters on client navigations

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-file="/[teamID]/sub/other-folder/page.tsx"]') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/app-dir/parallel-route-navigations/parallel-route-navigations.test.ts:87:21)

pnpm test-start test/e2e/next-form/default/next-form-prefetch.test.ts (job)

  • app dir - form prefetching > should prefetch a loading state for the form's target (DD)
Expand output

● app dir - form prefetching › should prefetch a loading state for the form's target

Intercepted request for 'http://localhost:42985/search?query=my+search&_rsc=13g91' was not resolved within 5000ms
253 | return new Promise<never>((_, reject) =>
254 | AbortSignal.timeout(duration).addEventListener('abort', () =>
> 255 | reject(new Error(message))
| ^
256 | )
257 | )
258 | }
at EventTarget.<anonymous> (e2e/next-form/default/next-form-prefetch.test.ts:255:14)

● app dir - form prefetching › should prefetch a loading state for the form's target

page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#loading') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Object.waitForElementByCss (e2e/next-form/default/next-form-prefetch.test.ts:56:26)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at Object.text (e2e/next-form/default/next-form-prefetch.test.ts:56:58)

pnpm test-start test/e2e/app-dir/segment-cache/prefetch-layout-sharing/prefetch-layout-sharing.test.ts (job)

  • runtime prefetching > cache stale time handling > omits short-lived public caches with a short enough staleTime (DD)
  • runtime prefetching > cache stale time handling > omits private caches with a short enough staleTime (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting cookies() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting headers() (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting dynamic params (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting searchParams (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a private cache (DD)
  • runtime prefetching > errors > aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache (DD)
  • runtime prefetching > in a page > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a page > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a page > includes cookies, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > in a private cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes dynamic params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes root params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes search params, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes headers, but not dynamic content (DD)
  • runtime prefetching > passed to a public cache > includes cookies, but not dynamic content (DD)
  • runtime prefetching > should not cache runtime prefetch responses in the browser cache or server-side > private caches should return new results on each request (DD)
Expand output

● runtime prefetching › in a page › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a page › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a page › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a page › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a page › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › in a private cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › in a private cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › in a private cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › in a private cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › in a private cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › passed to a public cache › includes dynamic params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:106:57)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:92:7)

● runtime prefetching › passed to a public cache › includes root params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#root-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:213:62)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:197:7)

● runtime prefetching › passed to a public cache › includes search params, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#search-param-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:322:64)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:306:7)

● runtime prefetching › passed to a public cache › includes headers, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#header-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:396:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:384:7)

● runtime prefetching › passed to a public cache › includes cookies, but not dynamic content

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#cookie-value') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:454:58)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:442:7)

● runtime prefetching › should not cache runtime prefetch responses in the browser cache or server-side › private caches should return new results on each request

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#timestamp') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:45)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:639:70)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:628:7)

● runtime prefetching › cache stale time handling › omits short-lived public caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:827:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:813:7)

● runtime prefetching › cache stale time handling › omits private caches with a short enough staleTime

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:30)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:887:51)
at act (lib/router-act.ts:296:27)
at Object.<anonymous> (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:873:7)

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting cookies()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting headers()

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting dynamic params

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting searchParams

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a private cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

● runtime prefetching › errors › aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('#intro') to be visible
519 |
520 | return this.startChain(async () => {
> 521 | const el = await page.waitForSelector(selector, {
| ^
522 | timeout,
523 | state,
524 | })
at waitForSelector (lib/browsers/playwright.ts:521:29)
at Playwright._chain (lib/browsers/playwright.ts:651:23)
at Playwright._chain [as startChain] (lib/browsers/playwright.ts:632:17)
at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:520:17)
at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:405:17)
at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:425:17)
at elementById (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:32)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9
at Proxy._chain (lib/browsers/playwright.ts:651:23)
at Proxy._chain (lib/browsers/playwright.ts:627:17)
at Proxy.continueChain (lib/browsers/playwright.ts:433:17)
at text (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1025:53)
at act (lib/router-act.ts:296:27)
at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:1011:9

@nextjs-bot

Copy link
Copy Markdown
Contributor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms▁█▁▁▁
Cold (Ready in log)435ms435ms▂█▁▂▂
Cold (First Request)1.153s1.144s▂█▁▅▄
Warm (Listen)456ms456ms▁█▁▁▁
Warm (Ready in log)445ms440ms▁█▁▁▁
Warm (First Request)339ms336ms▂█▁▂▁
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

MetricCanaryPRChangeTrend
Cold (Listen)456ms455ms█▁█▁█
Cold (Ready in log)437ms439ms▆▆▇▅▆
Cold (First Request)1.847s1.871s▄▃▅▃▃
Warm (Listen)456ms456ms▁▅▅█▅
Warm (Ready in log)438ms437ms▅▄▅▄▄
Warm (First Request)1.865s1.871s▄▃▅▃▃

⚡ Production Builds

MetricCanaryPRChangeTrend
Fresh Build4.041s3.999s▃█▂▁▁
Cached Build4.007s4.041s▃█▂▁▁
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

MetricCanaryPRChangeTrend
Fresh Build13.784s13.733s▂▁▄▁▁
Cached Build13.952s14.057s▂▁▄▁▁
node_modules Size464 MB464 MB▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **434 kB** → **434 kB** ⚠️ +11 B

81 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
CanaryPRChange
middleware-b..fest.js gzip763 B768 B
Total763 B768 B⚠️ +5 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip451 B450 B
Total451 B450 B✅ -1 B

📦 Webpack

Client

Main Bundles
CanaryPRChange
5528-HASH.js gzip5.47 kBN/A-
6280-HASH.js gzip54.5 kBN/A-
6335.HASH.js gzip169 BN/A-
912-HASH.js gzip4.53 kBN/A-
e8aec2e4-HASH.js gzip62.5 kBN/A-
framework-HASH.js gzip59.7 kB59.7 kB
main-app-HASH.js gzip256 B254 B
main-HASH.js gzip39 kB39 kB
webpack-HASH.js gzip1.68 kB1.68 kB
262-HASH.js gzipN/A4.52 kB-
2889.HASH.js gzipN/A169 B-
5602-HASH.js gzipN/A5.48 kB-
6948ada0-HASH.js gzipN/A62.5 kB-
9544-HASH.js gzipN/A55.3 kB-
Total228 kB229 kB⚠️ +685 B
Polyfills
CanaryPRChange
polyfills-HASH.js gzip39.4 kB39.4 kB
Total39.4 kB39.4 kB
Pages
CanaryPRChange
_app-HASH.js gzip194 B194 B
_error-HASH.js gzip183 B180 B🟢 3 B (-2%)
css-HASH.js gzip331 B330 B
dynamic-HASH.js gzip1.81 kB1.81 kB
edge-ssr-HASH.js gzip256 B256 B
head-HASH.js gzip351 B352 B
hooks-HASH.js gzip384 B383 B
image-HASH.js gzip580 B581 B
index-HASH.js gzip260 B260 B
link-HASH.js gzip2.49 kB2.49 kB
routerDirect..HASH.js gzip320 B319 B
script-HASH.js gzip386 B386 B
withRouter-HASH.js gzip315 B315 B
1afbb74e6ecf..834.css gzip106 B106 B
Total7.97 kB7.97 kB✅ -1 B

Server

Edge SSR
CanaryPRChange
edge-ssr.js gzip126 kB126 kB
page.js gzip248 kB249 kB
Total375 kB375 kB⚠️ +123 B
Middleware
CanaryPRChange
middleware-b..fest.js gzip616 B616 B
middleware-r..fest.js gzip156 B155 B
middleware.js gzip33.3 kB33 kB
edge-runtime..pack.js gzip842 B842 B
Total34.9 kB34.6 kB✅ -322 B
Build Details
Build Manifests
CanaryPRChange
_buildManifest.js gzip732 B736 B
Total732 B736 B⚠️ +4 B
Build Cache
CanaryPRChange
0.pack gzip3.8 MB3.81 MB🔴 +14.6 kB (+0%)
index.pack gzip104 kB103 kB
index.pack.old gzip102 kB103 kB
Total4 MB4.02 MB⚠️ +14.1 kB

🔄 Shared (bundler-independent)

Runtimes
CanaryPRChange
app-page-exp...dev.js gzip311 kB311 kB
app-page-exp..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip311 kB311 kB
app-page-tur..prod.js gzip166 kB166 kB
app-page-tur...dev.js gzip308 kB308 kB
app-page-tur..prod.js gzip164 kB164 kB
app-page.run...dev.js gzip308 kB308 kB
app-page.run..prod.js gzip164 kB164 kB
app-route-ex...dev.js gzip70.4 kB70.4 kB
app-route-ex..prod.js gzip48.9 kB48.9 kB
app-route-tu...dev.js gzip70.4 kB70.4 kB
app-route-tu..prod.js gzip49 kB49 kB
app-route-tu...dev.js gzip70 kB70 kB
app-route-tu..prod.js gzip48.7 kB48.7 kB
app-route.ru...dev.js gzip70 kB70 kB
app-route.ru..prod.js gzip48.7 kB48.7 kB
dist_client_...dev.js gzip324 B324 B
dist_client_...dev.js gzip326 B326 B
dist_client_...dev.js gzip318 B318 B
dist_client_...dev.js gzip317 B317 B
pages-api-tu...dev.js gzip43.1 kB43.1 kB
pages-api-tu..prod.js gzip32.9 kB32.9 kB
pages-api.ru...dev.js gzip43.1 kB43.1 kB
pages-api.ru..prod.js gzip32.8 kB32.8 kB
pages-turbo....dev.js gzip52.4 kB52.4 kB
pages-turbo...prod.js gzip39.4 kB39.4 kB
pages.runtim...dev.js gzip52.4 kB52.4 kB
pages.runtim..prod.js gzip39.3 kB39.3 kB
server.runti..prod.js gzip62.5 kB62.5 kB
Total2.77 MB2.77 MB⚠️ +126 B
📝 Changed Files (8 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-exp..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..time.prod.js
  • app-page.runtime.dev.js
  • app-page.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js

Diff too large to display

app-page-exp..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page-tur..ntime.dev.js

Diff too large to display

app-page-tur..time.prod.js

Diff too large to display

app-page.runtime.dev.js

Diff too large to display

app-page.runtime.prod.js

Diff too large to display

@ztannerztanner closed this Feb 17, 2026
@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Mar 3, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ztanner@nextjs-bot