fix(edgeless): show curve icon on resize handle hover before scaling … #136
Annotations
3 errors and 1 notice
tests/paragraph.spec.ts#L1
1) paragraph.spec.ts:1459:3 › press ArrowDown when cursor is at the last line of a block › move cursor to the end of line if the block is the last block in the page
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/paragraph.spec.ts#L1
2) paragraph.spec.ts:1475:1 › delete empty text paragraph block should keep children blocks when following custom blocks
Test timeout of 30000ms exceeded.
|
tests/utils/actions/keyboard.ts#L27
2) paragraph.spec.ts:1475:1 › delete empty text paragraph block should keep children blocks when following custom blocks
Error: keyboard.type: Test timeout of 30000ms exceeded.
at utils/actions/keyboard.ts:27
25 |
26 | export async function type(page: Page, content: string, delay = 20) {
> 27 | await page.keyboard.type(content, { delay });
| ^
28 | }
29 |
30 | export async function withPressKey(
at type (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/keyboard.ts:27:23)
at initThreeParagraphs (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:624:9)
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1489:3
|
2 flaky
paragraph.spec.ts:1459:3 › press ArrowDown when cursor is at the last line of a block › move cursor to the end of line if the block is the last block in the page
paragraph.spec.ts:1475:1 › delete empty text paragraph block should keep children blocks when following custom blocks
1 skipped
62 passed (3.4m)
|
The logs for this run have expired and are no longer available.
Loading