fix(core): shared page's present button not working (#6117) #5465
Annotations
1 error and 1 notice
Run playwright tests:
tests/affine-local/e2e/quick-search.spec.ts#L63
1) quick-search.spec.ts:394:5 › can use cmdk to search page content and scroll to it, then the block will be selected
Error: expect(received).toBeLessThan(expected)
Expected: < 800
Received: 1301
61 | return false;
62 | }
> 63 | expect(elementRect.y).toBeLessThan(viewportHeight);
| ^
64 | expect(elementRect.y + elementRect.height).toBeGreaterThan(0);
65 |
66 | return true;
at checkElementIsInView (/home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/quick-search.spec.ts:63:25)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/quick-search.spec.ts:422:23
|
Run playwright tests
1 flaky
quick-search.spec.ts:394:5 › can use cmdk to search page content and scroll to it, then the block will be selected
23 passed (2.7m)
|
Loading