refactor(store): add ref count to doc #8750
test.yml
on: pull_request
Install Dependencies
1m 5s
Build & Test
0s
Annotations
17 errors, 48 warnings, and 20 notices
clipboard/list.spec.ts:307:1 › paste non-nested lists to a nested list:
tests/utils/asserts.ts#L209
1) clipboard/list.spec.ts:307:1 › paste non-nested lists to a nested list ────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
- "123",
- "456aaa",
+ "aaa123",
+ "456",
"bbb",
]
at utils/asserts.ts:209
207 | });
208 | }, currentEditorIndex);
> 209 | expect(actualTexts).toEqual(texts);
| ^
210 | }
211 |
212 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:209:23)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard/list.spec.ts:342:3
|
attachment.spec.ts:741:1 › attachment can be dragged from note to surface top level block:
tests/attachment.spec.ts#L69
1) attachment.spec.ts:741:1 › attachment can be dragged from note to surface top level block ─────
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:749:3
|
edgeless/shortcut.spec.ts:119:1 › should not switch shapes in editing:
tests/utils/actions/edgeless.ts#L358
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-slide-menu edgeless-tool-icon-button').filter({ hasText: 'Square' })
- locator resolved to <edgeless-tool-icon-button role="button">…</edgeless-tool-icon-button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at utils/actions/edgeless.ts:358
356 | .locator('edgeless-slide-menu edgeless-tool-icon-button')
357 | .filter({ hasText: shape });
> 358 | await squareShapeButton.click();
| ^
359 | break;
360 | }
361 | }
at setEdgelessTool (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:358:31)
at /home/runner/work/blocksuite/blocksuite/tests/edgeless/shortcut.spec.ts:137:3
|
format-bar.spec.ts:239:1 › should format quick bar be able to change background color:
tests/format-bar.spec.ts#L276
1) format-bar.spec.ts:239:1 › should format quick bar be able to change background color ─────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget').getByTestId('unset')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget').getByTestId('unset')
9 × locator resolved to <editor-menu-action role="button" data-testid="unset">…</editor-menu-action>
- unexpected value "hidden"
274 | );
275 |
> 276 | await expect(highlight.defaultColorBtn).toBeVisible();
| ^
277 | await highlight.defaultColorBtn.click();
278 |
279 | expect(await getPageSnapshot(page, true)).toMatchSnapshot(
at /home/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:276:43
|
format-bar.spec.ts:239:1 › should format quick bar be able to change background color:
tests/format-bar.spec.ts#L276
1) format-bar.spec.ts:239:1 › should format quick bar be able to change background color ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget').getByTestId('unset')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget').getByTestId('unset')
9 × locator resolved to <editor-menu-action role="button" data-testid="unset">…</editor-menu-action>
- unexpected value "hidden"
274 | );
275 |
> 276 | await expect(highlight.defaultColorBtn).toBeVisible();
| ^
277 | await highlight.defaultColorBtn.click();
278 |
279 | expect(await getPageSnapshot(page, true)).toMatchSnapshot(
at /home/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:276:43
|
format-bar.spec.ts:239:1 › should format quick bar be able to change background color:
tests/format-bar.spec.ts#L277
1) format-bar.spec.ts:239:1 › should format quick bar be able to change background color ─────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('.affine-format-bar-widget').getByTestId('unset')
- locator resolved to <editor-menu-action role="button" data-testid="unset">…</editor-menu-action>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 100ms
9 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 500ms
275 |
276 | await expect(highlight.defaultColorBtn).toBeVisible();
> 277 | await highlight.defaultColorBtn.click();
| ^
278 |
279 | expect(await getPageSnapshot(page, true)).toMatchSnapshot(
280 | `${testInfo.title}_default_color.json`
at /home/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:277:35
|
linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works:
tests/utils/actions/misc.ts#L332
1) linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works ───────
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: %c[yjs] %cChanged the client-id because another client seems to be using it. color:orange;font-weight:bold; color:red;font-weight:normal;"
at utils/actions/misc.ts:332
330 | expect
331 | .soft('Unexpected console message: ' + message.text())
> 332 | .toBe(
| ^
333 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
334 | );
335 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:332:10)
|
linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works:
tests/utils/actions/misc.ts#L332
1) linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works ───────
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: %c[yjs] %cChanged the client-id because another client seems to be using it. color:orange;font-weight:bold; color:red;font-weight:normal;"
at utils/actions/misc.ts:332
330 | expect
331 | .soft('Unexpected console message: ' + message.text())
> 332 | .toBe(
| ^
333 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
334 | );
335 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:332:10)
|
linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works:
tests/utils/actions/misc.ts#L332
1) linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works ───────
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: %c[yjs] %cChanged the client-id because another client seems to be using it. color:orange;font-weight:bold; color:red;font-weight:normal;"
at utils/actions/misc.ts:332
330 | expect
331 | .soft('Unexpected console message: ' + message.text())
> 332 | .toBe(
| ^
333 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
334 | );
335 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:332:10)
|
linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works:
tests/utils/actions/misc.ts#L332
1) linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works ───────
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: %c[yjs] %cChanged the client-id because another client seems to be using it. color:orange;font-weight:bold; color:red;font-weight:normal;"
at utils/actions/misc.ts:332
330 | expect
331 | .soft('Unexpected console message: ' + message.text())
> 332 | .toBe(
| ^
333 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
334 | );
335 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:332:10)
|
linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works:
tests/utils/actions/misc.ts#L332
1) linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works ───────
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: %c[yjs] %cChanged the client-id because another client seems to be using it. color:orange;font-weight:bold; color:red;font-weight:normal;"
at utils/actions/misc.ts:332
330 | expect
331 | .soft('Unexpected console message: ' + message.text())
> 332 | .toBe(
| ^
333 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
334 | );
335 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:332:10)
|
linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works:
tests/utils/actions/misc.ts#L332
1) linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works ───────
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: %c[yjs] %cChanged the client-id because another client seems to be using it. color:orange;font-weight:bold; color:red;font-weight:normal;"
at utils/actions/misc.ts:332
330 | expect
331 | .soft('Unexpected console message: ' + message.text())
> 332 | .toBe(
| ^
333 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
334 | );
335 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:332:10)
|
linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works:
tests/utils/actions/misc.ts#L332
1) linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works ───────
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: %c[yjs] %cChanged the client-id because another client seems to be using it. color:orange;font-weight:bold; color:red;font-weight:normal;"
at utils/actions/misc.ts:332
330 | expect
331 | .soft('Unexpected console message: ' + message.text())
> 332 | .toBe(
| ^
333 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
334 | );
335 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:332:10)
|
linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works:
tests/linked-page.spec.ts#L654
1) linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.linked-doc-popover')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.linked-doc-popover')
652 | const { pageBtn, linkedDocPopover } = getLinkedDocPopover(page);
653 | await type(page, '@');
> 654 | await expect(linkedDocPopover).toBeVisible();
| ^
655 | await expect(pageBtn).toHaveText([
656 | 'page0',
657 | 'page1',
at /home/runner/work/blocksuite/blocksuite/tests/linked-page.spec.ts:654:36
|
linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works:
tests/utils/actions/misc.ts#L332
1) linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works ───────
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: %c[yjs] %cChanged the client-id because another client seems to be using it. color:orange;font-weight:bold; color:red;font-weight:normal;"
at utils/actions/misc.ts:332
330 | expect
331 | .soft('Unexpected console message: ' + message.text())
> 332 | .toBe(
| ^
333 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
334 | );
335 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:332:10)
|
linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works:
tests/utils/actions/misc.ts#L332
1) linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works ───────
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: %c[yjs] %cChanged the client-id because another client seems to be using it. color:orange;font-weight:bold; color:red;font-weight:normal;"
at utils/actions/misc.ts:332
330 | expect
331 | .soft('Unexpected console message: ' + message.text())
> 332 | .toBe(
| ^
333 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
334 | );
335 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:332:10)
|
Build & Test
Process completed with exit code 1.
|
Install Dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E Test (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E Test (20)
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)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 (2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|
Unit Test (3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E Test (19)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 (3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 (14)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 (10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 (1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E Test (15)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 (4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|
Unit Test (1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit Test (5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit Test (2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E Test (12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 (5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 (13)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 (9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E Test (9)
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Unit Test (4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E Test (6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 (7)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|
E2E Test (16)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E Test (8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 (11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build & Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
3 skipped
45 passed (37.5s)
|
🎭 Playwright Run Summary
48 passed (41.6s)
|
🎭 Playwright Run Summary
1 flaky
clipboard/list.spec.ts:307:1 › paste non-nested lists to a nested list ─────────────────────────
1 skipped
47 passed (41.0s)
|
🎭 Playwright Run Summary
48 passed (50.1s)
|
🎭 Playwright Run Summary
4 skipped
45 passed (49.8s)
|
🎭 Playwright Run Summary
49 passed (56.3s)
|
🎭 Playwright Run Summary
1 skipped
48 passed (54.5s)
|
🎭 Playwright Run Summary
48 passed (52.4s)
|
🎭 Playwright Run Summary
1 flaky
attachment.spec.ts:741:1 › attachment can be dragged from note to surface top level block ──────
2 skipped
46 passed (53.0s)
|
🎭 Playwright Run Summary
1 skipped
48 passed (54.2s)
|
🎭 Playwright Run Summary
49 passed (55.4s)
|
🎭 Playwright Run Summary
1 flaky
edgeless/shortcut.spec.ts:119:1 › should not switch shapes in editing ──────────────────────────
3 skipped
45 passed (1.1m)
|
🎭 Playwright Run Summary
6 skipped
43 passed (1.3m)
|
🎭 Playwright Run Summary
1 flaky
format-bar.spec.ts:239:1 › should format quick bar be able to change background color ──────────
48 passed (1.2m)
|
🎭 Playwright Run Summary
10 skipped
39 passed (1.4m)
|
🎭 Playwright Run Summary
49 passed (1.3m)
|
🎭 Playwright Run Summary
1 skipped
48 passed (1.5m)
|
🎭 Playwright Run Summary
4 failed
linked-page.spec.ts:619:3 › linked page popover › should multiple paste query not works ────────
linked-page.spec.ts:837:3 › Customize linked doc title and description › should set a custom title for inline link
linked-page.spec.ts:916:3 › Customize linked doc title and description › should set a custom title and description for card link
linked-page.spec.ts:1023:3 › Customize linked doc title and description › should automatically switch to card view and set a custom title and description
1 skipped
43 passed (1.5m)
|
🎭 Playwright Run Summary
49 passed (1.5m)
|
🎭 Playwright Run Summary
49 passed (1.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-results-e2e-16
|
14.5 MB |
|