feat(database): support query expression #278
Annotations
6 errors, 1 warning, and 1 notice
tests/clipboard.spec.ts#L1
1) clipboard.spec.ts:1054:1 › paste note block with background ───────────────────────────────────
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
1) clipboard.spec.ts:1054:1 › paste note block with background ───────────────────────────────────
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-67619325&blobSource=idb", waiting until "load"
at utils/actions/misc.ts:280
278 | url.searchParams.set('room', room);
279 | url.searchParams.set('blobSource', blobSource?.join(',') || 'idb');
> 280 | await page.goto(url.toString());
| ^
281 | // const readyPromise = waitForPageReady(page);
282 |
283 | // See https://github.com/microsoft/playwright/issues/5546
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:280:14)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard.spec.ts:1055:9
|
tests/clipboard.spec.ts#L1
2) clipboard.spec.ts:1078:1 › copy and paste to selection block selection ────────────────────────
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
2) clipboard.spec.ts:1078:1 › copy and paste to selection block selection ────────────────────────
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-63096551&blobSource=idb", waiting until "load"
at utils/actions/misc.ts:280
278 | url.searchParams.set('room', room);
279 | url.searchParams.set('blobSource', blobSource?.join(',') || 'idb');
> 280 | await page.goto(url.toString());
| ^
281 | // const readyPromise = waitForPageReady(page);
282 |
283 | // See https://github.com/microsoft/playwright/issues/5546
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:280:14)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard.spec.ts:1083:9
|
tests/clipboard.spec.ts#L1
3) clipboard.spec.ts:1096:1 › should keep paragraph block's type when pasting at the start of empty paragraph block except type text
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
3) clipboard.spec.ts:1096:1 › should keep paragraph block's type when pasting at the start of empty paragraph block except type text
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-97147226&blobSource=idb", waiting until "load"
at utils/actions/misc.ts:280
278 | url.searchParams.set('room', room);
279 | url.searchParams.set('blobSource', blobSource?.join(',') || 'idb');
> 280 | await page.goto(url.toString());
| ^
281 | // const readyPromise = waitForPageReady(page);
282 |
283 | // See https://github.com/microsoft/playwright/issues/5546
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:280:14)
at /home/runner/work/blocksuite/blocksuite/tests/clipboard.spec.ts:1103:11
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
|
3 flaky
clipboard.spec.ts:1054:1 › paste note block with background ────────────────────────────────────
clipboard.spec.ts:1078:1 › copy and paste to selection block selection ─────────────────────────
clipboard.spec.ts:1096:1 › should keep paragraph block's type when pasting at the start of empty paragraph block except type text
6 skipped
65 passed (4.8m)
|
This job succeeded
Loading