fix(edgeless): set default shape style as general type and text font-family as sans-serif #13392
Annotations
1 error and 1 notice
Run playwright test:
tests/utils/asserts.ts#L187
1) selection/native.spec.ts:887:1 › Delete the blank line between two dividers ───────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
Array [
"",
- "",
]
at utils/asserts.ts:187
185 | });
186 | }, currentEditorIndex);
> 187 | expect(actualTexts).toEqual(texts);
| ^
188 | }
189 |
190 | export async function assertSelectionPath(page: Page, expected: string[]) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:187:23)
at /home/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:899:3
|
Run playwright test
1 flaky
selection/native.spec.ts:887:1 › Delete the blank line between two dividers ────────────────────
1 skipped
64 passed (2.9m)
|
The logs for this run have expired and are no longer available.
Loading