Fix for numbered list item when exporting to PDF, DOCX #1357
Annotations
1 error, 5 warnings, and 1 notice
Run server and Playwright tests:
tests/src/end-to-end/ariakit/ariakit.test.ts#L41
1) [webkit] › ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar ───────────────
Error: expect(Buffer).toMatchSnapshot(expected)
1007 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/ariakit/ariakit.test.ts-snapshots/ariakit-link-toolbar-webkit-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-webkit/ariakit-link-toolbar-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-webkit/ariakit-link-toolbar-diff.png
39 |
40 | await page.waitForTimeout(500);
> 41 | expect(await page.screenshot()).toMatchSnapshot("ariakit-link-toolbar.png");
| ^
42 | });
43 | test("Check slash menu", async ({ page }) => {
44 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/ariakit/ariakit.test.ts:41:37
|
Run server and Playwright tests:
tests/[webkit] › images/images.test.ts#L0
tests/[webkit] › images/images.test.ts took 21.5s
|
Run server and Playwright tests:
tests/[webkit] › slashmenu/slashmenu.test.ts#L0
tests/[webkit] › slashmenu/slashmenu.test.ts took 21.5s
|
Run server and Playwright tests:
tests/[chromium] › draghandle/draghandle.test.ts#L0
tests/[chromium] › draghandle/draghandle.test.ts took 22.8s
|
Run server and Playwright tests:
tests/[firefox] › draghandle/draghandle.test.ts#L0
tests/[firefox] › draghandle/draghandle.test.ts took 26.7s
|
Run server and Playwright tests:
tests/[webkit] › draghandle/draghandle.test.ts#L0
tests/[webkit] › draghandle/draghandle.test.ts took 27.3s
|
Run server and Playwright tests
1 flaky
[webkit] › ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar ────────────────
18 skipped
248 passed (7.5m)
|
Loading