Move default template types and template part areas to REST API #120134
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L231
1) [webkit] › editor/various/inserting-blocks.spec.js:172:2 › Inserting blocks (@Firefox, @WebKit) › inserts patterns by dragging and dropping from the global inserter
Error: Snapshot comparison failed:
<!-- wp:paragraph -->
<p>Dummy text</p>
<!-- /wp:paragraph -->
<!-- wp:query {"queryId":10,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"metadata":{"categories":["posts"],"patternName":"core/query-standard-posts","name":"Standard"}} -->
<div class="wp-block-query"><!-- wp:post-template -->
<!-- wp:post-title {"isLink":true} /-->
<!-- wp:post-featured-image {"isLink":true,"align":"wide"} /-->
<!-- wp:post-excerpt /-->
<!-- wp:separator {"opacity":"css"} -->
<hr class="wp-block-separator has-css-opacity"/>
<!-- /wp:separator -->
<!-- wp:post-date /-->
<!-- /wp:post-template --></div>
<!-- /wp:query -->
Expected: /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/__snapshots__/Inserting-blocks-firefox-webkit-inserts-p-59603-ragging-and-dropping-from-the-global-inserter-1-webkit.txt
Received: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-various-inserting-b-f26fa-ng-from-the-global-inserter-webkit/Inserting-blocks-firefox-59603--from-the-global-inserter-1-actual.txt
229 | await page.mouse.up();
230 |
> 231 | expect( await editor.getEditedPostContent() ).toMatchSnapshot();
| ^
232 | } );
233 |
234 | test( 'inserts synced patterns by dragging and dropping from the global inserter', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:231:49
|
|
Loading