Move legacy meta boxes to toggle #98366
Annotations
11 errors, 1 warning, 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/plugins/meta-boxes.spec.js#L31
1) [chromium] › editor/plugins/meta-boxes.spec.js:20:2 › Meta boxes › Should save the post ───────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
29 | await page
30 | .getByRole( 'textbox', { name: 'Add title' } )
> 31 | .fill( 'Hello Meta' );
| ^
32 |
33 | await expect( saveDraft ).toBeEnabled();
34 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/meta-boxes.spec.js:31:5
|
Run the tests:
test/e2e/specs/editor/plugins/meta-boxes.spec.js#L31
1) [chromium] › editor/plugins/meta-boxes.spec.js:20:2 › Meta boxes › Should save the post ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
29 | await page
30 | .getByRole( 'textbox', { name: 'Add title' } )
> 31 | .fill( 'Hello Meta' );
| ^
32 |
33 | await expect( saveDraft ).toBeEnabled();
34 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/meta-boxes.spec.js:31:5
|
Run the tests:
test/e2e/specs/editor/plugins/meta-boxes.spec.js#L31
1) [chromium] › editor/plugins/meta-boxes.spec.js:20:2 › Meta boxes › Should save the post ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
29 | await page
30 | .getByRole( 'textbox', { name: 'Add title' } )
> 31 | .fill( 'Hello Meta' );
| ^
32 |
33 | await expect( saveDraft ).toBeEnabled();
34 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/meta-boxes.spec.js:31:5
|
Run the tests:
test/e2e/specs/editor/plugins/meta-boxes.spec.js#L49
2) [chromium] › editor/plugins/meta-boxes.spec.js:41:2 › Meta boxes › Should render dynamic blocks when the meta box uses the excerpt for front end rendering
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
47 | await page
48 | .getByRole( 'textbox', { name: 'Add title' } )
> 49 | .fill( 'A published post' );
| ^
50 | await page.keyboard.press( 'Enter' );
51 | await page.keyboard.type( 'Hello there!' );
52 | await editor.publishPost();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/meta-boxes.spec.js:49:5
|
Run the tests:
test/e2e/specs/editor/plugins/meta-boxes.spec.js#L49
2) [chromium] › editor/plugins/meta-boxes.spec.js:41:2 › Meta boxes › Should render dynamic blocks when the meta box uses the excerpt for front end rendering
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
47 | await page
48 | .getByRole( 'textbox', { name: 'Add title' } )
> 49 | .fill( 'A published post' );
| ^
50 | await page.keyboard.press( 'Enter' );
51 | await page.keyboard.type( 'Hello there!' );
52 | await editor.publishPost();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/meta-boxes.spec.js:49:5
|
Run the tests:
test/e2e/specs/editor/plugins/meta-boxes.spec.js#L49
2) [chromium] › editor/plugins/meta-boxes.spec.js:41:2 › Meta boxes › Should render dynamic blocks when the meta box uses the excerpt for front end rendering
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
47 | await page
48 | .getByRole( 'textbox', { name: 'Add title' } )
> 49 | .fill( 'A published post' );
| ^
50 | await page.keyboard.press( 'Enter' );
51 | await page.keyboard.type( 'Hello there!' );
52 | await editor.publishPost();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/meta-boxes.spec.js:49:5
|
Run the tests:
test/e2e/specs/editor/plugins/meta-boxes.spec.js#L75
3) [chromium] › editor/plugins/meta-boxes.spec.js:69:2 › Meta boxes › Should render the excerpt in meta based on post content if no explicit excerpt exists
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
73 | await page
74 | .getByRole( 'textbox', { name: 'Add title' } )
> 75 | .fill( 'A published post' );
| ^
76 | await page.getByRole( 'button', { name: 'Add default block' } ).click();
77 | await page.keyboard.type( 'Excerpt from content.' );
78 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/meta-boxes.spec.js:75:5
|
Run the tests:
test/e2e/specs/editor/plugins/meta-boxes.spec.js#L75
3) [chromium] › editor/plugins/meta-boxes.spec.js:69:2 › Meta boxes › Should render the excerpt in meta based on post content if no explicit excerpt exists
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
73 | await page
74 | .getByRole( 'textbox', { name: 'Add title' } )
> 75 | .fill( 'A published post' );
| ^
76 | await page.getByRole( 'button', { name: 'Add default block' } ).click();
77 | await page.keyboard.type( 'Excerpt from content.' );
78 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/meta-boxes.spec.js:75:5
|
Run the tests:
test/e2e/specs/editor/plugins/meta-boxes.spec.js#L75
3) [chromium] › editor/plugins/meta-boxes.spec.js:69:2 › Meta boxes › Should render the excerpt in meta based on post content if no explicit excerpt exists
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
73 | await page
74 | .getByRole( 'textbox', { name: 'Add title' } )
> 75 | .fill( 'A published post' );
| ^
76 | await page.getByRole( 'button', { name: 'Add default block' } ).click();
77 | await page.keyboard.type( 'Excerpt from content.' );
78 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/meta-boxes.spec.js:75:5
|
Run the tests:
test/e2e/specs/editor/plugins/meta-boxes.spec.js#L92
4) [chromium] › editor/plugins/meta-boxes.spec.js:87:2 › Meta boxes › Should render the explicitly set excerpt in meta instead of the content based one
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Add default block' })
============================================================
90 | } ) => {
91 | await editor.openDocumentSettingsSidebar();
> 92 | await page.getByRole( 'button', { name: 'Add default block' } ).click();
| ^
93 | await page.keyboard.type( 'Excerpt from content.' );
94 | await page
95 | .getByRole( 'textbox', { name: 'Add title' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/meta-boxes.spec.js:92:67
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run the tests
5 failed
[chromium] › editor/plugins/meta-boxes.spec.js:20:2 › Meta boxes › Should save the post ────────
[chromium] › editor/plugins/meta-boxes.spec.js:41:2 › Meta boxes › Should render dynamic blocks when the meta box uses the excerpt for front end rendering
[chromium] › editor/plugins/meta-boxes.spec.js:69:2 › Meta boxes › Should render the excerpt in meta based on post content if no explicit excerpt exists
[chromium] › editor/plugins/meta-boxes.spec.js:87:2 › Meta boxes › Should render the explicitly set excerpt in meta instead of the content based one
[chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
1 skipped
160 passed (11.3m)
|
The logs for this run have expired and are no longer available.
Loading