Build V2: Supports packages with styles (#72242) #133662
Annotations
5 errors and 8 notices
|
[chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly:
test/e2e/specs/editor/various/list-view.spec.js#L419
1) [chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly
Error: expect(locator).toBeFocused() failed
Locator: getByRole('region', { name: 'Document Overview' }).getByRole('button', { name: 'Close' })
Expected: focused
Received: inactive
Timeout: 5000ms
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for getByRole('region', { name: 'Document Overview' }).getByRole('button', { name: 'Close' })
9 × locator resolved to <button type="button" aria-label="Close" class="components-button block-editor-tabbed-sidebar__close-button is-compact has-icon">…</button>
- unexpected value "inactive"
417 | name: 'Close',
418 | } )
> 419 | ).toBeFocused();
| ^
420 |
421 | // Close List View and ensure it's closed.
422 | await pageUtils.pressKeys( 'access+o' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/list-view.spec.js:419:5
|
|
[chromium] › test/e2e/specs/interactivity/router-styles.spec.ts:292:6 › Router styles › should refresh the page when stylesheet loading fails:
test/e2e/specs/interactivity/router-styles.spec.ts#L308
1) [chromium] › test/e2e/specs/interactivity/router-styles.spec.ts:292:6 › Router styles › should refresh the page when stylesheet loading fails
Error: "page.unroute: Test ended." while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
306 | await page.route( linkPattern, async ( route ) => {
307 | await route.abort( 'failed' );
> 308 | await page.unroute( linkPattern );
| ^
309 | } );
310 |
311 | // Navigate to the page with the Red block
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/router-styles.spec.ts:308:15
|
|
[chromium] › test/e2e/specs/interactivity/router-styles.spec.ts:292:6 › Router styles › should refresh the page when stylesheet loading fails:
test/e2e/specs/interactivity/router-styles.spec.ts#L0
1) [chromium] › test/e2e/specs/interactivity/router-styles.spec.ts:292:6 › Router styles › should refresh the page when stylesheet loading fails
Tearing down "page" exceeded the test timeout of 100000ms.
|
|
[chromium] › test/e2e/specs/interactivity/router-styles.spec.ts:292:6 › Router styles › should refresh the page when stylesheet loading fails:
test/e2e/specs/interactivity/router-styles.spec.ts#L315
1) [chromium] › test/e2e/specs/interactivity/router-styles.spec.ts:292:6 › Router styles › should refresh the page when stylesheet loading fails
Error: expect(locator).toHaveCSS(expected) failed
Locator: getByTestId('red-from-link')
Expected string: "rgb(255, 0, 0)"
Received string: "rgb(160, 12, 60)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for getByTestId('red-from-link')
2 × locator resolved to <p class="red-from-link" data-testid="red-from-link">Red from link</p>
- unexpected value "rgb(160, 12, 60)"
- waiting for" http://localhost:8889/?p=33&disable_server_directive_processing=true" navigation to finish...
313 |
314 | await expect( csn ).toBeHidden();
> 315 | await expect( red ).toHaveCSS( 'color', COLOR_RED );
| ^
316 | await expect( redBlock ).toBeVisible();
317 | } );
318 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/router-styles.spec.ts:315:23
|
|
Report to GitHub
HttpError: Resource not accessible by integration
|
|
🎭 Playwright Run Summary
3 skipped
211 passed (6.1m)
|
|
🎭 Playwright Run Summary
4 skipped
217 passed (8.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly
1 skipped
194 passed (8.1m)
|
|
🎭 Playwright Run Summary
1 skipped
231 passed (9.1m)
|
|
🎭 Playwright Run Summary
1 skipped
209 passed (8.3m)
|
|
🎭 Playwright Run Summary
3 skipped
190 passed (10.8m)
|
|
🎭 Playwright Run Summary
219 passed (8.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › test/e2e/specs/interactivity/router-styles.spec.ts:292:6 › Router styles › should refresh the page when stylesheet loading fails
1 skipped
225 passed (16.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
failures-artifacts
|
2.7 MB |
sha256:3e3afe43b2fecf91e4b27dd7c178929a5f394832f7c357ef0efce78e4e55c3cc
|
|
|
flaky-tests-report
|
2.71 KB |
sha256:6cb90ae950dc204d5661c1c6f6b8865cb66fa62da7026c4a8f9086e4c1dd84d6
|
|