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 Turbopack production test manifest #70388

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from

Conversation

vercel-release-bot
Copy link
Collaborator

This auto-generated PR updates the production integration test manifest used when testing Turbopack.

@ijjk ijjk added CI approved Approve running CI for fork tests labels Sep 24, 2024
@ijjk
Copy link
Member

ijjk commented Sep 24, 2024

Failing test suites

Commit: 52b84f8

__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"

  930 |
  931 |       await retry(async () => {
> 932 |         expect(await browser.elementByCss('body').text()).toContain(
      |                                                           ^
  933 |           '[paramB] page'
  934 |         )
  935 |       })

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI approved Approve running CI for fork tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants