Writing Flow/Rich Text: unify split logic #85722
Annotations
8 errors and 1 notice
test/e2e/specs/editor/various/multi-block-selection.spec.js#L103
1) [chromium] › editor/various/multi-block-selection.spec.js:83:2 › Multi-block selection › should use selection direction to determine vertical edge
Error: expect(received).toMatchObject(expected)
- Expected - 7
+ Received + 3
Array [
Object {
"attributes": Object {
- "content": "1<br>2|",
+ "content": "12|",
+ "dropCap": false,
},
- "name": "core/paragraph",
- },
- Object {
- "attributes": Object {
- "content": "3",
- },
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
101 | await page.keyboard.type( '|' );
102 |
> 103 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
104 | { name: 'core/paragraph', attributes: { content: '1<br>2|' } },
105 | { name: 'core/paragraph', attributes: { content: '3' } },
106 | ] );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:103:3
|
test/e2e/specs/editor/various/multi-block-selection.spec.js#L103
1) [chromium] › editor/various/multi-block-selection.spec.js:83:2 › Multi-block selection › should use selection direction to determine vertical edge
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 7
+ Received + 3
Array [
Object {
"attributes": Object {
- "content": "1<br>2|",
+ "content": "12|",
+ "dropCap": false,
},
- "name": "core/paragraph",
- },
- Object {
- "attributes": Object {
- "content": "3",
- },
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
101 | await page.keyboard.type( '|' );
102 |
> 103 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
104 | { name: 'core/paragraph', attributes: { content: '1<br>2|' } },
105 | { name: 'core/paragraph', attributes: { content: '3' } },
106 | ] );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:103:3
|
test/e2e/specs/editor/various/multi-block-selection.spec.js#L103
1) [chromium] › editor/various/multi-block-selection.spec.js:83:2 › Multi-block selection › should use selection direction to determine vertical edge
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 7
+ Received + 3
Array [
Object {
"attributes": Object {
- "content": "1<br>2|",
+ "content": "12|",
+ "dropCap": false,
},
- "name": "core/paragraph",
- },
- Object {
- "attributes": Object {
- "content": "3",
- },
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
101 | await page.keyboard.type( '|' );
102 |
> 103 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
104 | { name: 'core/paragraph', attributes: { content: '1<br>2|' } },
105 | { name: 'core/paragraph', attributes: { content: '3' } },
106 | ] );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:103:3
|
test/e2e/specs/editor/various/rich-text.spec.js#L688
2) [chromium] › editor/various/rich-text.spec.js:661:2 › RichText › should paste paragraph contents into list
Error: expect(received).toMatchObject(expected)
- Expected - 2
+ Received + 2
@@ -1,17 +1,17 @@
Array [
Object {
"attributes": Object {
- "content": "1<br>2",
+ "content": "1 2 ",
},
"name": "core/paragraph",
},
Object {
"innerBlocks": Array [
Object {
"attributes": Object {
- "content": "1<br>2",
+ "content": "1 2 ",
},
"name": "core/list-item",
},
],
"name": "core/list",
686 | await pageUtils.pressKeys( 'primary+v' );
687 |
> 688 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
689 | {
690 | name: 'core/paragraph',
691 | attributes: { content: '1<br>2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:688:38
|
test/e2e/specs/editor/various/rich-text.spec.js#L688
2) [chromium] › editor/various/rich-text.spec.js:661:2 › RichText › should paste paragraph contents into list
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 2
+ Received + 2
@@ -1,17 +1,17 @@
Array [
Object {
"attributes": Object {
- "content": "1<br>2",
+ "content": "1 2 ",
},
"name": "core/paragraph",
},
Object {
"innerBlocks": Array [
Object {
"attributes": Object {
- "content": "1<br>2",
+ "content": "1 2 ",
},
"name": "core/list-item",
},
],
"name": "core/list",
686 | await pageUtils.pressKeys( 'primary+v' );
687 |
> 688 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
689 | {
690 | name: 'core/paragraph',
691 | attributes: { content: '1<br>2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:688:38
|
test/e2e/specs/editor/various/rich-text.spec.js#L688
2) [chromium] › editor/various/rich-text.spec.js:661:2 › RichText › should paste paragraph contents into list
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 2
+ Received + 2
@@ -1,17 +1,17 @@
Array [
Object {
"attributes": Object {
- "content": "1<br>2",
+ "content": "1 2 ",
},
"name": "core/paragraph",
},
Object {
"innerBlocks": Array [
Object {
"attributes": Object {
- "content": "1<br>2",
+ "content": "1 2 ",
},
"name": "core/list-item",
},
],
"name": "core/list",
686 | await pageUtils.pressKeys( 'primary+v' );
687 |
> 688 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
689 | {
690 | name: 'core/paragraph',
691 | attributes: { content: '1<br>2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:688:38
|
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1
3) [chromium] › editor/various/multi-block-selection.spec.js:245:2 › Multi-block selection › should select with shift + click
Test timeout of 100000ms exceeded.
|
|
2 failed
[chromium] › editor/various/multi-block-selection.spec.js:83:2 › Multi-block selection › should use selection direction to determine vertical edge
[chromium] › editor/various/rich-text.spec.js:661:2 › RichText › should paste paragraph contents into list
1 flaky
[chromium] › editor/various/multi-block-selection.spec.js:245:2 › Multi-block selection › should select with shift + click
227 passed (24.9m)
|
The logs for this run have expired and are no longer available.
Loading