feat(database): support query expression #278
Annotations
7 errors, 1 warning, and 1 notice
tests/link.spec.ts#L1
1) link.spec.ts:304:1 › should keyboard work in link popover ─────────────────────────────────────
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
1) link.spec.ts:304:1 › should keyboard work in link popover ─────────────────────────────────────
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-59760894&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/link.spec.ts:305:9
|
tests/link.spec.ts#L1
2) link.spec.ts:337:1 › link bar should not be appear when the range is collapsed ────────────────
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
2) link.spec.ts:337:1 › link bar should not be appear when the range is collapsed ────────────────
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-44313659&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/link.spec.ts:340:9
|
tests/link.spec.ts#L1
3) link.spec.ts:373:1 › create link with paste ───────────────────────────────────────────────────
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
3) link.spec.ts:373:1 › create link with paste ───────────────────────────────────────────────────
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-35650349&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/link.spec.ts:374:9
|
tests/link.spec.ts#L434
4) link.spec.ts:419:1 › convert link to card ─────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-link-popover')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-link-popover')
432 | await waitNextFrame(page);
433 | const linkPopoverLocator = page.locator('.affine-link-popover');
> 434 | await expect(linkPopoverLocator).toBeVisible();
| ^
435 | const linkPopoverInput = page.locator('.affine-link-popover-input');
436 | await expect(linkPopoverInput).toBeVisible();
437 | await type(page, link);
at /home/runner/work/blocksuite/blocksuite/tests/link.spec.ts:434:36
|
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/.
|
4 flaky
link.spec.ts:304:1 › should keyboard work in link popover ──────────────────────────────────────
link.spec.ts:337:1 › link bar should not be appear when the range is collapsed ─────────────────
link.spec.ts:373:1 › create link with paste ────────────────────────────────────────────────────
link.spec.ts:419:1 › convert link to card ──────────────────────────────────────────────────────
3 skipped
66 passed (5.0m)
|
This job succeeded
Loading