-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
Next.js e2e test failureErrors identified through the Next.js repo e2e testsErrors identified through the Next.js repo e2e tests
Description
● streaming-ssr-edge › should not stream to crawlers or google pagerender bot
expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
86 | flushCount++
87 | })
> 88 | expect(flushCount).toBe(1)
| ^
89 | const html = await res1.text()
90 | const body = await getNodeBySelector(html, '#__next')
91 | // Resolve data instead of fallback
at Object.toBe (e2e/streaming-ssr-edge/streaming-ssr-edge.test.ts:88:24)
Data
The following is parsed automatically by the Next.js repo e2e test report generator.
test: streaming-ssr-edge should not stream to crawlers or google pagerender bot
reason: Crawler or Google prerender bot requests do not buffer responses
Metadata
Metadata
Assignees
Labels
Next.js e2e test failureErrors identified through the Next.js repo e2e testsErrors identified through the Next.js repo e2e tests