feat(server): client version check #26055
Annotations
1 error and 1 notice
blocksuite/tests-legacy/e2e/selection/native.spec.ts#L295
1) e2e/selection/native.spec.ts:266:1 › cursor move to up and down with children block ───────────
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 12
Received: -1
293 | const textTwo = await getInlineSelectionText(page);
294 | expect(textTwo).toBe('arrow down test 1');
> 295 | expect(indexTwo).toBeGreaterThanOrEqual(12);
| ^
296 | expect(indexTwo).toBeLessThanOrEqual(17);
297 | await page.keyboard.press('ArrowDown');
298 | const textThree = await getInlineSelectionText(page);
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/e2e/selection/native.spec.ts:295:20
|
|
The logs for this run have expired and are no longer available.
Loading