Rich text: preserve multiple spaces on front-end #88525
Annotations
4 errors and 1 notice
test/e2e/specs/editor/various/rich-text.spec.js#L909
1) [chromium] › editor/various/rich-text.spec.js:899:2 › RichText › should restore alternating padding on delete
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
"attributes": Object {
- "content": "a b",
+ "content": "a b",
},
"name": "core/paragraph",
},
]
907 | await page.keyboard.press( 'ArrowLeft' );
908 | await page.keyboard.press( 'Delete' );
> 909 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
910 | {
911 | name: 'core/paragraph',
912 | attributes: { content: 'a b' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:909:38
|
test/e2e/specs/editor/various/rich-text.spec.js#L909
1) [chromium] › editor/various/rich-text.spec.js:899:2 › RichText › should restore alternating padding on delete
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
"attributes": Object {
- "content": "a b",
+ "content": "a b",
},
"name": "core/paragraph",
},
]
907 | await page.keyboard.press( 'ArrowLeft' );
908 | await page.keyboard.press( 'Delete' );
> 909 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
910 | {
911 | name: 'core/paragraph',
912 | attributes: { content: 'a b' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:909:38
|
test/e2e/specs/editor/various/rich-text.spec.js#L909
1) [chromium] › editor/various/rich-text.spec.js:899:2 › RichText › should restore alternating padding on delete
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
"attributes": Object {
- "content": "a b",
+ "content": "a b",
},
"name": "core/paragraph",
},
]
907 | await page.keyboard.press( 'ArrowLeft' );
908 | await page.keyboard.press( 'Delete' );
> 909 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
910 | {
911 | name: 'core/paragraph',
912 | attributes: { content: 'a b' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:909:38
|
|
|
The logs for this run have expired and are no longer available.
Loading