feat: linked doc supports aliases #8094
Annotations
1 error, 1 warning, and 1 notice
Run playwright test:
tests/selection/native.spec.ts#L1789
1) selection/native.spec.ts:1776:1 › unexpected scroll when clicking padding area ────────────────
TimeoutError: locator.boundingBox: Timeout 5000ms exceeded.
Call log:
- waiting for locator('[data-block-id="34"]')
1787 |
1788 | const list = page.locator('[data-block-id="34"]');
> 1789 | const listRect = await list.boundingBox();
| ^
1790 | assertExists(listRect);
1791 | await page.mouse.click(listRect.x - 30, listRect.y + 5);
1792 | const newListRect = await list.boundingBox();
at /home/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:1789:31
|
Upload E2E test coverage results
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Run playwright test
1 flaky
selection/native.spec.ts:1776:1 › unexpected scroll when clicking padding area ─────────────────
3 skipped
43 passed (47.0s)
|
Loading