Block Editor: Remove expired __experimentalGroup deprecations and prop #87923
You are viewing an older attempt in the history of this workflow run.
View latest attempt.
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
4m 12s
Annotations
5 errors and 4 notices
[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#L66
1) [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
Error: expect(received).toContainText(expected)
- Expected - 1
+ Received + 1
Array [
- "A published post",
"Dynamic block test",
+ "A published post",
]
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.wp-block-latest-posts > li')
- locator resolved to 2 elements
- waiting for locator('.wp-block-latest-posts > li')
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
64 | await expect(
65 | page.locator( '.wp-block-latest-posts > li' )
> 66 | ).toContainText( [ 'A published post', 'Dynamic block test' ] );
| ^
67 | } );
68 |
69 | test( 'Should render the excerpt in meta based on post content if no explicit excerpt exists', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/meta-boxes.spec.js:66: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#L66
1) [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 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContainText(expected)
- Expected - 1
+ Received + 1
Array [
- "A published post",
"Dynamic block test",
+ "A published post",
]
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.wp-block-latest-posts > li')
- locator resolved to 2 elements
- waiting for locator('.wp-block-latest-posts > li')
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
64 | await expect(
65 | page.locator( '.wp-block-latest-posts > li' )
> 66 | ).toContainText( [ 'A published post', 'Dynamic block test' ] );
| ^
67 | } );
68 |
69 | test( 'Should render the excerpt in meta based on post content if no explicit excerpt exists', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/meta-boxes.spec.js:66: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#L66
1) [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 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContainText(expected)
- Expected - 1
+ Received + 1
Array [
- "A published post",
"Dynamic block test",
+ "A published post",
]
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.wp-block-latest-posts > li')
- locator resolved to 2 elements
- waiting for locator('.wp-block-latest-posts > li')
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
64 | await expect(
65 | page.locator( '.wp-block-latest-posts > li' )
> 66 | ).toContainText( [ 'A published post', 'Dynamic block test' ] );
| ^
67 | } );
68 |
69 | test( 'Should render the excerpt in meta based on post content if no explicit excerpt exists', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/meta-boxes.spec.js:66:5
|
[chromium] › editor/various/multi-block-selection.spec.js:245:2 › Multi-block selection › should select with shift + click:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1
2) [chromium] › editor/various/multi-block-selection.spec.js:245:2 › Multi-block selection › should select with shift + click
Test timeout of 100000ms exceeded.
|
Playwright - 2
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[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
1 flaky
[chromium] › editor/various/multi-block-selection.spec.js:245:2 › Multi-block selection › should select with shift + click
246 passed (17.1m)
|
🎭 Playwright Run Summary
1 skipped
250 passed (21.7m)
|
🎭 Playwright Run Summary
12 skipped
236 passed (22.2m)
|
🎭 Playwright Run Summary
2 skipped
240 passed (25.4m)
|