Skip to content

fix: yjs warning

fix: yjs warning #6619

Triggered via pull request October 14, 2024 14:03
Status Failure
Total duration 4m 40s
Artifacts 2

test.yml

on: pull_request
Install Dependencies
1m 1s
Install Dependencies
Matrix: E2E Test
Matrix: Unit Test
Build & Test
0s
Build & Test
Fit to window
Zoom out
Zoom in

Annotations

21 errors, 18 warnings, and 20 notices
zero-width.spec.ts:65:1 › create a paragraph-block while clicking between two non-paragraph-block: tests/utils/actions/misc.ts#L329
1) zero-width.spec.ts:65:1 › create a paragraph-block while clicking between two non-paragraph-block 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 load resource: the server responded with a status of 403 ()" at utils/actions/misc.ts:329 327 | expect 328 | .soft('Unexpected console message: ' + message.text()) > 329 | .toBe( | ^ 330 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.' 331 | ); 332 | } at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:329:10)
zero-width.spec.ts:65:1 › create a paragraph-block while clicking between two non-paragraph-block: tests/utils/actions/misc.ts#L329
1) zero-width.spec.ts:65:1 › create a paragraph-block while clicking between two non-paragraph-block Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 load resource: the server responded with a status of 403 ()" at utils/actions/misc.ts:329 327 | expect 328 | .soft('Unexpected console message: ' + message.text()) > 329 | .toBe( | ^ 330 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.' 331 | ); 332 | } at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:329:10)
zero-width.spec.ts:65:1 › create a paragraph-block while clicking between two non-paragraph-block: tests/utils/actions/misc.ts#L329
1) zero-width.spec.ts:65:1 › create a paragraph-block while clicking between two non-paragraph-block Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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 load resource: the server responded with a status of 403 ()" at utils/actions/misc.ts:329 327 | expect 328 | .soft('Unexpected console message: ' + message.text()) > 329 | .toBe( | ^ 330 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.' 331 | ); 332 | } at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:329:10)
zero-width.spec.ts:65:1 › create a paragraph-block while clicking between two non-paragraph-block: tests/utils/actions/misc.ts#L329
1) zero-width.spec.ts:65:1 › create a paragraph-block while clicking between two non-paragraph-block Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── 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 load resource: the server responded with a status of 403 ()" at utils/actions/misc.ts:329 327 | expect 328 | .soft('Unexpected console message: ' + message.text()) > 329 | .toBe( | ^ 330 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.' 331 | ); 332 | } at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:329:10)
E2E Test (20)
Process completed with exit code 1.
clipboard/clipboard.spec.ts:325:1 › clipboard copy nested items: tests/clipboard/clipboard.spec.ts#L348
1) clipboard/clipboard.spec.ts:325:1 › clipboard copy nested items ─────────────────────────────── Error: Snapshot comparison failed: bc d test Expected: /home/runner/work/blocksuite/blocksuite/tests/snapshots/clipboard/clipboard.spec.ts/clipboard-copy-nested-items-clipboard.md Received: /home/runner/work/blocksuite/blocksuite/tests/test-results/clipboard-clipboard-clipboard-copy-nested-items/clipboard-copy-nested-items-clipboard-actual.md 346 | const html = await getClipboardHTML(page); 347 | const snapshot = await getClipboardSnapshot(page); > 348 | expect(text).toMatchSnapshot(`${testInfo.title}-clipboard.md`); | ^ 349 | expect(JSON.stringify(snapshot.snapshot.content, null, 2)).toMatchSnapshot( 350 | `${testInfo.title}-clipboard.json` 351 | ); at /home/runner/work/blocksuite/blocksuite/tests/clipboard/clipboard.spec.ts:348:16
selection/native.spec.ts:289:1 › cursor move to up and down with children block: tests/selection/native.spec.ts#L318
1) selection/native.spec.ts:289:1 › cursor move to up and down with children block ─────────────── Error: expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 12 Received: -1 316 | const textTwo = await getInlineSelectionText(page); 317 | expect(textTwo).toBe('arrow down test 1'); > 318 | expect(indexTwo).toBeGreaterThanOrEqual(12); | ^ 319 | expect(indexTwo).toBeLessThanOrEqual(17); 320 | await page.keyboard.press('ArrowDown'); 321 | const textThree = await getInlineSelectionText(page); at /home/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:318:20
edgeless/shortcut.spec.ts:119:1 › should not switch shapes in editing: tests/utils/actions/edgeless.ts#L357
1) edgeless/shortcut.spec.ts:119:1 › should not switch shapes in editing ───────────────────────── TimeoutError: locator.click: Timeout 5000ms exceeded. Call log: - waiting for locator('edgeless-tool-icon-button').filter({ hasText: 'Square' }) - locator resolved to <edgeless-tool-icon-button role="button">…</edgeless-tool-icon-button> - attempting click action - waiting for element to be visible, enabled and stable - element is not stable - retrying click action, attempt #1 - waiting for element to be visible, enabled and stable - element is not stable - retrying click action, attempt #2 - waiting 20ms - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying at utils/actions/edgeless.ts:357 355 | .locator('edgeless-tool-icon-button') 356 | .filter({ hasText: shape }); > 357 | await squareShapeButton.click(); | ^ 358 | break; 359 | } 360 | } at setEdgelessTool (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:357:31) at /home/runner/work/blocksuite/blocksuite/tests/edgeless/shortcut.spec.ts:137:3
attachment.spec.ts:670:1 › indent attachment block to paragraph: tests/attachment.spec.ts#L69
1) attachment.spec.ts:670:1 › indent attachment block to paragraph ─────────────────────────────── TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser" =========================== logs =========================== waiting for event "filechooser" ============================================================ 67 | await expect(slashMenu).toBeVisible(); 68 | > 69 | const fileChooser = page.waitForEvent('filechooser'); | ^ 70 | await pressEnter(page); 71 | await sleep(100); 72 | await (await fileChooser).setFiles(FILE_PATH); at insertAttachment (/home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:69:30) at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:677:3
edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block: tests/edgeless/paste-block.spec.ts#L62
1) edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block ───────────────────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('affine-edgeless-note[data-block-id="10"]').locator('[data-block-id]').first() - Expected string - 1 + Received string + 21 - hello + + + + + ​ + + + Type '/' for commands + + + + + + + + + + + + + Call log: - expect.toContainText with timeout 5000ms - waiting for locator('affine-edgeless-note[data-block-id="10"]').locator('[data-block-id]').first() - locator resolved to <affine-paragraph data-block-id="11">…</affine-paragraph> - unexpected value " ​ Type '/' for commands " - locator resolved to <affine-paragraph data-block-id="11">…</affine-paragraph> - unexpected value " ​ Type '/' for commands " - locator resolved to <affine-paragraph data-block-id="11">…</affine-paragraph> - unexpected value " ​ Type '/' for commands " - locator resolved to <affine-paragraph data-block-id="11">…</affine-paragraph> - unexpected value " ​ Type '/' for commands " - locator resolved to <affine-paragraph data-block-id="11">…</affine-paragraph> - unexpected value " ​ Type '/' for commands " - locator resolved to <affine-paragraph data-block-id="11">…</affine-paragraph> - unexpected value " ​ Type '/' for commands " - locator resolved to <affine-paragraph data-block-id="11">…</affine-paragraph> - unexpected value " ​ Type '/' for commands " - locator resolved to <affine-paragraph data-block-id="11">…</affine-paragraph> - unexpected value " ​ Type '/' for commands " - locator resolved to <affine-paragraph data-block-id=
edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap: tests/utils/actions/misc.ts#L329
1) edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap, turn it into a linked doc 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: Invalid access: Add Yjs type to a document before reading data." at utils/actions/misc.ts:329 327 | expect 328 | .soft('Unexpected console message: ' + message.text()) > 329 | .toBe( | ^ 330 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.' 331 | ); 332 | } at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:329:10)
edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap: tests/utils/actions/misc.ts#L329
1) edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap, turn it into a linked doc 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: Invalid access: Add Yjs type to a document before reading data." at utils/actions/misc.ts:329 327 | expect 328 | .soft('Unexpected console message: ' + message.text()) > 329 | .toBe( | ^ 330 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.' 331 | ); 332 | } at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:329:10)
edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap: tests/utils/actions/misc.ts#L329
1) edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap, turn it into a linked doc Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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: Invalid access: Add Yjs type to a document before reading data." at utils/actions/misc.ts:329 327 | expect 328 | .soft('Unexpected console message: ' + message.text()) > 329 | .toBe( | ^ 330 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.' 331 | ); 332 | } at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:329:10)
edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap: tests/utils/actions/misc.ts#L329
1) edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap, turn it into a linked doc Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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: Invalid access: Add Yjs type to a document before reading data." at utils/actions/misc.ts:329 327 | expect 328 | .soft('Unexpected console message: ' + message.text()) > 329 | .toBe( | ^ 330 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.' 331 | ); 332 | } at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:329:10)
edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap: tests/utils/actions/misc.ts#L329
1) edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap, turn it into a linked doc Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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: Invalid access: Add Yjs type to a document before reading data." at utils/actions/misc.ts:329 327 | expect 328 | .soft('Unexpected console message: ' + message.text()) > 329 | .toBe( | ^ 330 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.' 331 | ); 332 | } at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:329:10)
edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap: tests/utils/actions/misc.ts#L329
1) edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap, turn it into a linked doc Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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: Invalid access: Add Yjs type to a document before reading data." at utils/actions/misc.ts:329 327 | expect 328 | .soft('Unexpected console message: ' + message.text()) > 329 | .toBe( | ^ 330 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.' 331 | ); 332 | } at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:329:10)
edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap: tests/utils/actions/misc.ts#L329
1) edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap, turn it into a linked doc Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── 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: Invalid access: Add Yjs type to a document before reading data." at utils/actions/misc.ts:329 327 | expect 328 | .soft('Unexpected console message: ' + message.text()) > 329 | .toBe( | ^ 330 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.' 331 | ); 332 | } at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:329:10)
edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap: tests/utils/actions/misc.ts#L329
1) edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap, turn it into a linked doc Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── 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: Invalid access: Add Yjs type to a document before reading data." at utils/actions/misc.ts:329 327 | expect 328 | .soft('Unexpected console message: ' + message.text()) > 329 | .toBe( | ^ 330 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.' 331 | ); 332 | } at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:329:10)
edgeless/note/drag-handle.spec.ts:122:1 › drag handle should work across multiple notes: tests/edgeless/note/drag-handle.spec.ts#L148
2) edgeless/note/drag-handle.spec.ts:122:1 › drag handle should work across multiple notes ─────── Error: Timed out 5000ms waiting for expect(locator).toBeHidden() Locator: locator('.affine-drag-handle-container') Expected: hidden Received: visible Call log: - expect.toBeHidden with timeout 5000ms - waiting for locator('.affine-drag-handle-container') - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" 146 | await dragHandleFromBlockToBlockBottomById(page, '3', '4'); 147 | await waitNextFrame(page); > 148 | await expect(page.locator('.affine-drag-handle-container')).toBeHidden(); | ^ 149 | await assertRichTexts(page, ['456', '123', '789', '000']); 150 | 151 | await expect(page.locator('selected > *')).toHaveCount(0); at /home/runner/work/blocksuite/blocksuite/tests/edgeless/note/drag-handle.spec.ts:148:63
E2E Test (9)
Process completed with exit code 1.
Build & Test
Process completed with exit code 1.
E2E Test (3)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (15)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (2)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (16)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (18)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (4)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (17)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (14)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (19)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (5)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (12)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (13)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (1)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (6)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (10)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (11)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (8)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (7)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
🎭 Playwright Run Summary
4 skipped 42 passed (44.8s)
🎭 Playwright Run Summary
1 failed zero-width.spec.ts:65:1 › create a paragraph-block while clicking between two non-paragraph-block 3 skipped 41 passed (48.5s)
🎭 Playwright Run Summary
2 skipped 43 passed (48.6s)
🎭 Playwright Run Summary
1 flaky clipboard/clipboard.spec.ts:325:1 › clipboard copy nested items ──────────────────────────────── 1 skipped 44 passed (48.9s)
🎭 Playwright Run Summary
45 passed (52.0s)
🎭 Playwright Run Summary
1 flaky selection/native.spec.ts:289:1 › cursor move to up and down with children block ──────────────── 44 passed (57.5s)
🎭 Playwright Run Summary
46 passed (55.4s)
🎭 Playwright Run Summary
45 passed (46.9s)
🎭 Playwright Run Summary
46 passed (55.9s)
🎭 Playwright Run Summary
45 passed (51.9s)
🎭 Playwright Run Summary
46 passed (1.1m)
🎭 Playwright Run Summary
1 flaky edgeless/shortcut.spec.ts:119:1 › should not switch shapes in editing ────────────────────────── 2 skipped 43 passed (1.1m)
🎭 Playwright Run Summary
46 passed (1.2m)
🎭 Playwright Run Summary
1 flaky attachment.spec.ts:670:1 › indent attachment block to paragraph ──────────────────────────────── 45 passed (55.1s)
🎭 Playwright Run Summary
46 passed (1.4m)
🎭 Playwright Run Summary
1 flaky edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block ────────────────────── 45 passed (1.3m)
🎭 Playwright Run Summary
1 failed edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap, turn it into a linked doc 1 flaky edgeless/note/drag-handle.spec.ts:122:1 › drag handle should work across multiple notes ──────── 10 skipped 34 passed (1.4m)
🎭 Playwright Run Summary
1 skipped 45 passed (1.5m)
🎭 Playwright Run Summary
46 passed (1.7m)
🎭 Playwright Run Summary
1 skipped 45 passed (1.7m)

Artifacts

Produced during runtime
Name Size
test-results-e2e-20
2.91 MB
test-results-e2e-9
10.8 MB