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

Upgrade vendored React #58489

Merged
merged 1 commit into from
Nov 15, 2023

upgrade react

e6d4aaa
Select commit
Loading
Failed to load commit list.
Merged

Upgrade vendored React #58489

upgrade react
e6d4aaa
Select commit
Loading
Failed to load commit list.
Azure Pipelines / azure next.js succeeded Nov 15, 2023 in 31m 56s

Build #20231115.66 had test failures

Details

Tests

  • Failed: 2 (0.57%)
  • Passed: 322 (92.53%)
  • Other: 24 (6.90%)
  • Total: 348

Annotations

Check failure on line 1 in app dir - basic › <Link /> › should push to external url

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

app dir - basic › <Link /> › should push to external url

Test failed
Raw output
  ● app dir - basic › <Link /> › should push to external url

    page.waitForSelector: Timeout 60000ms exceeded.
    =========================== logs ===========================
    waiting for locator('h1')
    ============================================================

      362 |     return this.chain(() => {
      363 |       return page
    > 364 |         .waitForSelector(selector, { timeout, state: 'attached' })
          |          ^
      365 |         .then(async (el) => {
      366 |           // it seems selenium waits longer and tests rely on this behavior
      367 |           // so we wait for the load event fire before returning

      at waitForSelector (lib/browsers/playwright.ts:364:10)

Check failure on line 1 in app dir - basic › <Link /> › should replace to external url

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

app dir - basic › <Link /> › should replace to external url

Test failed
Raw output
  ● app dir - basic › <Link /> › should replace to external url

    page.waitForSelector: Timeout 60000ms exceeded.
    =========================== logs ===========================
    waiting for locator('h1')
    ============================================================

      362 |     return this.chain(() => {
      363 |       return page
    > 364 |         .waitForSelector(selector, { timeout, state: 'attached' })
          |          ^
      365 |         .then(async (el) => {
      366 |           // it seems selenium waits longer and tests rely on this behavior
      367 |           // so we wait for the load event fire before returning

      at waitForSelector (lib/browsers/playwright.ts:364:10)