fix(edgeless): bebas-neue light url #16836
Annotations
2 errors, 1 warning, and 1 notice
Run playwright test:
tests/clipboard.spec.ts#L1
1) clipboard.spec.ts:1016:1 › copy canvas element and text note in edgeless mode ─────────────────
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/keyboard.ts#L139
1) clipboard.spec.ts:1016:1 › copy canvas element and text note in edgeless mode ─────────────────
Error: keyboard.press: Test timeout of 30000ms exceeded.
at utils/actions/keyboard.ts:139
137 |
138 | export async function copyByKeyboard(page: Page) {
> 139 | await page.keyboard.press(`${SHORT_KEY}+c`, { delay: 20 });
| ^
140 | }
141 |
142 | export async function cutByKeyboard(page: Page) {
at copyByKeyboard (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/keyboard.ts:139:23)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard.spec.ts:1024:9
|
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
clipboard.spec.ts:1016:1 › copy canvas element and text note in edgeless mode ──────────────────
7 skipped
60 passed (3.0m)
|
The logs for this run have expired and are no longer available.
Loading