simple latex block #818
Closed
simple latex block #818
Annotations
4 errors, 5 warnings, and 1 notice
tests/src/end-to-end/images/images.test.ts#L44
1) [webkit] › images/images.test.ts:30:7 › Check Image Block and Toolbar functionality › Should be able to upload image
Error: Screenshot comparison failed:
16901 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/upload-image-webkit-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--c6c16-uld-be-able-to-upload-image-webkit/upload-image-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--c6c16-uld-be-able-to-upload-image-webkit/upload-image-diff.png
42 |
43 | await page.waitForTimeout(500);
> 44 | expect(await page.screenshot()).toMatchSnapshot("upload-image.png");
| ^
45 | });
46 | test("Should be able to embed image", async ({ page }) => {
47 | await focusOnEditor(page);
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:44:37
|
tests/src/end-to-end/images/images.test.ts#L44
1) [webkit] › images/images.test.ts:30:7 › Check Image Block and Toolbar functionality › Should be able to upload image
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
91101 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/upload-image-webkit-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--c6c16-uld-be-able-to-upload-image-webkit-retry1/upload-image-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--c6c16-uld-be-able-to-upload-image-webkit-retry1/upload-image-diff.png
42 |
43 | await page.waitForTimeout(500);
> 44 | expect(await page.screenshot()).toMatchSnapshot("upload-image.png");
| ^
45 | });
46 | test("Should be able to embed image", async ({ page }) => {
47 | await focusOnEditor(page);
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:44:37
|
tests/src/end-to-end/images/images.test.ts#L44
1) [webkit] › images/images.test.ts:30:7 › Check Image Block and Toolbar functionality › Should be able to upload image
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
16901 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/upload-image-webkit-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--c6c16-uld-be-able-to-upload-image-webkit-retry2/upload-image-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--c6c16-uld-be-able-to-upload-image-webkit-retry2/upload-image-diff.png
42 |
43 | await page.waitForTimeout(500);
> 44 | expect(await page.screenshot()).toMatchSnapshot("upload-image.png");
| ^
45 | });
46 | test("Should be able to embed image", async ({ page }) => {
47 | await focusOnEditor(page);
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:44:37
|
|
tests/[webkit] › draghandle/draghandle.test.ts#L1
tests/[webkit] › draghandle/draghandle.test.ts took 25.9s
|
tests/[firefox] › draghandle/draghandle.test.ts#L1
tests/[firefox] › draghandle/draghandle.test.ts took 23.8s
|
tests/[chromium] › draghandle/draghandle.test.ts#L1
tests/[chromium] › draghandle/draghandle.test.ts took 22.6s
|
tests/[webkit] › slashmenu/slashmenu.test.ts#L1
tests/[webkit] › slashmenu/slashmenu.test.ts took 19.7s
|
tests/[firefox] › images/images.test.ts#L1
tests/[firefox] › images/images.test.ts took 18.4s
|
|
This job failed
Loading