fix(edgeless): should be able to change embed card style (#6159) #147
Annotations
7 errors, 1 warning, and 1 notice
tests/clipboard.spec.ts#L1
1) clipboard.spec.ts:766:1 › pasting into empty list should not convert the list into paragraph ──
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/clipboard.spec.ts#L1
2) clipboard.spec.ts:921:1 › should copy and paste of database work ──────────────────────────────
Test timeout of 30000ms exceeded.
|
tests/utils/actions/misc.ts#L558
2) clipboard.spec.ts:921:1 › should copy and paste of database work ──────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-block-is-database-title="true"]')
at utils/actions/misc.ts:558
556 | export async function focusDatabaseTitle(page: Page) {
557 | const dbTitle = page.locator('[data-block-is-database-title="true"]');
> 558 | await dbTitle.click();
| ^
559 |
560 | await page.evaluate(() => {
561 | const dbTitle = document.querySelector(
at focusDatabaseTitle (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:558:17)
at initDatabaseDynamicRowWithData (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:547:9)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard.spec.ts:927:3
|
tests/clipboard.spec.ts#L1
3) clipboard.spec.ts:1020:1 › copy canvas element and text note in edgeless mode ─────────────────
Test timeout of 30000ms exceeded.
|
tests/utils/actions/misc.ts#L301
3) clipboard.spec.ts:1020:1 › copy canvas element and text note in edgeless mode ─────────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at utils/actions/misc.ts:301
299 | frameTimeout = NEXT_FRAME_TIMEOUT
300 | ) {
> 301 | await page.waitForTimeout(frameTimeout);
| ^
302 | }
303 |
304 | export async function waitForPageReady(page: Page) {
at waitNextFrame (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:301:14)
at switchEditorMode (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:110:9)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard.spec.ts:1023:3
|
tests/utils/asserts.ts#L186
4) clipboard.spec.ts:1040:1 › copy when text note active in edgeless ─────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "12345551234"
Received: "1234555test"
at utils/asserts.ts:186
184 | export async function assertText(page: Page, text: string, i = 0) {
185 | const actual = await getStringFromRichText(page, i);
> 186 | expect(actual).toBe(text);
| ^
187 | }
188 |
189 | export async function assertTextContain(page: Page, text: string, i = 0) {
at assertText (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:186:18)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard.spec.ts:1055:3
|
tests/code.spec.ts#L376
5) code.spec.ts:362:1 › keyboard selection and copy paste ────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "useuse"
Received: "seuse"
374 |
375 | const content = await getInlineSelectionText(page);
> 376 | expect(content).toBe('useuse');
| ^
377 |
378 | await assertRichTextInlineRange(page, 0, 3, 0);
379 | });
at /home/runner/work/blocksuite/blocksuite/tests/code.spec.ts:376:19
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
5 flaky
clipboard.spec.ts:766:1 › pasting into empty list should not convert the list into paragraph ───
clipboard.spec.ts:921:1 › should copy and paste of database work ───────────────────────────────
clipboard.spec.ts:1020:1 › copy canvas element and text note in edgeless mode ──────────────────
clipboard.spec.ts:1040:1 › copy when text note active in edgeless ──────────────────────────────
code.spec.ts:362:1 › keyboard selection and copy paste ─────────────────────────────────────────
8 skipped
53 passed (3.6m)
|
The logs for this run have expired and are no longer available.
Loading