Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update font data #65939

Closed
wants to merge 1 commit into from
Closed

Conversation

vercel-release-bot
Copy link
Collaborator

This auto-generated PR updates font data with latest available

@ijjk
Copy link
Member

ijjk commented May 19, 2024

Failing test suites

Commit: 37f5934

__NEXT_EXPERIMENTAL_PPR=true pnpm test-dev test/e2e/app-dir/navigation/navigation.test.ts (PPR)

  • app dir - navigation > navigating to dynamic params & changing the casing > should load the page correctly
Expand output

● app dir - navigation › navigating to dynamic params & changing the casing › should load the page correctly

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

Expected substring: "[paramB] page"
Received string:    "/paramA/paramB
/paramA/noParam"

  881 |
  882 |       await retry(async () => {
> 883 |         expect(await browser.elementByCss('body').text()).toContain(
      |                                                           ^
  884 |           '[paramB] page'
  885 |         )
  886 |       })

  at toContain (e2e/app-dir/navigation/navigation.test.ts:883:59)
  at retry (lib/next-test-utils.ts:774:14)
  at Object.<anonymous> (e2e/app-dir/navigation/navigation.test.ts:882:7)

Read more about building and testing Next.js in contributing.md.

TURBOPACK=1 pnpm test-dev test/e2e/middleware-general/test/index.test.ts (turbopack)

  • Middleware Runtime > with i18n > should only contain middleware route in dev middleware manifest
Expand output

● Middleware Runtime › with i18n › should only contain middleware route in dev middleware manifest

expect(received).toEqual(expected) // deep equality

- Expected  - 1
+ Received  + 2

  Array [
    Object {
+     "locale": false,
      "originalSource": "/:path*",
-     "regexp": ".*",
+     "regexp": "^/.*$",
    },
  ]

  158 |         )
  159 |         const matchers = await res.json()
> 160 |         expect(matchers).toEqual([{ regexp: '.*', originalSource: '/:path*' }])
      |                          ^
  161 |       })
  162 |     }
  163 |

  at Object.toEqual (e2e/middleware-general/test/index.test.ts:160:26)

Read more about building and testing Next.js in contributing.md.

@github-actions github-actions bot added the locked label Jun 3, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Font (next/font) Related to Next.js Font Optimization. locked type: next
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants