Skip to content

fix(database): drag-handle of column blink when mouse enter right (#4… #31

fix(database): drag-handle of column blink when mouse enter right (#4…

fix(database): drag-handle of column blink when mouse enter right (#4… #31

Triggered via push September 27, 2023 11:27
Status Success
Total duration 9m 9s
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
34s
Node.js Environment Compatibility
Unit test
51s
Unit test
Virgo E2E test
1m 3s
Virgo E2E test
Matrix: Playground E2E test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 notices
hotkey.spec.ts:815:1 β€Ί should cut work single line: tests/hotkey.spec.ts#L841
1) hotkey.spec.ts:815:1 β€Ί should cut work single line ──────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "ell" Received: "" 839 | await undoByKeyboard(page); 840 | const text = await readClipboardText(page); > 841 | expect(text).toBe('ell'); | ^ 842 | await assertStoreMatchJSX( 843 | page, 844 | ` at /home/runner/work/blocksuite/blocksuite/tests/hotkey.spec.ts:841:16
image.spec.ts:122:1 β€Ί enter shortcut on focusing embed block and its caption: tests/image.spec.ts#L145
1) image.spec.ts:122:1 β€Ί enter shortcut on focusing embed block and its caption ────────────────── Error: Timed out 5000ms waiting for expect(received).toHaveValue(expected) Expected string: "abc123" Received string: "a123" Call log: - expect.toHaveValue with timeout 5000ms - waiting for locator('.affine-embed-wrapper-caption') - locator resolved to <input value="a123" placeholder="Write a caption" class…/> - unexpected value "a123" - locator resolved to <input value="a123" placeholder="Write a caption" class…/> - unexpected value "a123" - locator resolved to <input value="a123" placeholder="Write a caption" class…/> - unexpected value "a123" - locator resolved to <input value="a123" placeholder="Write a caption" class…/> - unexpected value "a123" - locator resolved to <input value="a123" placeholder="Write a caption" class…/> - unexpected value "a123" - locator resolved to <input value="a123" placeholder="Write a caption" class…/> - unexpected value "a123" - locator resolved to <input value="a123" placeholder="Write a caption" class…/> - unexpected value "a123" - locator resolved to <input value="a123" placeholder="Write a caption" class…/> - unexpected value "a123" - locator resolved to <input value="a123" placeholder="Write a caption" class…/> - unexpected value "a123" 143 | await caption.click({ position: { x: 0, y: 0 } }); 144 | await type(page, 'abc'); > 145 | await expect(caption).toHaveValue('abc123'); | ^ 146 | }); 147 | 148 | test('popup menu should follow position of image when scrolling', async ({ at /home/runner/work/blocksuite/blocksuite/tests/image.spec.ts:145:25
paragraph.spec.ts:140:3 β€Ί backspace on line start of the first block (without surface): tests/utils/asserts.ts#L277
1) paragraph.spec.ts:140:3 β€Ί backspace on line start of the first block (without surface) ──────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Object { - "index": 0, + "index": 1, "length": 0, } at utils/asserts.ts:277 275 | [richTextIndex, currentEditorIndex] 276 | ); > 277 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength }); | ^ 278 | } 279 | 280 | export async function assertNativeSelectionRangeCount( at assertRichTextVRange (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:277:18) at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:157:5
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 - 2 + Received + 2 Array [ "This is parent", - "This is child 1", - "This is child 2Thi", + "his is child 1", + "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
🎭 Playwright Run Summary
12 passed (35.6s)
🎭 Playwright Run Summary
1 skipped 59 passed (4.9m)
🎭 Playwright Run Summary
61 passed (5.7m)
🎭 Playwright Run Summary
1 flaky hotkey.spec.ts:815:1 β€Ί should cut work single line ───────────────────────────────────────────── 2 skipped 58 passed (5.8m)
🎭 Playwright Run Summary
1 flaky image.spec.ts:122:1 β€Ί enter shortcut on focusing embed block and its caption ─────────────────── 3 skipped 56 passed (5.8m)
🎭 Playwright Run Summary
60 passed (6.4m)
🎭 Playwright Run Summary
1 flaky paragraph.spec.ts:140:3 β€Ί backspace on line start of the first block (without surface) ───────── 59 passed (6.5m)
🎭 Playwright Run Summary
1 skipped 60 passed (7.2m)
🎭 Playwright Run Summary
1 skipped 60 passed (7.3m)
🎭 Playwright Run Summary
1 flaky clipboard.spec.ts:1287:1 β€Ί paste parent block ────────────────────────────────────────────────── 1 skipped 59 passed (7.1m)
🎭 Playwright Run Summary
61 passed (7.7m)