Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ijjk
Copy link
Member

@ijjk ijjk commented Oct 28, 2025

@ijjk ijjk added created-by: Next.js team PRs by the Next.js team. tests labels Oct 28, 2025
@ijjk
Copy link
Member Author

ijjk commented Oct 28, 2025

Failing test suites

Commit: 224e808 | About building and testing Next.js

pnpm test-dev test/e2e/app-dir/actions/app-action-node-middleware.test.ts

  • app-dir action handling > fetch actions > should handle redirects to routes that provide an invalid RSC response (DD)
Expand output

● app-dir action handling › fetch actions › should handle redirects to routes that provide an invalid RSC response

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

Expected substring: "Hello from a pages route"
Received string:    "0.7381737908779797
Client
Server
Client and Server
0
+1+1 (Slow)-1*2
redirect to a pages route
submit
test"

  1293 |
  1294 |       await retry(async () => {
> 1295 |         expect(await browser.elementByCss('body').text()).toContain(
       |                                                           ^
  1296 |           'Hello from a pages route'
  1297 |         )
  1298 |         expect(await browser.url()).toBe(`${next.url}/pages-dir`)

  at toContain (e2e/app-dir/actions/app-action.test.ts:1295:59)
  at retry (lib/next-test-utils.ts:808:14)
  at Object.<anonymous> (e2e/app-dir/actions/app-action.test.ts:1294:7)

@ijjk ijjk merged commit 62bc243 into canary Oct 29, 2025
148 of 157 checks passed
@ijjk ijjk deleted the ijjk/update-e2e-deploy branch October 29, 2025 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

created-by: Next.js team PRs by the Next.js team. tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants