refactor(editor): use selected signal in block component #23831
Annotations
2 errors, 1 warning, and 1 notice
Run playwright tests:
tests/affine-local/e2e/local-first-collections-items.spec.ts#L1
1) local-first-collections-items.spec.ts:67:1 › Show collections items in sidebar ────────────────
Test timeout of 50000ms exceeded.
|
Run playwright tests:
tests/kit/src/utils/page-logic.ts#L23
1) local-first-collections-items.spec.ts:67:1 › Show collections items in sidebar ────────────────
Error: page.waitForSelector: Test timeout of 50000ms exceeded.
Call log:
- waiting for locator('v-line') to be visible
- locator resolved to 41 elements. Proceeding with the first one: <v-line>…</v-line>
at ../../kit/src/utils/page-logic.ts:23
21 |
22 | export async function waitForEditorLoad(page: Page) {
> 23 | await page.waitForSelector('v-line', {
| ^
24 | timeout: 20000,
25 | });
26 | }
at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:23:14)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:103:9
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run playwright tests
1 flaky
local-first-collections-items.spec.ts:67:1 › Show collections items in sidebar ─────────────────
3 skipped
44 passed (4.3m)
|
Loading