Editor: Move the starter template options to the editor package. #104170
Annotations
4 errors and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/comments.spec.js#L24
1) [chromium] › editor/blocks/comments.spec.js:60:2 › Comments › Pagination links are working as expected
Test timeout of 100000ms exceeded while running "beforeEach" hook.
22 | } );
23 |
> 24 | test.beforeEach( async ( { commentsBlockUtils } ) => {
| ^
25 | // Ideally, we'd set options in beforeAll or afterAll. Unfortunately, these
26 | // aren't exposed via the REST API, so we have to set them through the
27 | // relevant wp-admin screen, which involves page utils; but those are
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:24:7
|
Run the tests:
test/e2e/specs/editor/blocks/comments.spec.js#L1
1) [chromium] › editor/blocks/comments.spec.js:60:2 › Comments › Pagination links are working as expected
Test timeout of 100000ms exceeded.
|
Run the tests:
test/e2e/specs/editor/blocks/comments.spec.js#L41
1) [chromium] › editor/blocks/comments.spec.js:60:2 › Comments › Pagination links are working as expected
"afterAll" hook timeout of 100000ms exceeded.
39 | } );
40 |
> 41 | test.afterAll( async ( { requestUtils } ) => {
| ^
42 | await requestUtils.activateTheme( 'twentytwentyone' );
43 | } );
44 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:41:7
|
Run the tests:
test/e2e/specs/editor/blocks/comments.spec.js#L1
1) [chromium] › editor/blocks/comments.spec.js:60:2 › Comments › Pagination links are working as expected
Error: Object with guid response@12c0661a76d333c0d2c66bc664ffceea was not bound in the connection
|
Run the tests
1 flaky
[chromium] › editor/blocks/comments.spec.js:60:2 › Comments › Pagination links are working as expected
189 passed (14.7m)
|
Loading