feat(edgeless): frame navigator optimization (#5498) #73
Annotations
4 errors and 1 notice
tests/attachment.spec.ts#L1
1) attachment.spec.ts:261:1 › should rename attachment works ─────────────────────────────────────
Test timeout of 30000ms exceeded.
|
tests/utils/actions/keyboard.ts#L27
1) attachment.spec.ts:261:1 › should rename attachment works ─────────────────────────────────────
Error: keyboard.type: Test timeout of 30000ms exceeded.
at utils/actions/keyboard.ts:27
25 |
26 | export async function type(page: Page, content: string, delay = 50) {
> 27 | await page.keyboard.type(content, { delay });
| ^
28 | }
29 |
30 | export async function withPressKey(
at type (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/keyboard.ts:27:23)
at rename (/home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:98:13)
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:296:3
|
eval at evaluate (:226:30)#L3
2) attachment.spec.ts:300:1 › should turn attachment to image works ──────────────────────────────
Error: page.evaluate: TypeError: Cannot read properties of null (reading 'getBoundingClientRect')
at eval (eval at evaluate (:226:30), <anonymous>:3:43)
at UtilityScript.evaluate (<anonymous>:228:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/blocksuite/blocksuite/eval at evaluate (:226:30), <anonymous>:3:43)
at UtilityScript.evaluate (/home/runner/work/blocksuite/blocksuite/<anonymous>:228:17)
at UtilityScript.<anonymous> (/home/runner/work/blocksuite/blocksuite/<anonymous>:1:44)
at moveToImage (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:200:31)
at turnImageToCard (/home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:105:13)
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:342:9
|
tests/utils/asserts.ts#L145
3) clipboard.spec.ts:91:1 › clipboard copy paste title ───────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "testtest"
Received: "test"
at utils/asserts.ts:145
143 | const vEditor = editor.locator('[data-block-is-title="true"]').first();
144 | const vText = virgoEditorInnerTextToString(await vEditor.innerText());
> 145 | expect(vText).toBe(text);
| ^
146 | }
147 |
148 | export async function assertVEditorDeltas(
at assertTitle (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:145:17)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard.spec.ts:102:3
|
3 flaky
attachment.spec.ts:261:1 › should rename attachment works ──────────────────────────────────────
attachment.spec.ts:300:1 › should turn attachment to image works ───────────────────────────────
clipboard.spec.ts:91:1 › clipboard copy paste title ────────────────────────────────────────────
64 passed (3.4m)
|
The logs for this run have expired and are no longer available.
Loading