Add Italian Translations 🇮🇹 #3778
Annotations
2 errors, 6 warnings, and 1 notice
Run Playwright tests:
tests/src/end-to-end/ariakit/ariakit.test.ts#L41
1) [firefox] › ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar ──────────────
Error: expect(Buffer).toMatchSnapshot(expected)
228 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/ariakit/ariakit.test.ts-snapshots/ariakit-link-toolbar-firefox-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-firefox/ariakit-link-toolbar-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-firefox/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 /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/ariakit/ariakit.test.ts:41:37
|
Run Playwright tests:
tests/src/end-to-end/colors/colors.test.ts#L62
2) [firefox] › colors/colors.test.ts:42:7 › Check Background & Text Color Functionality › Should be able to apply a background color mark
Error: expect(Buffer).toMatchSnapshot(expected)
7032 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts-snapshots/backgroundColorMark-firefox-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-56edd-ply-a-background-color-mark-firefox/backgroundColorMark-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-56edd-ply-a-background-color-mark-firefox/backgroundColorMark-diff.png
60 | await page.waitForTimeout(500);
61 |
> 62 | expect(await page.screenshot()).toMatchSnapshot("backgroundColorMark.png");
| ^
63 | });
64 | test("Should be able to set block text color", async ({ page }) => {
65 | await focusOnEditor(page);
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts:62:37
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
tests/[webkit] › draghandle/draghandle.test.ts#L1
tests/[webkit] › draghandle/draghandle.test.ts took 27.3s
|
Run Playwright tests:
tests/[firefox] › draghandle/draghandle.test.ts#L1
tests/[firefox] › draghandle/draghandle.test.ts took 26.7s
|
Run Playwright tests:
tests/[chromium] › draghandle/draghandle.test.ts#L1
tests/[chromium] › draghandle/draghandle.test.ts took 22.9s
|
Run Playwright tests:
tests/[webkit] › images/images.test.ts#L1
tests/[webkit] › images/images.test.ts took 21.6s
|
Run Playwright tests:
tests/[webkit] › slashmenu/slashmenu.test.ts#L1
tests/[webkit] › slashmenu/slashmenu.test.ts took 21.4s
|
Run Playwright tests
2 flaky
[firefox] › ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar ───────────────
[firefox] › colors/colors.test.ts:42:7 › Check Background & Text Color Functionality › Should be able to apply a background color mark
18 skipped
247 passed (7.7m)
|
Loading