fix: sync PageMeta.title
with PageBlockModel.title
while importing markdown files
#13342
Annotations
2 errors and 1 notice
Run playwright test:
tests/paragraph.spec.ts#L1
1) paragraph.spec.ts:1084:1 › press tab in paragraph children ────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L237
1) paragraph.spec.ts:1084:1 › press tab in paragraph children ────────────────────────────────────
Error: page.goto: Page closed
=========================== logs ===========================
navigating to "http://localhost:5173/starter/?room=playwright-75289465&blobStorage=idb", waiting until "load"
============================================================
at utils/actions/misc.ts:237
235 | url.searchParams.set('room', room);
236 | url.searchParams.set('blobStorage', blobStorage?.join(',') || 'idb');
> 237 | await page.goto(url.toString());
| ^
238 | const readyPromise = waitForPageReady(page);
239 |
240 | // See https://github.com/microsoft/playwright/issues/5546
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:237:14)
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1085:9
|
Run playwright test
1 flaky
paragraph.spec.ts:1084:1 › press tab in paragraph children ─────────────────────────────────────
64 passed (7.1m)
|
The logs for this run have expired and are no longer available.
Loading