fix: Typing after link doesn't revert to regular text #3495
Annotations
8 errors, 5 warnings, and 1 notice
Run Playwright tests:
tests/src/end-to-end/theming/theming.test.ts#L51
1) [chromium] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar
Error: Screenshot comparison failed:
68098 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-chromium-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-chromium/dark-link-toolbar-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-chromium/dark-link-toolbar-diff.png
49 |
50 | await page.waitForTimeout(500);
> 51 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png");
| ^
52 | });
53 | test("Should show dark slash menu", async ({ page }) => {
54 | await focusOnEditor(page);
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:51:37
|
Run Playwright tests:
tests/src/end-to-end/theming/theming.test.ts#L51
1) [chromium] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
68098 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-chromium-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-chromium-retry1/dark-link-toolbar-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-chromium-retry1/dark-link-toolbar-diff.png
49 |
50 | await page.waitForTimeout(500);
> 51 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png");
| ^
52 | });
53 | test("Should show dark slash menu", async ({ page }) => {
54 | await focusOnEditor(page);
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:51:37
|
Run Playwright tests:
tests/src/end-to-end/theming/theming.test.ts#L51
1) [chromium] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
68098 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-chromium-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-chromium-retry2/dark-link-toolbar-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-chromium-retry2/dark-link-toolbar-diff.png
49 |
50 | await page.waitForTimeout(500);
> 51 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png");
| ^
52 | });
53 | test("Should show dark slash menu", async ({ page }) => {
54 | await focusOnEditor(page);
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:51:37
|
Run Playwright tests:
tests/src/end-to-end/theming/theming.test.ts#L51
2) [firefox] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar
Error: Screenshot comparison failed:
69817 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-firefox-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-firefox/dark-link-toolbar-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-firefox/dark-link-toolbar-diff.png
49 |
50 | await page.waitForTimeout(500);
> 51 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png");
| ^
52 | });
53 | test("Should show dark slash menu", async ({ page }) => {
54 | await focusOnEditor(page);
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:51:37
|
Run Playwright tests:
tests/src/end-to-end/theming/theming.test.ts#L51
2) [firefox] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
69817 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-firefox-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-firefox-retry1/dark-link-toolbar-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-firefox-retry1/dark-link-toolbar-diff.png
49 |
50 | await page.waitForTimeout(500);
> 51 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png");
| ^
52 | });
53 | test("Should show dark slash menu", async ({ page }) => {
54 | await focusOnEditor(page);
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:51:37
|
Run Playwright tests:
tests/src/end-to-end/theming/theming.test.ts#L51
2) [firefox] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
69817 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-firefox-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-firefox-retry2/dark-link-toolbar-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-firefox-retry2/dark-link-toolbar-diff.png
49 |
50 | await page.waitForTimeout(500);
> 51 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png");
| ^
52 | });
53 | test("Should show dark slash menu", async ({ page }) => {
54 | await focusOnEditor(page);
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:51:37
|
Run Playwright tests:
tests/src/end-to-end/images/images.test.ts#L44
3) [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
|
Run Playwright tests
Process completed with exit code 1.
|
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 27.3s
|
Run Playwright tests:
tests/[chromium] › draghandle/draghandle.test.ts#L1
tests/[chromium] › draghandle/draghandle.test.ts took 24.2s
|
Run Playwright tests:
tests/[webkit] › slashmenu/slashmenu.test.ts#L1
tests/[webkit] › slashmenu/slashmenu.test.ts took 20.8s
|
Run Playwright tests:
tests/[firefox] › slashmenu/slashmenu.test.ts#L1
tests/[firefox] › slashmenu/slashmenu.test.ts took 19.2s
|
Run Playwright tests
2 failed
[chromium] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar
[firefox] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar
1 flaky
[webkit] › images/images.test.ts:30:7 › Check Image Block and Toolbar functionality › Should be able to upload image
18 skipped
228 passed (7.7m)
|
Loading