Lazy load block edit functions #95565
Annotations
5 errors, 1 warning, and 1 notice
Archive debug artifacts (screenshots, traces)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run the tests:
test/e2e/specs/site-editor/template-revert.spec.js#L100
1) [chromium] › site-editor/template-revert.spec.js:81:2 › Template Revert › should show the original content after revert and page reload
Error: expect(received).toEqual(expected) // deep equality
- Expected - 8
+ Received + 9
- <!-- wp:template-part {"slug":"header","theme":"emptytheme","tagName":"header"} /-->
+ <!-- wp:template-part {"slug":"header","tagName":"header","theme":"emptytheme"} /-->
-
- <!-- wp:query {"queryId":1,"query":{"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","sticky":"","perPage":10}} -->
+ <!-- wp:query {"queryId":1,"query":{"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","sticky":""}} -->
- <div class="wp-block-query"><!-- wp:post-template -->
+ <div class="wp-block-query">
+ <!-- wp:post-template -->
- <!-- wp:post-title {"isLink":true} /-->
+ <!-- wp:post-title {"isLink":true} /-->
-
- <!-- wp:post-excerpt /-->
+ <!-- wp:post-excerpt /-->
- <!-- /wp:post-template --></div>
+ <!-- /wp:post-template -->
+ </div>
<!-- /wp:query -->
+
98 | const contentAfter =
99 | await templateRevertUtils.getCurrentSiteEditorContent();
> 100 | expect( contentAfter ).toEqual( contentBefore );
| ^
101 | } );
102 |
103 | test( 'should show the edited content after revert and clicking undo in the header toolbar', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:100:26
|
Run the tests:
test/e2e/specs/site-editor/template-revert.spec.js#L100
1) [chromium] › site-editor/template-revert.spec.js:81:2 › Template Revert › should show the original content after revert and page reload
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 8
+ Received + 9
- <!-- wp:template-part {"slug":"header","theme":"emptytheme","tagName":"header"} /-->
+ <!-- wp:template-part {"slug":"header","tagName":"header","theme":"emptytheme"} /-->
-
- <!-- wp:query {"queryId":1,"query":{"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","sticky":"","perPage":10}} -->
+ <!-- wp:query {"queryId":1,"query":{"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","sticky":""}} -->
- <div class="wp-block-query"><!-- wp:post-template -->
+ <div class="wp-block-query">
+ <!-- wp:post-template -->
- <!-- wp:post-title {"isLink":true} /-->
+ <!-- wp:post-title {"isLink":true} /-->
-
- <!-- wp:post-excerpt /-->
+ <!-- wp:post-excerpt /-->
- <!-- /wp:post-template --></div>
+ <!-- /wp:post-template -->
+ </div>
<!-- /wp:query -->
+
98 | const contentAfter =
99 | await templateRevertUtils.getCurrentSiteEditorContent();
> 100 | expect( contentAfter ).toEqual( contentBefore );
| ^
101 | } );
102 |
103 | test( 'should show the edited content after revert and clicking undo in the header toolbar', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:100:26
|
Run the tests:
test/e2e/specs/site-editor/template-revert.spec.js#L100
1) [chromium] › site-editor/template-revert.spec.js:81:2 › Template Revert › should show the original content after revert and page reload
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 8
+ Received + 9
- <!-- wp:template-part {"slug":"header","theme":"emptytheme","tagName":"header"} /-->
+ <!-- wp:template-part {"slug":"header","tagName":"header","theme":"emptytheme"} /-->
-
- <!-- wp:query {"queryId":1,"query":{"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","sticky":"","perPage":10}} -->
+ <!-- wp:query {"queryId":1,"query":{"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","sticky":""}} -->
- <div class="wp-block-query"><!-- wp:post-template -->
+ <div class="wp-block-query">
+ <!-- wp:post-template -->
- <!-- wp:post-title {"isLink":true} /-->
+ <!-- wp:post-title {"isLink":true} /-->
-
- <!-- wp:post-excerpt /-->
+ <!-- wp:post-excerpt /-->
- <!-- /wp:post-template --></div>
+ <!-- /wp:post-template -->
+ </div>
<!-- /wp:query -->
+
98 | const contentAfter =
99 | await templateRevertUtils.getCurrentSiteEditorContent();
> 100 | expect( contentAfter ).toEqual( contentBefore );
| ^
101 | } );
102 |
103 | test( 'should show the edited content after revert and clicking undo in the header toolbar', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:100:26
|
Run the tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run the tests
1 failed
[chromium] › site-editor/template-revert.spec.js:81:2 › Template Revert › should show the original content after revert and page reload
4 skipped
119 passed (6.6m)
|
The logs for this run have expired and are no longer available.
Loading