Skip to content

Update font data#93883

Open
vercel-release-bot wants to merge 1 commit into
canaryfrom
update/fonts-data-1778891630224
Open

Update font data#93883
vercel-release-bot wants to merge 1 commit into
canaryfrom
update/fonts-data-1778891630224

Conversation

@vercel-release-bot
Copy link
Copy Markdown
Contributor

This auto-generated PR updates font data with latest available

@github-actions
Copy link
Copy Markdown
Contributor

Failing test suites

Commit: ed16c89 | About building and testing Next.js

pnpm test-dev test/e2e/edge-runtime-module-errors/edge-runtime-module-errors.test.ts (job)

  • Edge runtime module errors > development mode > Edge API using Buffer polyfill > does not throw in dev at runtime (DD)
Expand output

● Edge runtime module errors › development mode › Edge API using Buffer polyfill › does not throw in dev at runtime

expect(received).toBe(expected) // Object.is equality

Expected: 200
Received: 404

  386 |         await retry(async () => {
  387 |           const res = await next.fetch(url)
> 388 |           expect(res.status).toBe(200)
      |                              ^
  389 |           expect(res.headers.get('x-from-runtime')).toBe('false')
  390 |         })
  391 |         expectNoError(moduleName, next.cliOutput.slice(outputIndex))

  at toBe (e2e/edge-runtime-module-errors/edge-runtime-module-errors.test.ts:388:30)
  at retry (lib/next-test-utils.ts:867:14)
  at Object.<anonymous> (e2e/edge-runtime-module-errors/edge-runtime-module-errors.test.ts:386:9)

pnpm test-dev-turbo test/e2e/app-dir/instant-navigation-testing-api/instant-navigation-testing-api.test.ts (turbopack) (job)

  • instant-navigation-testing-api > runtime params are excluded from instant shell > does not include cookie values in instant shell during page load (DD)
Expand output

● instant-navigation-testing-api › runtime params are excluded from instant shell › does not include cookie values in instant shell during page load

expect(received).toContain(expected) // indexOf

Expected substring: "testCookie: hello"
Received string:    "testCookie: not set"

  411 |       const cookieValue = page.locator('[data-testid="cookie-value"]')
  412 |       await cookieValue.waitFor({ state: 'visible', timeout: 10000 })
> 413 |       expect(await cookieValue.textContent()).toContain('testCookie: hello')
      |                                               ^
  414 |     })
  415 |
  416 |     it('does not include dynamic param values in instant shell during page load', async () => {

  at Object.toContain (e2e/app-dir/instant-navigation-testing-api/instant-navigation-testing-api.test.ts:413:47)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant