Block Editor: Remove expired __experimentalGroup deprecations and prop #87923
Annotations
5 errors and 1 notice
Run the tests:
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
|
Run the tests:
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
|
Run the tests:
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
|
Run the tests:
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.
|
Run the tests
Process completed with exit code 1.
|
Run the tests
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)
|
The logs for this run have expired and are no longer available.
Loading