Writing flow: absorb partial multi selection dispatching #90507
Annotations
4 errors and 1 notice
Run the tests:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L610
1) [chromium] › editor/various/multi-block-selection.spec.js:551:2 › Multi-block selection › should return original focus after failed multi selection attempt
Error: expect(received).toMatchObject(expected)
- Expected - 8
+ Received + 1
- Array [
- Object {
- "attributes": Object {
- "content": "2",
- },
- "name": "core/paragraph",
- },
- ]
+ Array []
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
608 | await page.keyboard.press( 'Backspace' );
609 |
> 610 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
611 | {
612 | name: 'core/paragraph',
613 | attributes: { content: '2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:610:41
|
Run the tests:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L610
1) [chromium] › editor/various/multi-block-selection.spec.js:551:2 › Multi-block selection › should return original focus after failed multi selection attempt
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 8
+ Received + 1
- Array [
- Object {
- "attributes": Object {
- "content": "2",
- },
- "name": "core/paragraph",
- },
- ]
+ Array []
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
608 | await page.keyboard.press( 'Backspace' );
609 |
> 610 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
611 | {
612 | name: 'core/paragraph',
613 | attributes: { content: '2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:610:41
|
Run the tests:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L610
1) [chromium] › editor/various/multi-block-selection.spec.js:551:2 › Multi-block selection › should return original focus after failed multi selection attempt
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 8
+ Received + 1
- Array [
- Object {
- "attributes": Object {
- "content": "2",
- },
- "name": "core/paragraph",
- },
- ]
+ Array []
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
608 | await page.keyboard.press( 'Backspace' );
609 |
> 610 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
611 | {
612 | name: 'core/paragraph',
613 | attributes: { content: '2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:610:41
|
Run the tests
Process completed with exit code 1.
|
Run the tests
1 failed
[chromium] › editor/various/multi-block-selection.spec.js:551:2 › Multi-block selection › should return original focus after failed multi selection attempt
133 passed (7.5m)
|
The logs for this run have expired and are no longer available.
Loading