Bump plugin version to 20.4.0 #125451
Annotations
15 errors, 20 warnings, and 8 notices
[chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation:
test/e2e/specs/site-editor/site-editor-url-navigation.spec.js#L44
1) [chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'For a specific item' })
42 | await page
43 | .getByRole( 'button', { name: 'For a specific item' } )
> 44 | .click();
| ^
45 | await page.getByRole( 'option', { name: 'Demo' } ).click();
46 | await expect( page ).toHaveURL(
47 | '/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Fsingle-post-demo&canvas=edit'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/site-editor-url-navigation.spec.js:44:5
|
[chromium] › editor/various/preview.spec.js:17:2 › Preview › should open a preview window for a new post:
test/e2e/specs/editor/various/preview.spec.js#L75
1) [chromium] › editor/various/preview.spec.js:17:2 › Preview › should open a preview window for a new post
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "Hello World! And more."
Received string: "Hello World!"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">Hello World!</h1>
- unexpected value "Hello World!"
73 |
74 | // Title in preview should match updated input.
> 75 | await expect( previewTitle ).toHaveText( 'Hello World! And more.' );
| ^
76 |
77 | // Published preview URL should include ID and nonce parameters.
78 | const { searchParams } = new URL( previewPage.url() );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:75:32
|
[chromium] › editor/various/preview.spec.js:17:2 › Preview › should open a preview window for a new post:
test/e2e/specs/editor/various/preview.spec.js#L75
1) [chromium] › editor/various/preview.spec.js:17:2 › Preview › should open a preview window for a new post
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "Hello World! And more."
Received string: "Hello World!"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">Hello World!</h1>
- unexpected value "Hello World!"
73 |
74 | // Title in preview should match updated input.
> 75 | await expect( previewTitle ).toHaveText( 'Hello World! And more.' );
| ^
76 |
77 | // Published preview URL should include ID and nonce parameters.
78 | const { searchParams } = new URL( previewPage.url() );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:75:32
|
[chromium] › editor/various/preview.spec.js:17:2 › Preview › should open a preview window for a new post:
test/e2e/specs/editor/various/preview.spec.js#L75
1) [chromium] › editor/various/preview.spec.js:17:2 › Preview › should open a preview window for a new post
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "Hello World! And more."
Received string: "Hello World!"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">Hello World!</h1>
- unexpected value "Hello World!"
73 |
74 | // Title in preview should match updated input.
> 75 | await expect( previewTitle ).toHaveText( 'Hello World! And more.' );
| ^
76 |
77 | // Published preview URL should include ID and nonce parameters.
78 | const { searchParams } = new URL( previewPage.url() );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:75:32
|
[chromium] › editor/various/preview.spec.js:148:2 › Preview › should display the correct preview when switching between published and draft statuses:
test/e2e/specs/editor/various/preview.spec.js#L182
2) [chromium] › editor/various/preview.spec.js:148:2 › Preview › should display the correct preview when switching between published and draft statuses
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "Lorem Ipsum"
Received string: "Lorem"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">Lorem</h1>
- unexpected value "Lorem"
180 |
181 | // Title in preview should match updated input.
> 182 | await expect( previewTitle ).toHaveText( 'Lorem Ipsum' );
| ^
183 |
184 | // Return to editor and switch to Draft.
185 | await editorPage.bringToFront();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:182:32
|
[chromium] › editor/various/preview.spec.js:148:2 › Preview › should display the correct preview when switching between published and draft statuses:
test/e2e/specs/editor/various/preview.spec.js#L182
2) [chromium] › editor/various/preview.spec.js:148:2 › Preview › should display the correct preview when switching between published and draft statuses
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "Lorem Ipsum"
Received string: "Lorem"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">Lorem</h1>
- unexpected value "Lorem"
180 |
181 | // Title in preview should match updated input.
> 182 | await expect( previewTitle ).toHaveText( 'Lorem Ipsum' );
| ^
183 |
184 | // Return to editor and switch to Draft.
185 | await editorPage.bringToFront();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:182:32
|
[chromium] › editor/various/preview.spec.js:148:2 › Preview › should display the correct preview when switching between published and draft statuses:
test/e2e/specs/editor/various/preview.spec.js#L182
2) [chromium] › editor/various/preview.spec.js:148:2 › Preview › should display the correct preview when switching between published and draft statuses
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "Lorem Ipsum"
Received string: "Lorem"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">Lorem</h1>
- unexpected value "Lorem"
180 |
181 | // Title in preview should match updated input.
> 182 | await expect( previewTitle ).toHaveText( 'Lorem Ipsum' );
| ^
183 |
184 | // Return to editor and switch to Draft.
185 | await editorPage.bringToFront();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:182:32
|
[chromium] › editor/various/preview.spec.js:228:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview:
test/e2e/specs/editor/various/preview.spec.js#L273
3) [chromium] › editor/various/preview.spec.js:228:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "title 2"
Received string: "title 1"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">title 1</h1>
- unexpected value "title 1"
271 |
272 | // Title in preview should match input.
> 273 | await expect( previewTitle ).toHaveText( 'title 2' );
| ^
274 | await expect( previewContent ).toHaveText( 'content 2' );
275 |
276 | // Make sure the editor is active for the afterEach function.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:273:32
|
[chromium] › editor/various/preview.spec.js:228:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview:
test/e2e/specs/editor/various/preview.spec.js#L273
3) [chromium] › editor/various/preview.spec.js:228:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "title 2"
Received string: "title 1"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">title 1</h1>
- unexpected value "title 1"
271 |
272 | // Title in preview should match input.
> 273 | await expect( previewTitle ).toHaveText( 'title 2' );
| ^
274 | await expect( previewContent ).toHaveText( 'content 2' );
275 |
276 | // Make sure the editor is active for the afterEach function.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:273:32
|
[chromium] › editor/various/preview.spec.js:228:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview:
test/e2e/specs/editor/various/preview.spec.js#L273
3) [chromium] › editor/various/preview.spec.js:228:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "title 2"
Received string: "title 1"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">title 1</h1>
- unexpected value "title 1"
271 |
272 | // Title in preview should match input.
> 273 | await expect( previewTitle ).toHaveText( 'title 2' );
| ^
274 | await expect( previewContent ).toHaveText( 'content 2' );
275 |
276 | // Make sure the editor is active for the afterEach function.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:273:32
|
Playwright - 4
Process completed with exit code 1.
|
[chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments:
test/e2e/specs/editor/blocks/comments.spec.js#L57
1) [chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('[name="editor-canvas"]').contentFrame().locator('role=document[name="Block: Comment Template"i]')
Expected string: "No results found."
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().locator('role=document[name="Block: Comment Template"i]')
9 × locator resolved to <p tabindex="0" role="document" draggable="true" data-title="Comment Template" data-type="core/comment-template" aria-label="Block: Comment Template" id="block-7ed7ffb4-0a6d-4955-a5e7-520f8881dd95" data-block="7ed7ffb4-0a6d-4955-a5e7-520f8881dd95" class="block-editor-block-list__block wp-block wp-block-comment-template">…</p>
- unexpected value ""
55 | 'role=document[name="Block: Comment Template"i]'
56 | )
> 57 | ).toContainText( 'No results found.' );
| ^
58 | } );
59 |
60 | test( 'Pagination links are working as expected', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:57:5
|
[chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments:
test/e2e/specs/editor/blocks/comments.spec.js#L57
1) [chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('[name="editor-canvas"]').contentFrame().locator('role=document[name="Block: Comment Template"i]')
Expected string: "No results found."
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().locator('role=document[name="Block: Comment Template"i]')
9 × locator resolved to <p tabindex="0" role="document" draggable="true" data-title="Comment Template" data-type="core/comment-template" aria-label="Block: Comment Template" id="block-ccef43f1-e709-4a8f-9b8c-e20c3e761726" data-block="ccef43f1-e709-4a8f-9b8c-e20c3e761726" class="block-editor-block-list__block wp-block wp-block-comment-template">…</p>
- unexpected value ""
55 | 'role=document[name="Block: Comment Template"i]'
56 | )
> 57 | ).toContainText( 'No results found.' );
| ^
58 | } );
59 |
60 | test( 'Pagination links are working as expected', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:57:5
|
[chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments:
test/e2e/specs/editor/blocks/comments.spec.js#L57
1) [chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('[name="editor-canvas"]').contentFrame().locator('role=document[name="Block: Comment Template"i]')
Expected string: "No results found."
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().locator('role=document[name="Block: Comment Template"i]')
9 × locator resolved to <p tabindex="0" role="document" draggable="true" data-title="Comment Template" data-type="core/comment-template" aria-label="Block: Comment Template" id="block-1af22967-a74d-4967-9d6f-aadc3d79e3bd" data-block="1af22967-a74d-4967-9d6f-aadc3d79e3bd" class="block-editor-block-list__block wp-block wp-block-comment-template">…</p>
- unexpected value ""
55 | 'role=document[name="Block: Comment Template"i]'
56 | )
> 57 | ).toContainText( 'No results found.' );
| ^
58 | } );
59 |
60 | test( 'Pagination links are working as expected', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:57:5
|
Playwright - 1
Process completed with exit code 1.
|
Playwright - 6
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
|
Playwright - 6
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Playwright - 6
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Playwright - 3
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
|
Playwright - 3
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Playwright - 3
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Playwright - 4
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
|
Playwright - 2
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
|
Playwright - 2
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Playwright - 2
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Playwright - 5
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
|
Playwright - 5
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Playwright - 5
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Playwright - 1
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
|
Playwright - 8
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
|
Playwright - 8
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Playwright - 8
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Playwright - 7
Cache not found for keys: node-cache-Linux-x64-npm-7eb1bbcf9d6338c1cf400cc91ffca567c0dca47670d0e5050e01bf304075bdfc
|
Playwright - 7
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Playwright - 7
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
🎭 Playwright Run Summary
1 flaky
[chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation
2 skipped
202 passed (6.1m)
|
🎭 Playwright Run Summary
1 skipped
204 passed (8.4m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › editor/various/preview.spec.js:17:2 › Preview › should open a preview window for a new post
[chromium] › editor/various/preview.spec.js:148:2 › Preview › should display the correct preview when switching between published and draft statuses
[chromium] › editor/various/preview.spec.js:228:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview
1 skipped
194 passed (9.4m)
|
🎭 Playwright Run Summary
1 skipped
197 passed (8.0m)
|
🎭 Playwright Run Summary
1 skipped
201 passed (8.1m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments
206 passed (9.4m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (10.9m)
|
🎭 Playwright Run Summary
1 skipped
208 passed (10.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
37 MB |
|
flaky-tests-report
|
989 Bytes |
|