Writing flow: select next block on Enter key #120972
Annotations
4 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1052
1) [firefox] › editor/various/multi-block-selection.spec.js:972:2 › Multi-block selection (@Firefox, @WebKit) › should multi-select in the ListView component with shift + click
Error: Press Up three times to adjust the selection to only include the first two blocks.
expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
- 1,
- 2,
+ 3,
+ 4,
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1050 |
1051 | await pageUtils.pressKeys( 'Shift+ArrowUp', { times: 3 } );
> 1052 | await expect
| ^
1053 | .poll(
1054 | multiBlockSelectionUtils.getSelectedFlatIndices,
1055 | 'Press Up three times to adjust the selection to only include the first two blocks.'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1052:3
|
Run the tests:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1052
1) [firefox] › editor/various/multi-block-selection.spec.js:972:2 › Multi-block selection (@Firefox, @WebKit) › should multi-select in the ListView component with shift + click
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Press Up three times to adjust the selection to only include the first two blocks.
expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
- 1,
- 2,
+ 3,
+ 4,
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1050 |
1051 | await pageUtils.pressKeys( 'Shift+ArrowUp', { times: 3 } );
> 1052 | await expect
| ^
1053 | .poll(
1054 | multiBlockSelectionUtils.getSelectedFlatIndices,
1055 | 'Press Up three times to adjust the selection to only include the first two blocks.'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1052:3
|
Run the tests:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1052
1) [firefox] › editor/various/multi-block-selection.spec.js:972:2 › Multi-block selection (@Firefox, @WebKit) › should multi-select in the ListView component with shift + click
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Press Up three times to adjust the selection to only include the first two blocks.
expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
- 1,
- 2,
+ 3,
+ 4,
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1050 |
1051 | await pageUtils.pressKeys( 'Shift+ArrowUp', { times: 3 } );
> 1052 | await expect
| ^
1053 | .poll(
1054 | multiBlockSelectionUtils.getSelectedFlatIndices,
1055 | 'Press Up three times to adjust the selection to only include the first two blocks.'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1052:3
|
Run the tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Loading