feat(database): support query expression #278
Annotations
6 errors, 1 warning, and 1 notice
tests/selection/native.spec.ts#L1
1) selection/native.spec.ts:617:1 › select text leaving a few words in the last line and delete ──
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
1) selection/native.spec.ts:617:1 › select text leaving a few words in the last line and delete ──
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-42940054&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/selection/native.spec.ts:620:9
|
tests/selection/native.spec.ts#L1
2) selection/native.spec.ts:635:1 › select text leaving a few words in the last line and delete by forwardDelete
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
2) selection/native.spec.ts:635:1 › select text leaving a few words in the last line and delete by forwardDelete
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-65284179&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/selection/native.spec.ts:638:9
|
tests/selection/native.spec.ts#L1
3) selection/native.spec.ts:653:1 › select text in the same line with dragging leftward and move outside the affine-note
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
3) selection/native.spec.ts:653:1 › select text in the same line with dragging leftward and move outside the affine-note
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-93195942&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/selection/native.spec.ts:656:9
|
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
selection/native.spec.ts:617:1 › select text leaving a few words in the last line and delete ───
selection/native.spec.ts:635:1 › select text leaving a few words in the last line and delete by forwardDelete
selection/native.spec.ts:653:1 › select text in the same line with dragging leftward and move outside the affine-note
2 skipped
68 passed (4.9m)
|
This job succeeded
Loading