Rich text: remove preserveWhiteSpace serialisation differences #87972
Annotations
4 errors and 1 notice
test/e2e/specs/editor/various/undo.spec.js#L120
1) [chromium] › editor/various/undo.spec.js:87:2 › undo › should undo typing after non input change
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Object {
"blockIndex": 0,
- "endOffset": 16,
- "startOffset": 16,
+ "endOffset": 15,
+ "startOffset": 15,
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
118 | },
119 | ] );
> 120 | await expect.poll( undoUtils.getSelection ).toEqual( {
| ^
121 | blockIndex: 0,
122 | startOffset: 'before keyboard '.length,
123 | endOffset: 'before keyboard '.length,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/undo.spec.js:120:3
|
test/e2e/specs/editor/various/undo.spec.js#L120
1) [chromium] › editor/various/undo.spec.js:87:2 › undo › should undo typing after non input change
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Object {
"blockIndex": 0,
- "endOffset": 16,
- "startOffset": 16,
+ "endOffset": 15,
+ "startOffset": 15,
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
118 | },
119 | ] );
> 120 | await expect.poll( undoUtils.getSelection ).toEqual( {
| ^
121 | blockIndex: 0,
122 | startOffset: 'before keyboard '.length,
123 | endOffset: 'before keyboard '.length,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/undo.spec.js:120:3
|
test/e2e/specs/editor/various/undo.spec.js#L120
1) [chromium] › editor/various/undo.spec.js:87:2 › undo › should undo typing after non input change
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Object {
"blockIndex": 0,
- "endOffset": 16,
- "startOffset": 16,
+ "endOffset": 15,
+ "startOffset": 15,
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
118 | },
119 | ] );
> 120 | await expect.poll( undoUtils.getSelection ).toEqual( {
| ^
121 | blockIndex: 0,
122 | startOffset: 'before keyboard '.length,
123 | endOffset: 'before keyboard '.length,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/undo.spec.js:120:3
|
|
|
The logs for this run have expired and are no longer available.
Loading