Block Editor: Improve the Select/Navigation mode and keep it persistent #113675
Annotations
7 errors and 1 notice
test/e2e/specs/editor/various/block-moving-mode.spec.js#L35
1) [chromium] › editor/various/block-moving-mode.spec.js:15:2 › Block moving mode › can move block
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 13
Array [
Object {
"attributes": Object {
- "content": "Second Paragraph",
+ "content": "",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
Object {
"attributes": Object {
"content": "First Paragraph",
+ "dropCap": false,
+ },
+ "innerBlocks": Array [],
+ "name": "core/paragraph",
},
+ Object {
+ "attributes": Object {
+ "content": "Second Paragraph",
+ "dropCap": false,
+ },
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
33 | await page.keyboard.press( 'Enter' );
34 |
> 35 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
36 | {
37 | name: 'core/paragraph',
38 | attributes: { content: 'Second Paragraph' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-moving-mode.spec.js:35:41
|
test/e2e/specs/editor/various/block-moving-mode.spec.js#L35
1) [chromium] › editor/various/block-moving-mode.spec.js:15:2 › Block moving mode › can move block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 13
Array [
Object {
"attributes": Object {
- "content": "Second Paragraph",
+ "content": "",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
Object {
"attributes": Object {
"content": "First Paragraph",
+ "dropCap": false,
+ },
+ "innerBlocks": Array [],
+ "name": "core/paragraph",
},
+ Object {
+ "attributes": Object {
+ "content": "Second Paragraph",
+ "dropCap": false,
+ },
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
33 | await page.keyboard.press( 'Enter' );
34 |
> 35 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
36 | {
37 | name: 'core/paragraph',
38 | attributes: { content: 'Second Paragraph' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-moving-mode.spec.js:35:41
|
test/e2e/specs/editor/various/block-moving-mode.spec.js#L35
1) [chromium] › editor/various/block-moving-mode.spec.js:15:2 › Block moving mode › can move block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 13
Array [
Object {
"attributes": Object {
- "content": "Second Paragraph",
+ "content": "",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
Object {
"attributes": Object {
"content": "First Paragraph",
+ "dropCap": false,
+ },
+ "innerBlocks": Array [],
+ "name": "core/paragraph",
},
+ Object {
+ "attributes": Object {
+ "content": "Second Paragraph",
+ "dropCap": false,
+ },
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
33 | await page.keyboard.press( 'Enter' );
34 |
> 35 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
36 | {
37 | name: 'core/paragraph',
38 | attributes: { content: 'Second Paragraph' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-moving-mode.spec.js:35:41
|
test/e2e/specs/editor/various/block-moving-mode.spec.js#L92
2) [chromium] › editor/various/block-moving-mode.spec.js:47:2 › Block moving mode › can move block in the nested block
Error: expect(received).toMatchObject(expected)
- Expected - 7
+ Received + 23
@@ -1,35 +1,51 @@
Array [
Object {
"innerBlocks": Array [
Object {
"attributes": Object {
- "content": "Second Paragraph",
+ "content": "First Paragraph",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
- ],
- "name": "core/group",
+ Object {
+ "attributes": Object {
+ "content": "S",
+ "dropCap": false,
},
- Object {
- "innerBlocks": Array [
+ "innerBlocks": Array [],
+ "name": "core/paragraph",
+ },
Object {
"attributes": Object {
- "content": "Third Paragraph",
+ "content": "econd Paragraph",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
+ ],
+ "name": "core/group",
+ },
+ Object {
+ "innerBlocks": Array [
Object {
"attributes": Object {
- "content": "First Paragraph",
+ "content": "Third Paragraph",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
Object {
"attributes": Object {
"content": "Fourth Paragraph",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
],
"name": "core/group",
},
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
90 | await page.keyboard.press( 'Enter' );
91 |
> 92 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
93 | {
94 | name: 'core/group',
95 | innerBlocks: [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-moving-mode.spec.js:92:41
|
test/e2e/specs/editor/various/block-moving-mode.spec.js#L92
2) [chromium] › editor/various/block-moving-mode.spec.js:47:2 › Block moving mode › can move block in the nested block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 7
+ Received + 23
@@ -1,35 +1,51 @@
Array [
Object {
"innerBlocks": Array [
Object {
"attributes": Object {
- "content": "Second Paragraph",
+ "content": "First Paragraph",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
- ],
- "name": "core/group",
+ Object {
+ "attributes": Object {
+ "content": "S",
+ "dropCap": false,
},
- Object {
- "innerBlocks": Array [
+ "innerBlocks": Array [],
+ "name": "core/paragraph",
+ },
Object {
"attributes": Object {
- "content": "Third Paragraph",
+ "content": "econd Paragraph",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
+ ],
+ "name": "core/group",
+ },
+ Object {
+ "innerBlocks": Array [
Object {
"attributes": Object {
- "content": "First Paragraph",
+ "content": "Third Paragraph",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
Object {
"attributes": Object {
"content": "Fourth Paragraph",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
],
"name": "core/group",
},
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
90 | await page.keyboard.press( 'Enter' );
91 |
> 92 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
93 | {
94 | name: 'core/group',
95 | innerBlocks: [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-moving-mode.spec.js:92:41
|
test/e2e/specs/editor/various/block-moving-mode.spec.js#L92
2) [chromium] › editor/various/block-moving-mode.spec.js:47:2 › Block moving mode › can move block in the nested block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 7
+ Received + 23
@@ -1,35 +1,51 @@
Array [
Object {
"innerBlocks": Array [
Object {
"attributes": Object {
- "content": "Second Paragraph",
+ "content": "First Paragraph",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
- ],
- "name": "core/group",
+ Object {
+ "attributes": Object {
+ "content": "S",
+ "dropCap": false,
},
- Object {
- "innerBlocks": Array [
+ "innerBlocks": Array [],
+ "name": "core/paragraph",
+ },
Object {
"attributes": Object {
- "content": "Third Paragraph",
+ "content": "econd Paragraph",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
+ ],
+ "name": "core/group",
+ },
+ Object {
+ "innerBlocks": Array [
Object {
"attributes": Object {
- "content": "First Paragraph",
+ "content": "Third Paragraph",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
Object {
"attributes": Object {
"content": "Fourth Paragraph",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
],
"name": "core/group",
},
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
90 | await page.keyboard.press( 'Enter' );
91 |
> 92 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
93 | {
94 | name: 'core/group',
95 | innerBlocks: [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-moving-mode.spec.js:92:41
|
|
|
The logs for this run have expired and are no longer available.
Loading