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#L1065
1) [webkit] › 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: Shift + press UP to select the 3rd and 4th blocks.
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
+ 2,
3,
- 4,
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1063 | // to an existing selection resets the selection.
1064 | await page.keyboard.press( 'Shift+ArrowUp' );
> 1065 | await expect
| ^
1066 | .poll(
1067 | multiBlockSelectionUtils.getSelectedFlatIndices,
1068 | 'Shift + press UP to select the 3rd and 4th blocks.'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1065:3
|
Run the tests:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1065
1) [webkit] › 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: Shift + press UP to select the 3rd and 4th blocks.
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
+ 2,
3,
- 4,
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1063 | // to an existing selection resets the selection.
1064 | await page.keyboard.press( 'Shift+ArrowUp' );
> 1065 | await expect
| ^
1066 | .poll(
1067 | multiBlockSelectionUtils.getSelectedFlatIndices,
1068 | 'Shift + press UP to select the 3rd and 4th blocks.'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1065:3
|
Run the tests:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1065
1) [webkit] › 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: Shift + press UP to select the 3rd and 4th blocks.
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
+ 2,
3,
- 4,
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1063 | // to an existing selection resets the selection.
1064 | await page.keyboard.press( 'Shift+ArrowUp' );
> 1065 | await expect
| ^
1066 | .poll(
1067 | multiBlockSelectionUtils.getSelectedFlatIndices,
1068 | 'Shift + press UP to select the 3rd and 4th blocks.'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1065: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