fix(store): use lib0 sha256 when api not available #16795
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#L641
1) linked-page.spec.ts:658:3 › linked page popover › should fuzzy search works ───────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('editor-host').first().locator('.inline-editor').first()
- locator resolved to <div data-v-root="true" contenteditable="true" class=…>…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
at utils/actions/misc.ts:641
639 | const locator = editor.locator(RICH_TEXT_SELECTOR).nth(i);
640 | // need to set `force` to true when clicking on `affine-selected-blocks`
> 641 | await locator.click({ force: true, position: options?.clickPosition });
| ^
642 | }
643 |
644 | export async function focusRichTextEnd(page: Page, i = 0) {
at focusRichText (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:641:17)
at /home/runner/work/blocksuite/blocksuite/tests/linked-page.spec.ts:682: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
64 passed (3.2m)
|
Loading