Move legacy meta boxes to toggle #98366
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Puppeteer
5m 33s
Report to GitHub
6s
Annotations
16 errors, 9 warnings, and 8 notices
[chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved:
test/e2e/specs/editor/various/publish-button.spec.js#L80
1) [chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
78 | name: 'Add title',
79 | } )
> 80 | .fill( 'Test post' );
| ^
81 |
82 | const topBar = page.getByRole( 'region', { name: 'Editor top bar' } );
83 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-button.spec.js:80:5
|
[chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved:
test/e2e/specs/editor/various/publish-button.spec.js#L80
1) [chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
78 | name: 'Add title',
79 | } )
> 80 | .fill( 'Test post' );
| ^
81 |
82 | const topBar = page.getByRole( 'region', { name: 'Editor top bar' } );
83 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-button.spec.js:80:5
|
[chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved:
test/e2e/specs/editor/various/publish-button.spec.js#L80
1) [chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
78 | name: 'Add title',
79 | } )
> 80 | .fill( 'Test post' );
| ^
81 |
82 | const topBar = page.getByRole( 'region', { name: 'Editor top bar' } );
83 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-button.spec.js:80:5
|
Playwright - 5
Process completed with exit code 1.
|
Report to GitHub
Unable to download artifact(s): Artifact not found for name: flaky-tests-report
Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.
For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
|
Playwright - 3
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
[chromium] › editor/plugins/meta-boxes.spec.js:20:2 › Meta boxes › Should save the post:
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
|
[chromium] › editor/plugins/meta-boxes.spec.js:20:2 › Meta boxes › Should save the post:
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
|
[chromium] › editor/plugins/meta-boxes.spec.js:20:2 › Meta boxes › Should save the post:
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
|
[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:
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
|
[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:
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
|
[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:
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
|
[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:
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
|
[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:
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
|
[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:
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
|
[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:
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
|
Puppeteer
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/.
|
Playwright - 8
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/.
|
Playwright - 5
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/.
|
Playwright - 6
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/.
|
Playwright - 4
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/.
|
Playwright - 2
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/.
|
Playwright - 7
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/.
|
Playwright - 1
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/.
|
Playwright - 3
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/.
|
🎭 Playwright Run Summary
3 skipped
130 passed (7.4m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved
1 skipped
174 passed (8.8m)
|
🎭 Playwright Run Summary
2 skipped
162 passed (7.8m)
|
🎭 Playwright Run Summary
170 passed (8.4m)
|
🎭 Playwright Run Summary
1 skipped
155 passed (7.3m)
|
🎭 Playwright Run Summary
200 passed (7.7m)
|
🎭 Playwright Run Summary
11 skipped
174 passed (8.5m)
|
🎭 Playwright Run Summary
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)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
4.83 MB |
|