feat(database): add basic animation for database header drag handle (β¦ #30
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
Unit test
48s
Virgo E2E test
1m 12s
Matrix: Playground E2E test
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)
|