Lazy load block edit functions #95565
Annotations
11 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/rich-text.spec.js#L119
1) [chromium] › editor/various/rich-text.spec.js:98:2 › RichText › should not highlight more than one format
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
117 | ).length
118 | );
> 119 | expect( count ).toBe( 1 );
| ^
120 | } );
121 |
122 | test( 'should return focus when pressing formatting button', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:119:19
|
Run the tests:
test/e2e/specs/editor/various/rich-text.spec.js#L119
1) [chromium] › editor/various/rich-text.spec.js:98:2 › RichText › should not highlight more than one format
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
117 | ).length
118 | );
> 119 | expect( count ).toBe( 1 );
| ^
120 | } );
121 |
122 | test( 'should return focus when pressing formatting button', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:119:19
|
Run the tests:
test/e2e/specs/editor/various/rich-text.spec.js#L119
1) [chromium] › editor/various/rich-text.spec.js:98:2 › RichText › should not highlight more than one format
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
117 | ).length
118 | );
> 119 | expect( count ).toBe( 1 );
| ^
120 | } );
121 |
122 | test( 'should return focus when pressing formatting button', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:119:19
|
Run the tests:
test/e2e/specs/editor/various/rich-text.spec.js#L744
2) [chromium] › editor/various/rich-text.spec.js:713:2 › RichText › should paste list contents into paragraph
Error: expect(received).toMatchObject(expected)
- Expected - 36
+ Received + 4
Array [
Object {
"innerBlocks": Array [
Object {
"attributes": Object {
- "content": "1",
+ "content": "",
},
- "innerBlocks": Array [
- Object {
- "innerBlocks": Array [
- Object {
- "attributes": Object {
- "content": "2",
- },
- "name": "core/list-item",
- },
- ],
- "name": "core/list",
- },
- ],
+ "innerBlocks": Array [],
"name": "core/list-item",
},
],
"name": "core/list",
},
Object {
- "innerBlocks": Array [
- Object {
- "attributes": Object {
- "content": "1",
- },
- "innerBlocks": Array [
- Object {
- "innerBlocks": Array [
- Object {
- "attributes": Object {
- "content": "2",
- },
- "name": "core/list-item",
- },
- ],
- "name": "core/list",
- },
- ],
- "name": "core/list-item",
- },
- ],
- "name": "core/list",
+ "innerBlocks": Array [],
+ "name": "core/paragraph",
},
]
742 | await pageUtils.pressKeys( 'primary+v' );
743 |
> 744 | expect( await editor.getBlocks() ).toMatchObject(
| ^
745 | Array( 2 ).fill( {
746 | name: 'core/list',
747 | innerBlocks: [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:744:38
|
Run the tests:
test/e2e/specs/editor/various/rich-text.spec.js#L744
2) [chromium] › editor/various/rich-text.spec.js:713:2 › RichText › should paste list contents into paragraph
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 36
+ Received + 4
Array [
Object {
"innerBlocks": Array [
Object {
"attributes": Object {
- "content": "1",
+ "content": "",
},
- "innerBlocks": Array [
- Object {
- "innerBlocks": Array [
- Object {
- "attributes": Object {
- "content": "2",
- },
- "name": "core/list-item",
- },
- ],
- "name": "core/list",
- },
- ],
+ "innerBlocks": Array [],
"name": "core/list-item",
},
],
"name": "core/list",
},
Object {
- "innerBlocks": Array [
- Object {
- "attributes": Object {
- "content": "1",
- },
- "innerBlocks": Array [
- Object {
- "innerBlocks": Array [
- Object {
- "attributes": Object {
- "content": "2",
- },
- "name": "core/list-item",
- },
- ],
- "name": "core/list",
- },
- ],
- "name": "core/list-item",
- },
- ],
- "name": "core/list",
+ "innerBlocks": Array [],
+ "name": "core/paragraph",
},
]
742 | await pageUtils.pressKeys( 'primary+v' );
743 |
> 744 | expect( await editor.getBlocks() ).toMatchObject(
| ^
745 | Array( 2 ).fill( {
746 | name: 'core/list',
747 | innerBlocks: [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:744:38
|
Run the tests:
test/e2e/specs/editor/various/rich-text.spec.js#L744
2) [chromium] › editor/various/rich-text.spec.js:713:2 › RichText › should paste list contents into paragraph
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 28
+ Received + 4
@@ -1,49 +1,25 @@
Array [
Object {
"innerBlocks": Array [
Object {
"attributes": Object {
- "content": "1",
+ "content": " 2",
},
- "innerBlocks": Array [
- Object {
- "innerBlocks": Array [
- Object {
- "attributes": Object {
- "content": "2",
- },
- "name": "core/list-item",
- },
- ],
- "name": "core/list",
- },
- ],
+ "innerBlocks": Array [],
"name": "core/list-item",
},
],
"name": "core/list",
- },
- Object {
- "innerBlocks": Array [
- Object {
- "attributes": Object {
- "content": "1",
},
- "innerBlocks": Array [
Object {
"innerBlocks": Array [
Object {
"attributes": Object {
- "content": "2",
- },
- "name": "core/list-item",
- },
- ],
- "name": "core/list",
+ "content": " 2",
},
- ],
+ "innerBlocks": Array [],
"name": "core/list-item",
},
],
"name": "core/list",
},
742 | await pageUtils.pressKeys( 'primary+v' );
743 |
> 744 | expect( await editor.getBlocks() ).toMatchObject(
| ^
745 | Array( 2 ).fill( {
746 | name: 'core/list',
747 | innerBlocks: [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:744:38
|
Run the tests:
test/e2e/specs/editor/various/rtl.spec.js#L45
3) [chromium] › editor/various/rtl.spec.js:28:2 › RTL › should arrow navigate ────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
<!-- wp:paragraph -->
- <p>٠١٢</p>
+ <p>٢</p>
<!-- /wp:paragraph -->
43 | // Check the content.
44 | const content = await editor.getEditedPostContent();
> 45 | expect( content ).toBe(
| ^
46 | `<!-- wp:paragraph -->
47 | <p>٠١٢</p>
48 | <!-- /wp:paragraph -->`
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rtl.spec.js:45:21
|
Run the tests:
test/e2e/specs/editor/various/rtl.spec.js#L45
3) [chromium] › editor/various/rtl.spec.js:28:2 › RTL › should arrow navigate ────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
<!-- wp:paragraph -->
- <p>٠١٢</p>
+ <p>٢</p>
<!-- /wp:paragraph -->
43 | // Check the content.
44 | const content = await editor.getEditedPostContent();
> 45 | expect( content ).toBe(
| ^
46 | `<!-- wp:paragraph -->
47 | <p>٠١٢</p>
48 | <!-- /wp:paragraph -->`
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rtl.spec.js:45:21
|
Run the tests:
test/e2e/specs/editor/various/rtl.spec.js#L45
3) [chromium] › editor/various/rtl.spec.js:28:2 › RTL › should arrow navigate ────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
<!-- wp:paragraph -->
- <p>٠١٢</p>
+ <p>٢</p>
<!-- /wp:paragraph -->
43 | // Check the content.
44 | const content = await editor.getEditedPostContent();
> 45 | expect( content ).toBe(
| ^
46 | `<!-- wp:paragraph -->
47 | <p>٠١٢</p>
48 | <!-- /wp:paragraph -->`
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rtl.spec.js:45:21
|
Run the tests:
test/e2e/specs/editor/various/rtl.spec.js#L62
4) [chromium] › editor/various/rtl.spec.js:52:2 › RTL › should split ─────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
<!-- wp:paragraph -->
- <p>٠</p>
+ <p></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>١</p>
<!-- /wp:paragraph -->
60 | // Check the content.
61 | const content = await editor.getEditedPostContent();
> 62 | expect( content ).toBe(
| ^
63 | `<!-- wp:paragraph -->
64 | <p>٠</p>
65 | <!-- /wp:paragraph -->
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rtl.spec.js:62:21
|
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
|
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
15 failed
[chromium] › editor/various/rich-text.spec.js:98:2 › RichText › should not highlight more than one format
[chromium] › editor/various/rich-text.spec.js:713:2 › RichText › should paste list contents into paragraph
[chromium] › editor/various/rtl.spec.js:28:2 › RTL › should arrow navigate ─────────────────────
[chromium] › editor/various/rtl.spec.js:52:2 › RTL › should split ──────────────────────────────
[chromium] › editor/various/rtl.spec.js:73:2 › RTL › should merge backward ─────────────────────
[chromium] › editor/various/rtl.spec.js:91:2 › RTL › should merge forward ──────────────────────
[chromium] › editor/various/rtl.spec.js:110:2 › RTL › should arrow navigate between blocks ─────
[chromium] › editor/various/shortcut-focus-toolbar.spec.js:161:3 › Focus toolbar shortcut (alt + F10) › Smaller than large viewports › Focuses the correct toolbar in edit mode
[chromium] › editor/various/splitting-merging.spec.js:185:2 › splitting and merging blocks (@Firefox, @WebKit) › should gracefully handle if placing caret in empty container
[chromium] › editor/various/splitting-merging.spec.js:222:2 › splitting and merging blocks (@Firefox, @WebKit) › should forward delete from an empty paragraph
[chromium] › editor/various/splitting-merging.spec.js:261:2 › splitting and merging blocks (@Firefox, @WebKit) › should remove at most one paragraph in forward direction
[chromium] › editor/various/splitting-merging.spec.js:328:2 › splitting and merging blocks (@Firefox, @WebKit) › should undo split in one go
[chromium] › editor/various/splitting-merging.spec.js:350:2 › splitting and merging blocks (@Firefox, @WebKit) › should not split with line break in front (-firefox)
[chromium] › editor/various/splitting-merging.spec.js:423:3 › splitting and merging blocks (@Firefox, @WebKit) › test restore selection when merge produces more than one block › on forward delete
[chromium] › editor/various/splitting-merging.spec.js:443:3 › splitting and merging blocks (@Firefox, @WebKit) › test restore selection when merge produces more than one block › on backspace
8 flaky
[chromium] › editor/various/splitting-merging.spec.js:18:2 › splitting and merging blocks (@Firefox, @WebKit) › should split and merge paragraph blocks using Enter and Backspace
[chromium] › editor/various/splitting-merging.spec.js:113:2 › splitting and merging blocks (@Firefox, @WebKit) › should delete an empty first line
[chromium] › editor/various/splitting-merging.spec.js:151:2 › splitting and merging blocks (@Firefox, @WebKit) › should not merge paragraphs if the selection is not collapsed
[chromium] › editor/various/toolbar-roving-tabindex.spec.js:23:2 › Toolbar roving tabindex › ensures base block toolbars use roving tabindex
[chromium] › editor/various/writing-flow.spec.js:228:2 › Writing Flow (@Firefox, @WebKit) › should navigate around nested inline boundaries
[chromium] › editor/various/writing-flow.spec.js:351:2 › Writing Flow (@Firefox, @WebKit) › should not create extra line breaks in multiline value
[chromium] › editor/various/writing-flow.spec.js:446:2 › Writing Flow (@Firefox, @WebKit) › should not delete surrounding space when deleting a selected word
[chromium] › editor/various/writing-flow.spec.js:546:2 › Writing Flow (@Firefox, @WebKit) › should navigate contenteditable with normal line height
145 passed (11.1m)
|
The logs for this run have expired and are no longer available.
Loading