fix(edgeless): set default shape style as general type and text font-family as sans-serif #13392
Annotations
2 errors and 1 notice
Run playwright test:
tests/edgeless/basic.spec.ts#L1
1) edgeless/basic.spec.ts:255:1 › Before and after switching to Edgeless, the previous zoom ratio and position when Edgeless was opened should be remembered
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/asserts.ts#L187
2) edgeless/block-hub.spec.ts:21:1 › block hub should drag and drop a card into existing note ────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
"123",
- "000",
+ "00",
"456",
"789",
]
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/edgeless/block-hub.spec.ts:49:3
|
Run playwright test
2 flaky
edgeless/basic.spec.ts:255:1 › Before and after switching to Edgeless, the previous zoom ratio and position when Edgeless was opened should be remembered
edgeless/block-hub.spec.ts:21:1 › block hub should drag and drop a card into existing note ─────
64 passed (9.2m)
|
The logs for this run have expired and are no longer available.
Loading