fix(edgeless): should generate connectors' path once when loading con⦠#131
Annotations
5 errors and 1 notice
tests/attachment.spec.ts#L1
1) attachment.spec.ts:265:1 βΊ should rename attachment works βββββββββββββββββββββββββββββββββββββ
Test finished within timeout of 30000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
tests/utils/asserts.ts#L226
2) attachment.spec.ts:304:1 βΊ should turn attachment to image works ββββββββββββββββββββββββββββββ
Error: expect(received).toEqual(expected) // deep equality
Expected: 1
Received: 0
at utils/asserts.ts:226
224 | const editor = getEditorLocator(page);
225 | const actual = await editor.locator('.resizable-img').count();
> 226 | expect(actual).toEqual(count);
| ^
227 | }
228 |
229 | export async function assertDivider(page: Page, count: number) {
at assertRichImage (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:226:18)
at turnToEmbed (/home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:90:7)
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:315:3
|
tests/utils/actions/misc.ts#L247
3) bookmark.spec.ts:54:1 βΊ create bookmark by slash menu βββββββββββββββββββββββββββββββββββββββββ
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Please remove the \"console.log\" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment."
Received: "Unexpected console message: Failed to parse query! Current range is not a text node. Range"
at utils/actions/misc.ts:247
245 | expect
246 | .soft('Unexpected console message: ' + message.text())
> 247 | .toBe(
| ^
248 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
249 | );
250 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:247:10)
|
tests/utils/actions/misc.ts#L247
4) bookmark.spec.ts:186:1 βΊ copy url to create bookmark in page mode βββββββββββββββββββββββββββββ
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Please remove the \"console.log\" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment."
Received: "Unexpected console message: Failed to parse query! Current range is not a text node. Range"
at utils/actions/misc.ts:247
245 | expect
246 | .soft('Unexpected console message: ' + message.text())
> 247 | .toBe(
| ^
248 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
249 | );
250 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:247:10)
|
tests/utils/actions/misc.ts#L247
5) bookmark.spec.ts:296:1 βΊ support dragging bookmark block directly βββββββββββββββββββββββββββββ
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Please remove the \"console.log\" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment."
Received: "Unexpected console message: Failed to parse query! Current range is not a text node. Range"
at utils/actions/misc.ts:247
245 | expect
246 | .soft('Unexpected console message: ' + message.text())
> 247 | .toBe(
| ^
248 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
249 | );
250 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:247:10)
|
5 flaky
attachment.spec.ts:265:1 βΊ should rename attachment works ββββββββββββββββββββββββββββββββββββββ
attachment.spec.ts:304:1 βΊ should turn attachment to image works βββββββββββββββββββββββββββββββ
bookmark.spec.ts:54:1 βΊ create bookmark by slash menu ββββββββββββββββββββββββββββββββββββββββββ
bookmark.spec.ts:186:1 βΊ copy url to create bookmark in page mode ββββββββββββββββββββββββββββββ
bookmark.spec.ts:296:1 βΊ support dragging bookmark block directly ββββββββββββββββββββββββββββββ
16 skipped
44 passed (3.1m)
|
The logs for this run have expired and are no longer available.
Loading