Editor: Update post excerpt panel with new designs #102115
Annotations
5 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/sidebar.spec.js#L113
1) [chromium] › editor/various/sidebar.spec.js:106:2 › Sidebar › should be possible to programmatically remove Document Settings panels
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('tabpanel', { name: 'Post' }).getByRole('heading', { level: 2 })
- Expected - 1
+ Received + 0
Array [
"No Title",
"Summary",
"Categories",
"Tags",
- "Excerpt",
"Discussion",
]
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('tabpanel', { name: 'Post' }).getByRole('heading', { level: 2 })
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
111 | .getByRole( 'heading', { level: 2 } );
112 |
> 113 | await expect( documentSettingsPanels ).toHaveText( [
| ^
114 | 'No Title',
115 | 'Summary',
116 | 'Categories',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/sidebar.spec.js:113:42
|
Run the tests:
test/e2e/specs/editor/various/sidebar.spec.js#L113
1) [chromium] › editor/various/sidebar.spec.js:106:2 › Sidebar › should be possible to programmatically remove Document Settings panels
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('tabpanel', { name: 'Post' }).getByRole('heading', { level: 2 })
- Expected - 1
+ Received + 0
Array [
"No Title",
"Summary",
"Categories",
"Tags",
- "Excerpt",
"Discussion",
]
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('tabpanel', { name: 'Post' }).getByRole('heading', { level: 2 })
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
111 | .getByRole( 'heading', { level: 2 } );
112 |
> 113 | await expect( documentSettingsPanels ).toHaveText( [
| ^
114 | 'No Title',
115 | 'Summary',
116 | 'Categories',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/sidebar.spec.js:113:42
|
Run the tests:
test/e2e/specs/editor/various/sidebar.spec.js#L113
1) [chromium] › editor/various/sidebar.spec.js:106:2 › Sidebar › should be possible to programmatically remove Document Settings panels
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('tabpanel', { name: 'Post' }).getByRole('heading', { level: 2 })
- Expected - 1
+ Received + 0
Array [
"No Title",
"Summary",
"Categories",
"Tags",
- "Excerpt",
"Discussion",
]
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('tabpanel', { name: 'Post' }).getByRole('heading', { level: 2 })
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
- locator resolved to 5 elements
111 | .getByRole( 'heading', { level: 2 } );
112 |
> 113 | await expect( documentSettingsPanels ).toHaveText( [
| ^
114 | 'No Title',
115 | 'Summary',
116 | 'Categories',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/sidebar.spec.js:113:42
|
Run the tests
Process completed with exit code 1.
|
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
|
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
1 failed
[chromium] › editor/various/sidebar.spec.js:106:2 › Sidebar › should be possible to programmatically remove Document Settings panels
184 passed (8.8m)
|
The logs for this run have expired and are no longer available.
Loading