feat(page): enter key also triggers inline style formatting #13166
Annotations
2 errors and 1 notice
tests/utils/asserts.ts#L186
1) clipboard.spec.ts:1292:1 › paste parent block ─────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
"This is parent",
- "This is child 1",
- "This is child 2Thi",
+ "his is child 1",
+ "his is child 2his",
]
at utils/asserts.ts:186
184 | });
185 | }, currentEditorIndex);
> 186 | expect(actualTexts).toEqual(texts);
| ^
187 | }
188 |
189 | export async function assertSelectionPath(page: Page, expected: string[]) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:186:23)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard.spec.ts:1311:3
|
tests/utils/asserts.ts#L186
2) database/clipboard.spec.ts:34:3 › copy&paste when editing › should support copy&paste of the title column
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
"Database 1",
- "c123",
+ "3",
]
at utils/asserts.ts:186
184 | });
185 | }, currentEditorIndex);
> 186 | expect(actualTexts).toEqual(texts);
| ^
187 | }
188 |
189 | export async function assertSelectionPath(page: Page, expected: string[]) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:186:23)
at /home/runner/work/blocksuite/blocksuite/tests/database/clipboard.spec.ts:55:5
|
|
The logs for this run have expired and are no longer available.
Loading