Block Editor: Improve the Select/Navigation mode and keep it persistent #113675
Annotations
10 errors and 1 notice
test/e2e/specs/editor/blocks/list.spec.js#L310
1) [firefox] › editor/blocks/list.spec.js:293:2 › List (@Firefox) › can be created by converting multiple paragraphs
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 6
+ Received + 6
<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>one</li>
- <!-- /wp:list-item -->
-
+ <!-- /wp:list-item --></ul>
- <!-- wp:list-item -->
- <li>two</li>
+ <!-- /wp:list -->
+
- <!-- /wp:list-item --></ul>
+ <!-- wp:paragraph -->
+ <p>two</p>
- <!-- /wp:list -->
+ <!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
308 | await editor.transformBlockTo( 'core/list' );
309 |
> 310 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
311 | `<!-- wp:list -->
312 | <ul class="wp-block-list"><!-- wp:list-item -->
313 | <li>one</li>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:310:52
|
test/e2e/specs/editor/blocks/list.spec.js#L310
1) [firefox] › editor/blocks/list.spec.js:293:2 › List (@Firefox) › can be created by converting multiple paragraphs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 6
+ Received + 6
<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>one</li>
- <!-- /wp:list-item -->
-
+ <!-- /wp:list-item --></ul>
- <!-- wp:list-item -->
- <li>two</li>
+ <!-- /wp:list -->
+
- <!-- /wp:list-item --></ul>
+ <!-- wp:paragraph -->
+ <p>two</p>
- <!-- /wp:list -->
+ <!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
308 | await editor.transformBlockTo( 'core/list' );
309 |
> 310 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
311 | `<!-- wp:list -->
312 | <ul class="wp-block-list"><!-- wp:list-item -->
313 | <li>one</li>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:310:52
|
test/e2e/specs/editor/blocks/list.spec.js#L310
1) [firefox] › editor/blocks/list.spec.js:293:2 › List (@Firefox) › can be created by converting multiple paragraphs
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 6
+ Received + 6
<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li>one</li>
- <!-- /wp:list-item -->
-
+ <!-- /wp:list-item --></ul>
- <!-- wp:list-item -->
- <li>two</li>
+ <!-- /wp:list -->
+
- <!-- /wp:list-item --></ul>
+ <!-- wp:paragraph -->
+ <p>two</p>
- <!-- /wp:list -->
+ <!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
308 | await editor.transformBlockTo( 'core/list' );
309 |
> 310 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
311 | `<!-- wp:list -->
312 | <ul class="wp-block-list"><!-- wp:list-item -->
313 | <li>one</li>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:310:52
|
test/e2e/specs/editor/blocks/list.spec.js#L369
2) [firefox] › editor/blocks/list.spec.js:349:2 › List (@Firefox) › should not transform lines in block when transforming multiple blocks
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 6
<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
- <li>one<br>...</li>
+ <li>one</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
- <li>two</li>
+ <li>...</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->
+
+ <!-- wp:paragraph -->
+ <p>two</p>
+ <!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
367 | await editor.transformBlockTo( 'core/list' );
368 |
> 369 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
370 | `<!-- wp:list -->
371 | <ul class="wp-block-list"><!-- wp:list-item -->
372 | <li>one<br>...</li>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:369:52
|
test/e2e/specs/editor/blocks/list.spec.js#L369
2) [firefox] › editor/blocks/list.spec.js:349:2 › List (@Firefox) › should not transform lines in block when transforming multiple blocks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 6
<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
- <li>one<br>...</li>
+ <li>one</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
- <li>two</li>
+ <li>...</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->
+
+ <!-- wp:paragraph -->
+ <p>two</p>
+ <!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
367 | await editor.transformBlockTo( 'core/list' );
368 |
> 369 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
370 | `<!-- wp:list -->
371 | <ul class="wp-block-list"><!-- wp:list-item -->
372 | <li>one<br>...</li>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:369:52
|
test/e2e/specs/editor/blocks/list.spec.js#L369
2) [firefox] › editor/blocks/list.spec.js:349:2 › List (@Firefox) › should not transform lines in block when transforming multiple blocks
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 6
<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
- <li>one<br>...</li>
+ <li>one</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
- <li>two</li>
+ <li>...</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->
+
+ <!-- wp:paragraph -->
+ <p>two</p>
+ <!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
367 | await editor.transformBlockTo( 'core/list' );
368 |
> 369 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
370 | `<!-- wp:list -->
371 | <ul class="wp-block-list"><!-- wp:list-item -->
372 | <li>one<br>...</li>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:369:52
|
test/e2e/specs/editor/various/multi-block-selection.spec.js#L264
3) [firefox] › editor/various/multi-block-selection.spec.js:244:2 › Multi-block selection (@Firefox, @WebKit) › should select with shift + click
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
Array [
1,
- 2,
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
262 | await expect
263 | .poll( multiBlockSelectionUtils.getSelectedFlatIndices )
> 264 | .toEqual( [ 1, 2 ] );
| ^
265 |
266 | // Group the blocks and test that multiselection also works for nested
267 | // blocks. Checks for regressions of
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:264:5
|
test/e2e/specs/editor/various/multi-block-selection.spec.js#L264
3) [firefox] › editor/various/multi-block-selection.spec.js:244:2 › Multi-block selection (@Firefox, @WebKit) › should select with shift + click
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
Array [
1,
- 2,
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
262 | await expect
263 | .poll( multiBlockSelectionUtils.getSelectedFlatIndices )
> 264 | .toEqual( [ 1, 2 ] );
| ^
265 |
266 | // Group the blocks and test that multiselection also works for nested
267 | // blocks. Checks for regressions of
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:264:5
|
test/e2e/specs/editor/various/multi-block-selection.spec.js#L264
3) [firefox] › editor/various/multi-block-selection.spec.js:244:2 › Multi-block selection (@Firefox, @WebKit) › should select with shift + click
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
Array [
1,
- 2,
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
262 | await expect
263 | .poll( multiBlockSelectionUtils.getSelectedFlatIndices )
> 264 | .toEqual( [ 1, 2 ] );
| ^
265 |
266 | // Group the blocks and test that multiselection also works for nested
267 | // blocks. Checks for regressions of
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:264:5
|
test/e2e/specs/editor/various/multi-block-selection.spec.js#L352
4) [firefox] › editor/various/multi-block-selection.spec.js:321:2 › Multi-block selection (@Firefox, @WebKit) › should properly select multiple blocks if selected nested blocks belong to different parent (-webkit)
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 1
Array [
- 1,
- 4,
+ 2,
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
350 | await expect
351 | .poll( multiBlockSelectionUtils.getSelectedFlatIndices )
> 352 | .toEqual( [ 1, 4 ] );
| ^
353 | } );
354 |
355 | test( 'should properly select part of nested rich text block while holding shift (-firefox)', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:352:5
|
9 failed
[firefox] › editor/blocks/list.spec.js:293:2 › List (@Firefox) › can be created by converting multiple paragraphs
[firefox] › editor/blocks/list.spec.js:349:2 › List (@Firefox) › should not transform lines in block when transforming multiple blocks
[firefox] › editor/various/multi-block-selection.spec.js:244:2 › Multi-block selection (@Firefox, @WebKit) › should select with shift + click
[firefox] › editor/various/multi-block-selection.spec.js:321:2 › Multi-block selection (@Firefox, @WebKit) › should properly select multiple blocks if selected nested blocks belong to different parent (-webkit)
[firefox] › editor/various/multi-block-selection.spec.js:1242:2 › Multi-block selection (@Firefox, @WebKit) › should partially select with shift + click
[firefox] › editor/various/multi-block-selection.spec.js:1294:3 › Multi-block selection (@Firefox, @WebKit) › shift+click multi-selection › should multi-select block with text selection and a block without text selection
[firefox] › editor/various/multi-block-selection.spec.js:1322:3 › Multi-block selection (@Firefox, @WebKit) › shift+click multi-selection › should multi-select blocks without text selection
[firefox] › editor/various/writing-flow.spec.js:24:2 › Writing Flow (@Firefox, @WebKit) › Should navigate inner blocks with arrow keys
[firefox] › editor/various/writing-flow.spec.js:109:2 › Writing Flow (@Firefox, @WebKit) › Should navigate between inner and root blocks in navigation mode
3 skipped
179 passed (14.2m)
|
The logs for this run have expired and are no longer available.
Loading