feat(presets): add cover page for AI slides (#6105) #138
Annotations
3 errors and 1 notice
tests/paragraph.spec.ts#L1
1) 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
1) 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
|
tests/paragraph.spec.ts#L1
2) paragraph.spec.ts:1572:1 › delete first paragraph with children should keep children blocks ───
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.
|
|
The logs for this run have expired and are no longer available.
Loading