fix(database): drag-handle of column blink when mouse enter right (#4β¦ #31
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
Unit test
51s
Virgo E2E test
1m 3s
Matrix: Playground E2E test
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)
|