fix: console error when pressing delete key in the paragraph before β¦ #158
Annotations
2 errors, 1 warning, and 1 notice
Run playwright test:
tests/linked-page.spec.ts#L1
1) linked-page.spec.ts:658:3 βΊ linked page popover βΊ should fuzzy search works βββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L331
1) linked-page.spec.ts:658:3 βΊ linked page popover βΊ should fuzzy search works βββββββββββββββββββ
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at utils/actions/misc.ts:331
329 | frameTimeout = NEXT_FRAME_TIMEOUT
330 | ) {
> 331 | await page.waitForTimeout(frameTimeout);
| ^
332 | }
333 |
334 | export async function waitForPageReady(page: Page) {
at waitNextFrame (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:14)
at focusTitle (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:1174:9)
at /home/runner/work/blocksuite/blocksuite/tests/linked-page.spec.ts:678:5
|
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
linked-page.spec.ts:658:3 βΊ linked page popover βΊ should fuzzy search works ββββββββββββββββββββ
2 skipped
63 passed (3.0m)
|
The logs for this run have expired and are no longer available.
Loading