perf: optimize snapshot job handling #6273
test.yml
on: pull_request
Install Dependencies
1m 13s
Build & Test
0s
Annotations
17 errors, 19 warnings, and 20 notices
slash-menu.spec.ts:373:3 › slash menu should show and hide correctly › should open and close menu when using left right arrow:
tests/slash-menu.spec.ts#L396
1) slash-menu.spec.ts:373:3 › slash menu should show and hide correctly › should open and close menu when using left right arrow, Enter, Esc keys
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.slash-menu[data-testid=sub-menu-0]').locator('icon-button').nth(4)
Expected string: "true"
Received string: "false"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.slash-menu[data-testid=sub-menu-0]').locator('icon-button').nth(4)
- locator resolved to <icon-button width="100%" tabindex="0" height="44px" hover="false" role="button" text="Other Headings" data-test-disabled="false" data-testid="Other Headings" class="slash-menu-item other-headings">…</icon-button>
- unexpected value "false"
- locator resolved to <icon-button width="100%" tabindex="0" height="44px" hover="false" role="button" text="Other Headings" data-test-disabled="false" data-testid="Other Headings" class="slash-menu-item other-headings">…</icon-button>
- unexpected value "false"
- locator resolved to <icon-button width="100%" tabindex="0" height="44px" hover="false" role="button" text="Other Headings" data-test-disabled="false" data-testid="Other Headings" class="slash-menu-item other-headings">…</icon-button>
- unexpected value "false"
- locator resolved to <icon-button width="100%" tabindex="0" height="44px" hover="false" role="button" text="Other Headings" data-test-disabled="false" data-testid="Other Headings" class="slash-menu-item other-headings">…</icon-button>
- unexpected value "false"
- locator resolved to <icon-button width="100%" tabindex="0" height="44px" hover="false" role="button" text="Other Headings" data-test-disabled="false" data-testid="Other Headings" class="slash-menu-item other-headings">…</icon-button>
- unexpected value "false"
- locator resolved to <icon-button width="100%" tabindex="0" height="44px" hover="false" role="button" text="Other Headings" data-test-disabled="false" data-testid="Other Headings" class="slash-menu-item other-headings">…</icon-button>
- unexpected value "false"
- locator resolved to <icon-button width="100%" tabindex="0" height="44px" hover="false" role="button" text="Other Headings" data-test-disabled="false" data-testid="Other Headings" class="slash-menu-item other-headings">…</icon-button>
- unexpected value "false"
- locator resolved to <icon-button width="100%" tabindex="0" height="44px" hover="false" role="button" text="Other Headings" data-test-disabled="false" data-testid="Other Headings" class="slash-menu-item other-headings">…</icon-button>
- unexpected value "false"
- locator resolved to <icon-button width="100%" tabindex="0" height="44px" hover="false" role="button" text="Other Headings" data-test-disabled="false" data-testid="Other Headings" class="slash-menu-item other-headings">…</icon-button>
- unexpected value "false"
394 | await type(page, '/');
395 | await pressArrowDown(page, 4);
> 396 | await expect(slashItems.nth(4)).toHaveAttribute('hover', 'true');
| ^
397 | await expect(slashItems.nth(4).locator('.text')).toHaveText([
398 | 'Other Headings',
399 | ]);
at /home/runner/work/blocksuite/blocksuite/tests/slash-menu.spec.ts:396:37
|
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 is not stable
- retrying click action, attempt #3
- waiting 100ms
- 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
|
src/__tests__/adapters/markdown.unit.spec.ts > snapshot to markdown > synced-doc:
packages/blocks/src/__tests__/adapters/markdown.unit.spec.ts#L2006
AssertionError: expected '# Test Doc\n\nHello\n\n# Synced Doc\n…' to be '# Test Doc\n\nHello\n\n# Synced Doc\n…' // Object.is equality
- Expected
+ Received
# Test Doc
Hello
# Synced Doc
- # Heading 1
-
- ## heading 2
-
- paragraph
-
- ~~strike~~
-
- ```cpp
- Hello world!
- ```
-
- Deepest Doc
-
World!
❯ src/__tests__/adapters/markdown.unit.spec.ts:2006:25
|
Unit Test (1)
Process completed with exit code 1.
|
edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block:
tests/utils/actions/misc.ts#L325
1) edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note 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: An error occurred while Y.doc doc:home transacting:"
at utils/actions/misc.ts:325
323 | expect
324 | .soft('Unexpected console message: ' + message.text())
> 325 | .toBe(
| ^
326 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
327 | );
328 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:325:10)
|
edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block:
tests/utils/actions/misc.ts#L325
1) edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block ─────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 11
- Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.
+ Unexpected console message: Error: Length exceeded!
+ at Sr (http://localhost:4173/assets/framework-BgwGjdWn.js:1:27310)
+ at gE (http://localhost:4173/assets/framework-BgwGjdWn.js:41:53552)
+ at _E (http://localhost:4173/assets/framework-BgwGjdWn.js:41:53611)
+ at http://localhost:4173/assets/framework-BgwGjdWn.js:41:56340
+ at Ae (http://localhost:4173/assets/framework-BgwGjdWn.js:41:37506)
+ at at.insert (http://localhost:4173/assets/framework-BgwGjdWn.js:41:56324)
+ at B2.addBlock (http://localhost:4173/assets/framework-BgwGjdWn.js:52:48990)
+ at http://localhost:4173/assets/framework-BgwGjdWn.js:52:66327
+ at http://localhost:4173/assets/framework-BgwGjdWn.js:52:73515
+ at Ae (http://localhost:4173/assets/framework-BgwGjdWn.js:41:37506)
at utils/actions/misc.ts:325
323 | expect
324 | .soft('Unexpected console message: ' + message.text())
> 325 | .toBe(
| ^
326 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
327 | );
328 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:325:10)
|
edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block:
tests/utils/actions/misc.ts#L325
1) edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note 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: An error occurred while Y.doc doc:home transacting:"
at utils/actions/misc.ts:325
323 | expect
324 | .soft('Unexpected console message: ' + message.text())
> 325 | .toBe(
| ^
326 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
327 | );
328 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:325:10)
|
edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block:
tests/utils/actions/misc.ts#L325
1) edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block ─────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 11
- Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.
+ Unexpected console message: Error: Length exceeded!
+ at Sr (http://localhost:4173/assets/framework-BgwGjdWn.js:1:27310)
+ at gE (http://localhost:4173/assets/framework-BgwGjdWn.js:41:53552)
+ at _E (http://localhost:4173/assets/framework-BgwGjdWn.js:41:53611)
+ at http://localhost:4173/assets/framework-BgwGjdWn.js:41:56340
+ at Ae (http://localhost:4173/assets/framework-BgwGjdWn.js:41:37506)
+ at at.insert (http://localhost:4173/assets/framework-BgwGjdWn.js:41:56324)
+ at B2.addBlock (http://localhost:4173/assets/framework-BgwGjdWn.js:52:48990)
+ at http://localhost:4173/assets/framework-BgwGjdWn.js:52:66327
+ at http://localhost:4173/assets/framework-BgwGjdWn.js:52:73515
+ at Ae (http://localhost:4173/assets/framework-BgwGjdWn.js:41:37506)
at utils/actions/misc.ts:325
323 | expect
324 | .soft('Unexpected console message: ' + message.text())
> 325 | .toBe(
| ^
326 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
327 | );
328 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:325:10)
|
edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block:
tests/utils/actions/misc.ts#L325
1) edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note 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: An error occurred while Y.doc doc:home transacting:"
at utils/actions/misc.ts:325
323 | expect
324 | .soft('Unexpected console message: ' + message.text())
> 325 | .toBe(
| ^
326 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
327 | );
328 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:325:10)
|
edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block:
tests/utils/actions/misc.ts#L325
1) edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block ─────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 11
- Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.
+ Unexpected console message: Error: Length exceeded!
+ at Sr (http://localhost:4173/assets/framework-BgwGjdWn.js:1:27310)
+ at gE (http://localhost:4173/assets/framework-BgwGjdWn.js:41:53552)
+ at _E (http://localhost:4173/assets/framework-BgwGjdWn.js:41:53611)
+ at http://localhost:4173/assets/framework-BgwGjdWn.js:41:56340
+ at Ae (http://localhost:4173/assets/framework-BgwGjdWn.js:41:37506)
+ at at.insert (http://localhost:4173/assets/framework-BgwGjdWn.js:41:56324)
+ at B2.addBlock (http://localhost:4173/assets/framework-BgwGjdWn.js:52:48990)
+ at http://localhost:4173/assets/framework-BgwGjdWn.js:52:66327
+ at http://localhost:4173/assets/framework-BgwGjdWn.js:52:73515
+ at Ae (http://localhost:4173/assets/framework-BgwGjdWn.js:41:37506)
at utils/actions/misc.ts:325
323 | expect
324 | .soft('Unexpected console message: ' + message.text())
> 325 | .toBe(
| ^
326 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
327 | );
328 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:325:10)
|
edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block:
tests/edgeless/paste-block.spec.ts#L64
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]').nth(2)
Expected string: "world"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('affine-edgeless-note[data-block-id="10"]').locator('[data-block-id]').nth(2)
62 | await expect(blocks.nth(0)).toContainText('hello');
63 | await expect(blocks.nth(1).locator('.resizable-img')).toBeVisible();
> 64 | await expect(blocks.nth(2)).toContainText('world');
| ^
65 | await expect(blocks.nth(3)).toContainText('code');
66 | });
67 | test('pasting a edgeless block', async ({ page }) => {
at /home/runner/work/blocksuite/blocksuite/tests/edgeless/paste-block.spec.ts:64:33
|
edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block:
tests/utils/actions/misc.ts#L325
1) edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note 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: An error occurred while Y.doc doc:home transacting:"
at utils/actions/misc.ts:325
323 | expect
324 | .soft('Unexpected console message: ' + message.text())
> 325 | .toBe(
| ^
326 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
327 | );
328 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:325:10)
|
edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block:
tests/utils/actions/misc.ts#L325
1) edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 11
- Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.
+ Unexpected console message: Error: Length exceeded!
+ at Sr (http://localhost:4173/assets/framework-BgwGjdWn.js:1:27310)
+ at gE (http://localhost:4173/assets/framework-BgwGjdWn.js:41:53552)
+ at _E (http://localhost:4173/assets/framework-BgwGjdWn.js:41:53611)
+ at http://localhost:4173/assets/framework-BgwGjdWn.js:41:56340
+ at Ae (http://localhost:4173/assets/framework-BgwGjdWn.js:41:37506)
+ at at.insert (http://localhost:4173/assets/framework-BgwGjdWn.js:41:56324)
+ at B2.addBlock (http://localhost:4173/assets/framework-BgwGjdWn.js:52:48990)
+ at http://localhost:4173/assets/framework-BgwGjdWn.js:52:66327
+ at http://localhost:4173/assets/framework-BgwGjdWn.js:52:73515
+ at Ae (http://localhost:4173/assets/framework-BgwGjdWn.js:41:37506)
at utils/actions/misc.ts:325
323 | expect
324 | .soft('Unexpected console message: ' + message.text())
> 325 | .toBe(
| ^
326 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
327 | );
328 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:325:10)
|
edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block:
tests/utils/actions/misc.ts#L325
1) edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note 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: An error occurred while Y.doc doc:home transacting:"
at utils/actions/misc.ts:325
323 | expect
324 | .soft('Unexpected console message: ' + message.text())
> 325 | .toBe(
| ^
326 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
327 | );
328 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:325:10)
|
edgeless/connector/label.spec.ts:306:3 › connector label with straight shape › should exit the label editing state when pressing `Mod-Enter` or `Escape`:
tests/utils/asserts.ts#L226
1) edgeless/connector/label.spec.ts:306:3 › connector label with straight shape › should exit the label editing state when pressing `Mod-Enter` or `Escape`
Error: expect(received).toEqual(expected) // deep equality
Expected: "b"
Received: "a"
at utils/asserts.ts:226
224 | return inlineEditor?.yText.toString();
225 | });
> 226 | expect(actualTexts).toEqual(text);
| ^
227 | }
228 |
229 | export async function assertRichImage(page: Page, count: number) {
at assertEdgelessCanvasText (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:226:23)
at /home/runner/work/blocksuite/blocksuite/tests/edgeless/connector/label.spec.ts:323:5
|
Build & Test
Process completed 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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (9)
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 (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 (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
1 skipped
45 passed (43.9s)
|
🎭 Playwright Run Summary
4 skipped
41 passed (45.0s)
|
🎭 Playwright Run Summary
45 passed (47.6s)
|
🎭 Playwright Run Summary
46 passed (51.5s)
|
🎭 Playwright Run Summary
1 flaky
slash-menu.spec.ts:373:3 › slash menu should show and hide correctly › should open and close menu when using left right arrow, Enter, Esc keys
3 skipped
41 passed (44.4s)
|
🎭 Playwright Run Summary
2 skipped
43 passed (50.1s)
|
🎭 Playwright Run Summary
45 passed (50.8s)
|
🎭 Playwright Run Summary
45 passed (51.8s)
|
🎭 Playwright Run Summary
45 passed (56.6s)
|
🎭 Playwright Run Summary
1 flaky
selection/native.spec.ts:289:1 › cursor move to up and down with children block ────────────────
44 passed (57.1s)
|
🎭 Playwright Run Summary
45 passed (55.3s)
|
🎭 Playwright Run Summary
45 passed (1.1m)
|
🎭 Playwright Run Summary
10 skipped
35 passed (1.2m)
|
🎭 Playwright Run Summary
1 flaky
edgeless/shortcut.spec.ts:119:1 › should not switch shapes in editing ──────────────────────────
2 skipped
42 passed (1.1m)
|
🎭 Playwright Run Summary
45 passed (1.1m)
|
🎭 Playwright Run Summary
45 passed (1.3m)
|
🎭 Playwright Run Summary
1 skipped
44 passed (1.4m)
|
🎭 Playwright Run Summary
1 skipped
44 passed (1.6m)
|
🎭 Playwright Run Summary
2 failed
edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block ──────────────────────
edgeless/paste-block.spec.ts:67:3 › pasting blocks › pasting a edgeless block ──────────────────
1 flaky
edgeless/note/note.spec.ts:246:1 › duplicate note should work correctly ────────────────────────
42 passed (1.6m)
|
🎭 Playwright Run Summary
1 flaky
edgeless/connector/label.spec.ts:306:3 › connector label with straight shape › should exit the label editing state when pressing `Mod-Enter` or `Escape`
44 passed (1.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-results-e2e-10
Expired
|
14.4 MB |
|