Add block class name to the list block #89129
Annotations
7 errors and 1 notice
test/e2e/specs/editor/blocks/list.spec.js#L1238
1) [firefox] › editor/blocks/list.spec.js:1223:2 › List (@Firefox) › should not change the contents when you change the list type to Ordered
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -1,7 +1,7 @@
<!-- wp:list {"ordered":true} -->
- <ol><!-- wp:list-item -->
+ <ol class="wp-block-list"><!-- wp:list-item -->
<li>1</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>2</li>
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1236 | await editor.clickBlockToolbarButton( 'Ordered' );
1237 |
> 1238 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
1239 | `<!-- wp:list {"ordered":true} -->
1240 | <ol><!-- wp:list-item -->
1241 | <li>1</li>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:1238:52
|
test/e2e/specs/editor/blocks/list.spec.js#L1238
1) [firefox] › editor/blocks/list.spec.js:1223:2 › List (@Firefox) › should not change the contents when you change the list type to Ordered
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -1,7 +1,7 @@
<!-- wp:list {"ordered":true} -->
- <ol><!-- wp:list-item -->
+ <ol class="wp-block-list"><!-- wp:list-item -->
<li>1</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>2</li>
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1236 | await editor.clickBlockToolbarButton( 'Ordered' );
1237 |
> 1238 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
1239 | `<!-- wp:list {"ordered":true} -->
1240 | <ol><!-- wp:list-item -->
1241 | <li>1</li>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:1238:52
|
test/e2e/specs/editor/blocks/list.spec.js#L1238
1) [firefox] › editor/blocks/list.spec.js:1223:2 › List (@Firefox) › should not change the contents when you change the list type to Ordered
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -1,7 +1,7 @@
<!-- wp:list {"ordered":true} -->
- <ol><!-- wp:list-item -->
+ <ol class="wp-block-list"><!-- wp:list-item -->
<li>1</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>2</li>
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1236 | await editor.clickBlockToolbarButton( 'Ordered' );
1237 |
> 1238 | await expect.poll( editor.getEditedPostContent ).toBe(
| ^
1239 | `<!-- wp:list {"ordered":true} -->
1240 | <ol><!-- wp:list-item -->
1241 | <li>1</li>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:1238:52
|
test/e2e/specs/editor/various/writing-flow.spec.js#L358
2) [firefox] › editor/various/writing-flow.spec.js:351:2 › Writing Flow (@Firefox, @WebKit) › should not create extra line breaks in multiline value
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
<!-- wp:list -->
- <ul><!-- wp:list-item -->
+ <ul class="wp-block-list"><!-- wp:list-item -->
<li></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
356 | await page.keyboard.type( 'a' );
357 | await page.keyboard.press( 'Backspace' );
> 358 | await expect.poll( editor.getEditedPostContent ).toBe( `<!-- wp:list -->
| ^
359 | <ul><!-- wp:list-item -->
360 | <li></li>
361 | <!-- /wp:list-item --></ul>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:358:52
|
test/e2e/specs/editor/various/writing-flow.spec.js#L358
2) [firefox] › editor/various/writing-flow.spec.js:351:2 › Writing Flow (@Firefox, @WebKit) › should not create extra line breaks in multiline value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
<!-- wp:list -->
- <ul><!-- wp:list-item -->
+ <ul class="wp-block-list"><!-- wp:list-item -->
<li></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
356 | await page.keyboard.type( 'a' );
357 | await page.keyboard.press( 'Backspace' );
> 358 | await expect.poll( editor.getEditedPostContent ).toBe( `<!-- wp:list -->
| ^
359 | <ul><!-- wp:list-item -->
360 | <li></li>
361 | <!-- /wp:list-item --></ul>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:358:52
|
test/e2e/specs/editor/various/writing-flow.spec.js#L358
2) [firefox] › editor/various/writing-flow.spec.js:351:2 › Writing Flow (@Firefox, @WebKit) › should not create extra line breaks in multiline value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
<!-- wp:list -->
- <ul><!-- wp:list-item -->
+ <ul class="wp-block-list"><!-- wp:list-item -->
<li></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
356 | await page.keyboard.type( 'a' );
357 | await page.keyboard.press( 'Backspace' );
> 358 | await expect.poll( editor.getEditedPostContent ).toBe( `<!-- wp:list -->
| ^
359 | <ul><!-- wp:list-item -->
360 | <li></li>
361 | <!-- /wp:list-item --></ul>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:358:52
|
|
2 failed
[firefox] › editor/blocks/list.spec.js:1223:2 › List (@Firefox) › should not change the contents when you change the list type to Ordered
[firefox] › editor/various/writing-flow.spec.js:351:2 › Writing Flow (@Firefox, @WebKit) › should not create extra line breaks in multiline value
2 skipped
117 passed (8.2m)
|
The logs for this run have expired and are no longer available.
Loading