fix: sync PageMeta.title
with PageBlockModel.title
while importing markdown files
#13342
Annotations
1 error and 1 notice
Run playwright test:
tests/list.spec.ts#L646
1) list.spec.ts:649:3 › toggle list › click toggle icon should collapsed list ────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: false
Received: true
644 |
645 | async function assertToggleIconVisible(toggleIcon: Locator, expected = true) {
> 646 | expect(await isToggleIconVisible(toggleIcon)).toBe(expected);
| ^
647 | }
648 |
649 | test('click toggle icon should collapsed list', async ({ page }) => {
at assertToggleIconVisible (/home/runner/work/blocksuite/blocksuite/tests/list.spec.ts:646:51)
at /home/runner/work/blocksuite/blocksuite/tests/list.spec.ts:733:5
|
Run playwright test
1 flaky
list.spec.ts:649:3 › toggle list › click toggle icon should collapsed list ─────────────────────
2 skipped
62 passed (2.8m)
|
The logs for this run have expired and are no longer available.
Loading