fix: improve code block performance (#6236) #157
Annotations
2 errors, 1 warning, and 1 notice
Run playwright test:
tests/attachment.spec.ts#L1
1) attachment.spec.ts:279:1 › should rename attachment works ─────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/keyboard.ts#L46
1) attachment.spec.ts:279:1 › should rename attachment works ─────────────────────────────────────
Error: keyboard.press: Test timeout of 30000ms exceeded.
at utils/actions/keyboard.ts:46
44 | export async function pressBackspace(page: Page, count = 1) {
45 | for (let i = 0; i < count; i++) {
> 46 | await page.keyboard.press('Backspace', { delay: 20 });
| ^
47 | }
48 | }
49 |
at pressBackspace (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/keyboard.ts:46:25)
at rename (/home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:102:13)
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:312:3
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run playwright test
1 flaky
attachment.spec.ts:279:1 › should rename attachment works ──────────────────────────────────────
16 skipped
49 passed (2.7m)
|
The logs for this run have expired and are no longer available.
Loading