fix(page): handle delete or backspace align with embed block (#6364) #170
Annotations
3 errors, 1 warning, and 1 notice
Run playwright test:
tests/linked-page.spec.ts#L1
1) linked-page.spec.ts:658:3 › linked page popover › should fuzzy search works ───────────────────
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/click.ts#L85
1) linked-page.spec.ts:658:3 › linked page popover › should fuzzy search works ───────────────────
Error: page.evaluate: Target page, context or browser has been closed
at utils/actions/click.ts:85
83 |
84 | export async function switchToPage(page: Page, docId?: string) {
> 85 | await page.evaluate(docId => {
| ^
86 | const { workspace, editor } = window;
87 |
88 | if (!docId) {
at switchToPage (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/click.ts:85:14)
at /home/runner/work/blocksuite/blocksuite/tests/linked-page.spec.ts:677:11
|
Run playwright test:
tests/linked-page.spec.ts#L1
2) linked-page.spec.ts:867:1 › should [[Selected text]] converted to linked page ─────────────────
Test finished within timeout of 30000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, 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/.
|
Run playwright test
2 flaky
linked-page.spec.ts:658:3 › linked page popover › should fuzzy search works ────────────────────
linked-page.spec.ts:867:1 › should [[Selected text]] converted to linked page ──────────────────
2 skipped
62 passed (3.3m)
|
The logs for this run have expired and are no longer available.
Loading