Block editor: hooks: manage save props in one place #90853
Annotations
10 errors and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/list.spec.js#L403
1) [firefox] › editor/blocks/list.spec.js:395:2 › List (@Firefox) › can be converted to a quote ──
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -1,7 +1,7 @@
<!-- wp:quote -->
- <blockquote class="wp-block-quote"><!-- wp:list -->
+ <blockquote><!-- wp:list -->
<ul><!-- wp:list-item -->
<li>one</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
401 | await editor.transformBlockTo( 'core/quote' );
402 |
> 403 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
404 | `<!-- wp:quote -->
405 | <blockquote class="wp-block-quote"><!-- wp:list -->
406 | <ul><!-- wp:list-item -->
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:403:52
|
Run the tests:
test/e2e/specs/editor/blocks/list.spec.js#L403
1) [firefox] › editor/blocks/list.spec.js:395:2 › List (@Firefox) › can be converted to a quote ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -1,7 +1,7 @@
<!-- wp:quote -->
- <blockquote class="wp-block-quote"><!-- wp:list -->
+ <blockquote><!-- wp:list -->
<ul><!-- wp:list-item -->
<li>one</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
401 | await editor.transformBlockTo( 'core/quote' );
402 |
> 403 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
404 | `<!-- wp:quote -->
405 | <blockquote class="wp-block-quote"><!-- wp:list -->
406 | <ul><!-- wp:list-item -->
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:403:52
|
Run the tests:
test/e2e/specs/editor/blocks/list.spec.js#L403
1) [firefox] › editor/blocks/list.spec.js:395:2 › List (@Firefox) › can be converted to a quote ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -1,7 +1,7 @@
<!-- wp:quote -->
- <blockquote class="wp-block-quote"><!-- wp:list -->
+ <blockquote><!-- wp:list -->
<ul><!-- wp:list-item -->
<li>one</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
401 | await editor.transformBlockTo( 'core/quote' );
402 |
> 403 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
404 | `<!-- wp:quote -->
405 | <blockquote class="wp-block-quote"><!-- wp:list -->
406 | <ul><!-- wp:list-item -->
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:403:52
|
Run the tests:
test/e2e/specs/editor/blocks/list.spec.js#L724
2) [firefox] › editor/blocks/list.spec.js:713:2 › List (@Firefox) › should create paragraph on Enter in quote block
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -1,7 +1,7 @@
<!-- wp:quote -->
- <blockquote class="wp-block-quote"><!-- wp:list -->
+ <blockquote><!-- wp:list -->
<ul><!-- wp:list-item -->
<li>aaa</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->
↵
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
722 | await page.keyboard.press( 'Enter' );
723 |
> 724 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
725 | `<!-- wp:quote -->
726 | <blockquote class="wp-block-quote"><!-- wp:list -->
727 | <ul><!-- wp:list-item -->
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:724:52
|
Run the tests:
test/e2e/specs/editor/blocks/list.spec.js#L724
2) [firefox] › editor/blocks/list.spec.js:713:2 › List (@Firefox) › should create paragraph on Enter in quote block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -1,7 +1,7 @@
<!-- wp:quote -->
- <blockquote class="wp-block-quote"><!-- wp:list -->
+ <blockquote><!-- wp:list -->
<ul><!-- wp:list-item -->
<li>aaa</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->
↵
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
722 | await page.keyboard.press( 'Enter' );
723 |
> 724 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
725 | `<!-- wp:quote -->
726 | <blockquote class="wp-block-quote"><!-- wp:list -->
727 | <ul><!-- wp:list-item -->
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:724:52
|
Run the tests:
test/e2e/specs/editor/blocks/list.spec.js#L724
2) [firefox] › editor/blocks/list.spec.js:713:2 › List (@Firefox) › should create paragraph on Enter in quote block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -1,7 +1,7 @@
<!-- wp:quote -->
- <blockquote class="wp-block-quote"><!-- wp:list -->
+ <blockquote><!-- wp:list -->
<ul><!-- wp:list-item -->
<li>aaa</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->
↵
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
722 | await page.keyboard.press( 'Enter' );
723 |
> 724 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
725 | `<!-- wp:quote -->
726 | <blockquote class="wp-block-quote"><!-- wp:list -->
727 | <ul><!-- wp:list-item -->
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:724:52
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L869
3) [firefox] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
<!-- wp:paragraph -->
<p>1</p>
<!-- /wp:paragraph -->
<!-- wp:image {"align":"wide"} -->
- <figure class="wp-block-image alignwide"><img alt=""/></figure>
+ <figure><img alt=""/></figure>
<!-- /wp:image -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
867 | // Confirm correct setup.
868 | await expect.poll( editor.getEditedPostContent )
> 869 | .toBe( `<!-- wp:paragraph -->
| ^
870 | <p>1</p>
871 | <!-- /wp:paragraph -->
872 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:869:5
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L869
3) [firefox] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
<!-- wp:paragraph -->
<p>1</p>
<!-- /wp:paragraph -->
<!-- wp:image {"align":"wide"} -->
- <figure class="wp-block-image alignwide"><img alt=""/></figure>
+ <figure><img alt=""/></figure>
<!-- /wp:image -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
867 | // Confirm correct setup.
868 | await expect.poll( editor.getEditedPostContent )
> 869 | .toBe( `<!-- wp:paragraph -->
| ^
870 | <p>1</p>
871 | <!-- /wp:paragraph -->
872 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:869:5
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L869
3) [firefox] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
<!-- wp:paragraph -->
<p>1</p>
<!-- /wp:paragraph -->
<!-- wp:image {"align":"wide"} -->
- <figure class="wp-block-image alignwide"><img alt=""/></figure>
+ <figure><img alt=""/></figure>
<!-- /wp:image -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
867 | // Confirm correct setup.
868 | await expect.poll( editor.getEditedPostContent )
> 869 | .toBe( `<!-- wp:paragraph -->
| ^
870 | <p>1</p>
871 | <!-- /wp:paragraph -->
872 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:869:5
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L925
4) [firefox] › editor/various/writing-flow.spec.js:904:2 › Writing Flow (@Firefox, @WebKit) › should only consider the content as one tab stop
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
<!-- wp:table -->
- <figure class="wp-block-table"><table><tbody><tr><td></td><td>2</td></tr><tr><td></td><td></td></tr></tbody></table></figure>
+ <figure><table><tbody><tr><td></td><td>2</td></tr><tr><td></td><td></td></tr></tbody></table></figure>
<!-- /wp:table -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
923 | // Confirm correct setup.
924 | await expect.poll( editor.getEditedPostContent )
> 925 | .toBe( `<!-- wp:table -->
| ^
926 | <figure class="wp-block-table"><table><tbody><tr><td></td><td>2</td></tr><tr><td></td><td></td></tr></tbody></table></figure>
927 | <!-- /wp:table -->` );
928 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:925:5
|
Run the tests
4 failed
[firefox] › editor/blocks/list.spec.js:395:2 › List (@Firefox) › can be converted to a quote ───
[firefox] › editor/blocks/list.spec.js:713:2 › List (@Firefox) › should create paragraph on Enter in quote block
[firefox] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
[firefox] › editor/various/writing-flow.spec.js:904:2 › Writing Flow (@Firefox, @WebKit) › should only consider the content as one tab stop
3 skipped
115 passed (9.4m)
|
The logs for this run have expired and are no longer available.
Loading