Skip to content

Update Rspack development test manifest #81789

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

Closed

Conversation

vercel-release-bot
Copy link
Contributor

This auto-generated PR updates the development integration test manifest used when testing Rspack.

@ijjk
Copy link
Member

ijjk commented Jul 18, 2025

Failing test suites

Commit: 8f5ee2d

__NEXT_EXPERIMENTAL_PPR=true pnpm test-dev test/e2e/new-link-behavior/material-ui.test.ts (PPR)

  • New Link Behavior with material-ui > should render MuiLink with
Expand output

● New Link Behavior with material-ui › should render MuiLink with

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
  - waiting for locator('a[href="/about"]')

  454 |   waitForElementByCss(selector: string, timeout = 10_000) {
  455 |     return this.startChain(async () => {
> 456 |       const el = await page.waitForSelector(selector, {
      |                             ^
  457 |         timeout,
  458 |         state: 'attached',
  459 |       })

  at waitForSelector (lib/browsers/playwright.ts:456:29)
  at Playwright._chain (lib/browsers/playwright.ts:568:23)
  at Playwright._chain [as startChain] (lib/browsers/playwright.ts:549:17)
  at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:455:17)
  at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:375:17)
  at Object.elementByCss (e2e/new-link-behavior/material-ui.test.ts:31:29)
  at Proxy._chain (lib/browsers/playwright.ts:568:23)
  at Proxy._chain (lib/browsers/playwright.ts:544:17)
  at Proxy.continueChain (lib/browsers/playwright.ts:405:17)
  at Object.getComputedCss (e2e/new-link-behavior/material-ui.test.ts:33:33)

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

@bgw bgw closed this Jul 21, 2025
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.

4 participants