Patterns: avoid fetching on load #93738
Annotations
5 errors and 1 notice
Archive debug artifacts (screenshots, traces)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run the tests:
test/e2e/specs/editor/blocks/list.spec.js#L1395
1) [chromium] › editor/blocks/list.spec.js:1381:2 › List (@Firefox) › selects all transformed output
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('menuitem', { name: 'Paragraph' })
============================================================
1393 |
1394 | await page.getByRole( 'button', { name: 'List', exact: true } ).click();
> 1395 | await page.getByRole( 'menuitem', { name: 'Paragraph' } ).click();
| ^
1396 |
1397 | expect( await editor.getEditedPostContent() )
1398 | .toBe( `<!-- wp:paragraph -->
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:1395:61
|
Run the tests:
test/e2e/specs/editor/blocks/list.spec.js#L1395
1) [chromium] › editor/blocks/list.spec.js:1381:2 › List (@Firefox) › selects all transformed output
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('menuitem', { name: 'Paragraph' })
============================================================
1393 |
1394 | await page.getByRole( 'button', { name: 'List', exact: true } ).click();
> 1395 | await page.getByRole( 'menuitem', { name: 'Paragraph' } ).click();
| ^
1396 |
1397 | expect( await editor.getEditedPostContent() )
1398 | .toBe( `<!-- wp:paragraph -->
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:1395:61
|
Run the tests:
test/e2e/specs/editor/blocks/list.spec.js#L1395
1) [chromium] › editor/blocks/list.spec.js:1381:2 › List (@Firefox) › selects all transformed output
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('menuitem', { name: 'Paragraph' })
============================================================
1393 |
1394 | await page.getByRole( 'button', { name: 'List', exact: true } ).click();
> 1395 | await page.getByRole( 'menuitem', { name: 'Paragraph' } ).click();
| ^
1396 |
1397 | expect( await editor.getEditedPostContent() )
1398 | .toBe( `<!-- wp:paragraph -->
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:1395:61
|
Run the tests
Process completed with exit code 1.
|
Run the tests
1 failed
[chromium] › editor/blocks/list.spec.js:1381:2 › List (@Firefox) › selects all transformed output
11 skipped
151 passed (8.0m)
|
The logs for this run have expired and are no longer available.
Loading