fix: should not reload bookmark when title is not empty (#5882) #15033
Annotations
2 errors and 1 notice
Run playwright test:
tests/paragraph.spec.ts#L1
1) paragraph.spec.ts:1585:1 › paragraph indent and delete in line start ──────────────────────────
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.
|
Run playwright test:
tests/selection/native.spec.ts#L526
2) selection/native.spec.ts:514:1 › cursor move up and down through note ─────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "4"
Received: "2"
524 | await pressArrowUp(page);
525 | currentId = (await getCursorBlockIdAndHeight(page))[0];
> 526 | expect(id).toBe(currentId);
| ^
527 | });
528 |
529 | test('double click choose words', async ({ page }) => {
at /home/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:526:14
|
Run playwright test
2 flaky
paragraph.spec.ts:1585:1 › paragraph indent and delete in line start ───────────────────────────
selection/native.spec.ts:514:1 › cursor move up and down through note ──────────────────────────
1 skipped
61 passed (3.3m)
|
The logs for this run have expired and are no longer available.
Loading