Lazy load block edit functions #96285
Annotations
11 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/editor/various/footnotes.spec.js#L47
1) [chromium] › editor/various/footnotes.spec.js:29:2 › Footnotes › can be inserted ──────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -5,11 +5,11 @@
},
"name": "core/paragraph",
},
Object {
"attributes": Object {
- "content": "second paragraph<sup data-fn=\"block-011334e7-9cd3-4860-8ba3-d873bf6d24e3\" class=\"fn\"><a href=\"#block-011334e7-9cd3-4860-8ba3-d873bf6d24e3\" id=\"block-011334e7-9cd3-4860-8ba3-d873bf6d24e3-link\">1</a></sup>",
+ "content": "first footnotesecond paragraph<sup data-fn=\"68fbcc48-67c9-427c-ad21-7e6f7a8fbc21\" class=\"fn\"><a href=\"#68fbcc48-67c9-427c-ad21-7e6f7a8fbc21\" id=\"68fbcc48-67c9-427c-ad21-7e6f7a8fbc21-link\">1</a></sup>",
},
"name": "core/paragraph",
},
Object {
"name": "core/footnotes",
45 | } );
46 |
> 47 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
48 | {
49 | name: 'core/paragraph',
50 | attributes: { content: 'first paragraph' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:47:38
|
Run the tests:
test/e2e/specs/editor/various/footnotes.spec.js#L47
1) [chromium] › editor/various/footnotes.spec.js:29:2 › Footnotes › can be inserted ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -5,11 +5,11 @@
},
"name": "core/paragraph",
},
Object {
"attributes": Object {
- "content": "second paragraph<sup data-fn=\"block-e79e3f19-820d-48a3-8dcd-746f7c08cf5e\" class=\"fn\"><a href=\"#block-e79e3f19-820d-48a3-8dcd-746f7c08cf5e\" id=\"block-e79e3f19-820d-48a3-8dcd-746f7c08cf5e-link\">1</a></sup>",
+ "content": "first footnotesecond paragraph<sup data-fn=\"0a01d7b6-06a8-439e-b5d8-a290c0fd7898\" class=\"fn\"><a href=\"#0a01d7b6-06a8-439e-b5d8-a290c0fd7898\" id=\"0a01d7b6-06a8-439e-b5d8-a290c0fd7898-link\">1</a></sup>",
},
"name": "core/paragraph",
},
Object {
"name": "core/footnotes",
45 | } );
46 |
> 47 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
48 | {
49 | name: 'core/paragraph',
50 | attributes: { content: 'first paragraph' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:47:38
|
Run the tests:
test/e2e/specs/editor/various/footnotes.spec.js#L47
1) [chromium] › editor/various/footnotes.spec.js:29:2 › Footnotes › can be inserted ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -5,11 +5,11 @@
},
"name": "core/paragraph",
},
Object {
"attributes": Object {
- "content": "second paragraph<sup data-fn=\"block-9bb5bd0b-aa32-4027-b401-eca4ad134933\" class=\"fn\"><a href=\"#block-9bb5bd0b-aa32-4027-b401-eca4ad134933\" id=\"block-9bb5bd0b-aa32-4027-b401-eca4ad134933-link\">1</a></sup>",
+ "content": "first footnotesecond paragraph<sup data-fn=\"9b4d5e93-f5d1-42c8-9d44-27c78057241d\" class=\"fn\"><a href=\"#9b4d5e93-f5d1-42c8-9d44-27c78057241d\" id=\"9b4d5e93-f5d1-42c8-9d44-27c78057241d-link\">1</a></sup>",
},
"name": "core/paragraph",
},
Object {
"name": "core/footnotes",
45 | } );
46 |
> 47 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
48 | {
49 | name: 'core/paragraph',
50 | attributes: { content: 'first paragraph' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:47:38
|
Run the tests:
test/e2e/specs/editor/various/footnotes.spec.js#L204
2) [chromium] › editor/various/footnotes.spec.js:190:2 › Footnotes › can be inserted in a list ───
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -1,11 +1,11 @@
Array [
Object {
"innerBlocks": Array [
Object {
"attributes": Object {
- "content": "1<sup data-fn=\"\" class=\"fn\"><a href=\"#\" id=\"-link\">1</a></sup>",
+ "content": "a1<sup data-fn=\"d5ab15cb-53a3-4590-86eb-d5d2acb65b44\" class=\"fn\"><a href=\"#d5ab15cb-53a3-4590-86eb-d5d2acb65b44\" id=\"d5ab15cb-53a3-4590-86eb-d5d2acb65b44-link\">1</a></sup>",
},
"name": "core/list-item",
},
],
"name": "core/list",
202 | } );
203 |
> 204 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
205 | {
206 | name: 'core/list',
207 | innerBlocks: [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:204:38
|
Run the tests:
test/e2e/specs/editor/various/footnotes.spec.js#L204
2) [chromium] › editor/various/footnotes.spec.js:190:2 › Footnotes › can be inserted in a list ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -1,11 +1,11 @@
Array [
Object {
"innerBlocks": Array [
Object {
"attributes": Object {
- "content": "1<sup data-fn=\"\" class=\"fn\"><a href=\"#\" id=\"-link\">1</a></sup>",
+ "content": "a1<sup data-fn=\"24406934-47eb-4a96-8e35-cdfcabaf3397\" class=\"fn\"><a href=\"#24406934-47eb-4a96-8e35-cdfcabaf3397\" id=\"24406934-47eb-4a96-8e35-cdfcabaf3397-link\">1</a></sup>",
},
"name": "core/list-item",
},
],
"name": "core/list",
202 | } );
203 |
> 204 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
205 | {
206 | name: 'core/list',
207 | innerBlocks: [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:204:38
|
Run the tests:
test/e2e/specs/editor/various/footnotes.spec.js#L204
2) [chromium] › editor/various/footnotes.spec.js:190:2 › Footnotes › can be inserted in a list ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -1,11 +1,11 @@
Array [
Object {
"innerBlocks": Array [
Object {
"attributes": Object {
- "content": "1<sup data-fn=\"\" class=\"fn\"><a href=\"#\" id=\"-link\">1</a></sup>",
+ "content": "a1<sup data-fn=\"3ef68b80-9a16-4fc1-9984-1851325913b6\" class=\"fn\"><a href=\"#3ef68b80-9a16-4fc1-9984-1851325913b6\" id=\"3ef68b80-9a16-4fc1-9984-1851325913b6-link\">1</a></sup>",
},
"name": "core/list-item",
},
],
"name": "core/list",
202 | } );
203 |
> 204 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
205 | {
206 | name: 'core/list',
207 | innerBlocks: [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:204:38
|
Run the tests:
test/e2e/specs/editor/various/footnotes.spec.js#L245
3) [chromium] › editor/various/footnotes.spec.js:229:2 › Footnotes › can be inserted in a table ──
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -3,11 +3,11 @@
"attributes": Object {
"body": Array [
Object {
"cells": Array [
Object {
- "content": "1<sup data-fn=\"\" class=\"fn\"><a href=\"#\" id=\"-link\">1</a></sup>",
+ "content": "a1<sup data-fn=\"6d2d98d0-1f3d-4cf3-8948-f17301ac4f78\" class=\"fn\"><a href=\"#6d2d98d0-1f3d-4cf3-8948-f17301ac4f78\" id=\"6d2d98d0-1f3d-4cf3-8948-f17301ac4f78-link\">1</a></sup>",
"tag": "td",
},
Object {
"content": "",
"tag": "td",
243 | } );
244 |
> 245 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
246 | {
247 | name: 'core/table',
248 | attributes: {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:245:38
|
Run the tests:
test/e2e/specs/editor/various/footnotes.spec.js#L245
3) [chromium] › editor/various/footnotes.spec.js:229:2 › Footnotes › can be inserted in a table ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -3,11 +3,11 @@
"attributes": Object {
"body": Array [
Object {
"cells": Array [
Object {
- "content": "1<sup data-fn=\"\" class=\"fn\"><a href=\"#\" id=\"-link\">1</a></sup>",
+ "content": "a1<sup data-fn=\"c39c7964-859e-49f8-a2b4-b543c5f92a97\" class=\"fn\"><a href=\"#c39c7964-859e-49f8-a2b4-b543c5f92a97\" id=\"c39c7964-859e-49f8-a2b4-b543c5f92a97-link\">1</a></sup>",
"tag": "td",
},
Object {
"content": "",
"tag": "td",
243 | } );
244 |
> 245 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
246 | {
247 | name: 'core/table',
248 | attributes: {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:245:38
|
Run the tests:
test/e2e/specs/editor/various/footnotes.spec.js#L245
3) [chromium] › editor/various/footnotes.spec.js:229:2 › Footnotes › can be inserted in a table ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -3,11 +3,11 @@
"attributes": Object {
"body": Array [
Object {
"cells": Array [
Object {
- "content": "1<sup data-fn=\"\" class=\"fn\"><a href=\"#\" id=\"-link\">1</a></sup>",
+ "content": "a1<sup data-fn=\"465d3b40-fb7a-43c3-a0cf-012fbf172c6f\" class=\"fn\"><a href=\"#465d3b40-fb7a-43c3-a0cf-012fbf172c6f\" id=\"465d3b40-fb7a-43c3-a0cf-012fbf172c6f-link\">1</a></sup>",
"tag": "td",
},
Object {
"content": "",
"tag": "td",
243 | } );
244 |
> 245 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
246 | {
247 | name: 'core/table',
248 | attributes: {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:245:38
|
Run the tests:
test/e2e/specs/editor/various/footnotes.spec.js#L322
4) [chromium] › editor/various/footnotes.spec.js:290:2 › Footnotes › works with revisions ────────
Error: expect(received).toMatchObject(expected)
- Expected - 2
+ Received + 2
@@ -2,9 +2,9 @@
Object {
"content": "second footnote",
"id": "02e4c39e-7f61-4afb-9c5e-437b119baf90",
},
Object {
- "content": "first footnote\"",
- "id": "block-0731712a-eb62-45ee-93d2-f20fc2e8b19d",
+ "content": "",
+ "id": "e90cc3f7-374d-425a-9d25-99d9908b7d15",
},
]
320 |
321 | // This also saves the post!
> 322 | expect( await getFootnotes( page ) ).toMatchObject( [
| ^
323 | {
324 | content: 'second footnote',
325 | id: id2,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:322:40
|
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
6 failed
[chromium] › editor/various/footnotes.spec.js:29:2 › Footnotes › can be inserted ───────────────
[chromium] › editor/various/footnotes.spec.js:190:2 › Footnotes › can be inserted in a list ────
[chromium] › editor/various/footnotes.spec.js:229:2 › Footnotes › can be inserted in a table ───
[chromium] › editor/various/footnotes.spec.js:290:2 › Footnotes › works with revisions ─────────
[chromium] › editor/various/footnotes.spec.js:393:2 › Footnotes › can be previewed when published
[chromium] › editor/various/list-view.spec.js:453:2 › List View › should cut, copy, paste, select, duplicate, delete, and deselect blocks using keyboard
149 passed (10.3m)
|
The logs for this run have expired and are no longer available.
Loading