refactor(page): upgrade shiki from 0.14.7 to 1.1.7 (#6354) #168
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/asserts.ts#L752
1) attachment.spec.ts:279:1 › should rename attachment works ─────────────────────────────────────
Error: keyboard.press: Test timeout of 30000ms exceeded.
at utils/asserts.ts:752
750 | await pressBackspace(page);
751 | await expect(locator).toHaveValue('');
> 752 | await page.keyboard.press(`${SHORT_KEY}+v`, { delay: 50 });
| ^
753 | await expect(locator).toHaveValue('13');
754 | await page.keyboard.press(`${SHORT_KEY}+a`, { delay: 50 });
755 | await page.keyboard.press(`${SHORT_KEY}+x`, { delay: 50 });
at assertKeyboardWorkInInput (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:752:23)
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:306: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 ──────────────────────────────────────
17 skipped
49 passed (2.8m)
|
The logs for this run have expired and are no longer available.
Loading