Ensure next/dist/compiled/react-dom
is never treated as an external
#64992
Azure Pipelines / azure next.js
succeeded
Apr 24, 2024 in 31m 6s
Build #20240424.55 had test failures
Details
- Failed: 4 (0.87%)
- Passed: 430 (93.28%)
- Other: 27 (5.86%)
- Total: 461
Annotations
azure-pipelines / azure next.js
app dir - basic › known bugs › should support React fetch instrumentation › server component
Test failed
Raw output
● app dir - basic › known bugs › should support React fetch instrumentation › server component
page.waitForSelector: Timeout 60000ms exceeded.
Call log:
[2m- waiting for locator('#value-1')[22m
421 | return this.chain(() => {
422 | return page
> 423 | .waitForSelector(selector, { timeout, state: 'attached' })
| ^
424 | .then(async (el) => {
425 | // it seems selenium waits longer and tests rely on this behavior
426 | // so we wait for the load event fire before returning
at waitForSelector (lib/browsers/playwright.ts:423:10)
azure-pipelines / azure next.js
app dir - basic › known bugs › should support React fetch instrumentation › server component client-navigation
Test failed
Raw output
● app dir - basic › known bugs › should support React fetch instrumentation › server component client-navigation
page.waitForSelector: Timeout 10000ms exceeded.
Call log:
[2m- waiting for locator('#value-1')[22m
421 | return this.chain(() => {
422 | return page
> 423 | .waitForSelector(selector, { timeout, state: 'attached' })
| ^
424 | .then(async (el) => {
425 | // it seems selenium waits longer and tests rely on this behavior
426 | // so we wait for the load event fire before returning
at waitForSelector (lib/browsers/playwright.ts:423:10)
at Object.<anonymous> (e2e/app-dir/app/index.test.ts:1500:11)
azure-pipelines / azure next.js
app dir - basic › known bugs › should support React fetch instrumentation › server component
Test failed
Raw output
● app dir - basic › known bugs › should support React fetch instrumentation › server component
page.waitForSelector: Timeout 60000ms exceeded.
Call log:
[2m- waiting for locator('#value-1')[22m
421 | return this.chain(() => {
422 | return page
> 423 | .waitForSelector(selector, { timeout, state: 'attached' })
| ^
424 | .then(async (el) => {
425 | // it seems selenium waits longer and tests rely on this behavior
426 | // so we wait for the load event fire before returning
at waitForSelector (lib/browsers/playwright.ts:423:10)
azure-pipelines / azure next.js
app dir - basic › known bugs › should support React fetch instrumentation › server component client-navigation
Test failed
Raw output
● app dir - basic › known bugs › should support React fetch instrumentation › server component client-navigation
page.waitForSelector: Timeout 10000ms exceeded.
Call log:
[2m- waiting for locator('#value-1')[22m
421 | return this.chain(() => {
422 | return page
> 423 | .waitForSelector(selector, { timeout, state: 'attached' })
| ^
424 | .then(async (el) => {
425 | // it seems selenium waits longer and tests rely on this behavior
426 | // so we wait for the load event fire before returning
at waitForSelector (lib/browsers/playwright.ts:423:10)
at Object.<anonymous> (e2e/app-dir/app/index.test.ts:1500:11)
Loading