Skip to content

feat(database): add basic animation for database header drag handle (… #30

feat(database): add basic animation for database header drag handle (…

feat(database): add basic animation for database header drag handle (… #30

Triggered via push September 27, 2023 06:35
Status Success
Total duration 9m 12s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yaml

on: push
Node.js Environment Compatibility
42s
Node.js Environment Compatibility
Unit test
48s
Unit test
Virgo E2E test
1m 12s
Virgo E2E test
Matrix: Playground E2E test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 notices
tests/virgo.spec.ts:731:1 β€Ί select from the start of line using shift+arrow: packages/virgo/src/tests/utils.ts#L168
1) tests/virgo.spec.ts:731:1 β€Ί select from the start of line using shift+arrow ─────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Object { "index": 1, - "length": 7, + "length": 0, } at tests/utils.ts:168 166 | [richTextIndex] 167 | ); > 168 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength }); | ^ 169 | } 170 | at assertSelection (/home/runner/work/blocksuite/blocksuite/packages/virgo/src/tests/utils.ts:168:18)
clipboard.spec.ts:1287:1 β€Ί paste parent block: tests/utils/asserts.ts#L173
1) clipboard.spec.ts:1287:1 β€Ί paste parent block ───────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Array [ "This is parent", "This is child 1", - "This is child 2Thi", + "his is child 2his", ] at utils/asserts.ts:173 171 | }); 172 | }, currentEditorIndex); > 173 | expect(actualTexts).toEqual(texts); | ^ 174 | } 175 | 176 | export async function assertEdgelessCanvasText(page: Page, text: string) { at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:173:23) at /home/runner/work/blocksuite/blocksuite/tests/clipboard.spec.ts:1306:3
markdown.spec.ts:514:1 β€Ί inline code should work when pressing Enter followed by Backspace twice: tests/utils/asserts.ts#L173
1) markdown.spec.ts:514:1 β€Ί inline code should work when pressing Enter followed by Backspace twice Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 2 Array [ - "test", + "te", + "t", ] at utils/asserts.ts:173 171 | }); 172 | }, currentEditorIndex); > 173 | expect(actualTexts).toEqual(texts); | ^ 174 | } 175 | 176 | export async function assertEdgelessCanvasText(page: Page, text: string) { at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:173:23) at /home/runner/work/blocksuite/blocksuite/tests/markdown.spec.ts:529:3
slash-menu.spec.ts:434:3 β€Ί slash menu with code block β€Ί should focus on empty code blocks created by the slash menu: tests/utils/asserts.ts#L173
1) slash-menu.spec.ts:434:3 β€Ί slash menu with code block β€Ί should focus on empty code blocks created by the slash menu Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Array [ - "let a", + "et a", ] at utils/asserts.ts:173 171 | }); 172 | }, currentEditorIndex); > 173 | expect(actualTexts).toEqual(texts); | ^ 174 | } 175 | 176 | export async function assertEdgelessCanvasText(page: Page, text: string) { at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:173:23) at /home/runner/work/blocksuite/blocksuite/tests/slash-menu.spec.ts:451:5
edgeless/snap.spec.ts:29:3 β€Ί snap β€Ί snapDistribute: tests/edgeless/snap.spec.ts#L1
1) edgeless/snap.spec.ts:29:3 β€Ί snap β€Ί snapDistribute ──────────────────────────────────────────── 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.
🎭 Playwright Run Summary
1 flaky tests/virgo.spec.ts:731:1 β€Ί select from the start of line using shift+arrow ──────────────────── 11 passed (39.6s)
🎭 Playwright Run Summary
1 flaky clipboard.spec.ts:1287:1 β€Ί paste parent block ────────────────────────────────────────────────── 1 skipped 59 passed (5.3m)
🎭 Playwright Run Summary
1 flaky markdown.spec.ts:514:1 β€Ί inline code should work when pressing Enter followed by Backspace twice 59 passed (5.6m)
🎭 Playwright Run Summary
60 passed (6.3m)
🎭 Playwright Run Summary
61 passed (5.9m)
🎭 Playwright Run Summary
1 flaky slash-menu.spec.ts:434:3 β€Ί slash menu with code block β€Ί should focus on empty code blocks created by the slash menu 1 skipped 58 passed (6.3m)
🎭 Playwright Run Summary
1 flaky edgeless/snap.spec.ts:29:3 β€Ί snap β€Ί snapDistribute ───────────────────────────────────────────── 2 skipped 58 passed (7.1m)
🎭 Playwright Run Summary
61 passed (7.2m)
🎭 Playwright Run Summary
1 skipped 60 passed (7.3m)
🎭 Playwright Run Summary
3 skipped 57 passed (7.1m)
🎭 Playwright Run Summary
1 skipped 60 passed (7.9m)