fix: arrow up on a checklist item should move to the element above BLO-362 #6733
Annotations
25 errors and 3 notices
|
Playwright Tests - firefox
Process completed with exit code 1.
|
|
[firefox] › src/end-to-end/colors/colors.test.ts:42:7 › Check Background & Text Color Functionality › Should be able to apply a background color mark:
tests/src/end-to-end/colors/colors.test.ts#L62
2) [firefox] › src/end-to-end/colors/colors.test.ts:42:7 › Check Background & Text Color Functionality › Should be able to apply a background color mark
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
7032 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts-snapshots/backgroundColorMark-firefox-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-56edd-ply-a-background-color-mark-firefox-retry1/backgroundColorMark-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-56edd-ply-a-background-color-mark-firefox-retry1/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 /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts:62:37
|
|
[firefox] › src/end-to-end/colors/colors.test.ts:42:7 › Check Background & Text Color Functionality › Should be able to apply a background color mark:
tests/src/end-to-end/colors/colors.test.ts#L62
2) [firefox] › src/end-to-end/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)
2838 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts-snapshots/backgroundColorMark-firefox-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-56edd-ply-a-background-color-mark-firefox/backgroundColorMark-actual.png
Diff: /__w/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 /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts:62:37
|
|
[firefox] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L30
1) [firefox] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
Expected an image 1280px by 1466px, received 1280px by 1467px. 7958 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts-snapshots/basicblocks-firefox-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/basics-basicblocks-Check-b-0319e-basic-text-block-appearance-firefox-retry2/basicblocks-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/basics-basicblocks-Check-b-0319e-basic-text-block-appearance-firefox-retry2/basicblocks-diff.png
28 |
29 | await page.waitForTimeout(100);
> 30 | expect(await page.screenshot({ fullPage: true })).toMatchSnapshot(
| ^
31 | "basicblocks.png",
32 | );
33 | });
at /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts:30:55
|
|
[firefox] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L30
1) [firefox] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
Expected an image 1280px by 1466px, received 1280px by 1467px. 7958 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts-snapshots/basicblocks-firefox-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/basics-basicblocks-Check-b-0319e-basic-text-block-appearance-firefox-retry1/basicblocks-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/basics-basicblocks-Check-b-0319e-basic-text-block-appearance-firefox-retry1/basicblocks-diff.png
28 |
29 | await page.waitForTimeout(100);
> 30 | expect(await page.screenshot({ fullPage: true })).toMatchSnapshot(
| ^
31 | "basicblocks.png",
32 | );
33 | });
at /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts:30:55
|
|
[firefox] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L30
1) [firefox] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Error: expect(Buffer).toMatchSnapshot(expected)
Expected an image 1280px by 1466px, received 1280px by 1467px. 7958 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts-snapshots/basicblocks-firefox-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/basics-basicblocks-Check-b-0319e-basic-text-block-appearance-firefox/basicblocks-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/basics-basicblocks-Check-b-0319e-basic-text-block-appearance-firefox/basicblocks-diff.png
28 |
29 | await page.waitForTimeout(100);
> 30 | expect(await page.screenshot({ fullPage: true })).toMatchSnapshot(
| ^
31 | "basicblocks.png",
32 | );
33 | });
at /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts:30:55
|
|
Playwright Tests - chromium
Process completed with exit code 1.
|
|
[chromium] › src/end-to-end/colors/colors.test.ts:42:7 › Check Background & Text Color Functionality › Should be able to apply a background color mark:
tests/src/end-to-end/colors/colors.test.ts#L62
3) [chromium] › src/end-to-end/colors/colors.test.ts:42:7 › Check Background & Text Color Functionality › Should be able to apply a background color mark
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
7851 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts-snapshots/backgroundColorMark-chromium-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-56edd-ply-a-background-color-mark-chromium-retry2/backgroundColorMark-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-56edd-ply-a-background-color-mark-chromium-retry2/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 /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts:62:37
|
|
[chromium] › src/end-to-end/colors/colors.test.ts:42:7 › Check Background & Text Color Functionality › Should be able to apply a background color mark:
tests/src/end-to-end/colors/colors.test.ts#L62
3) [chromium] › src/end-to-end/colors/colors.test.ts:42:7 › Check Background & Text Color Functionality › Should be able to apply a background color mark
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
7851 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts-snapshots/backgroundColorMark-chromium-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-56edd-ply-a-background-color-mark-chromium-retry1/backgroundColorMark-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-56edd-ply-a-background-color-mark-chromium-retry1/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 /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts:62:37
|
|
[chromium] › src/end-to-end/colors/colors.test.ts:42:7 › Check Background & Text Color Functionality › Should be able to apply a background color mark:
tests/src/end-to-end/colors/colors.test.ts#L62
3) [chromium] › src/end-to-end/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)
7851 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts-snapshots/backgroundColorMark-chromium-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-56edd-ply-a-background-color-mark-chromium/backgroundColorMark-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-56edd-ply-a-background-color-mark-chromium/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 /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts:62:37
|
|
[chromium] › src/end-to-end/colors/colors.test.ts:20:7 › Check Background & Text Color Functionality › Should be able to apply a text color mark:
tests/src/end-to-end/colors/colors.test.ts#L40
2) [chromium] › src/end-to-end/colors/colors.test.ts:20:7 › Check Background & Text Color Functionality › Should be able to apply a text color mark
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
7891 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts-snapshots/textColorMark-chromium-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-1bebc--to-apply-a-text-color-mark-chromium-retry2/textColorMark-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-1bebc--to-apply-a-text-color-mark-chromium-retry2/textColorMark-diff.png
38 | await page.waitForTimeout(500);
39 |
> 40 | expect(await page.screenshot()).toMatchSnapshot("textColorMark.png");
| ^
41 | });
42 | test("Should be able to apply a background color mark", async ({ page }) => {
43 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts:40:37
|
|
[chromium] › src/end-to-end/colors/colors.test.ts:20:7 › Check Background & Text Color Functionality › Should be able to apply a text color mark:
tests/src/end-to-end/colors/colors.test.ts#L40
2) [chromium] › src/end-to-end/colors/colors.test.ts:20:7 › Check Background & Text Color Functionality › Should be able to apply a text color mark
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
7891 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts-snapshots/textColorMark-chromium-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-1bebc--to-apply-a-text-color-mark-chromium-retry1/textColorMark-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-1bebc--to-apply-a-text-color-mark-chromium-retry1/textColorMark-diff.png
38 | await page.waitForTimeout(500);
39 |
> 40 | expect(await page.screenshot()).toMatchSnapshot("textColorMark.png");
| ^
41 | });
42 | test("Should be able to apply a background color mark", async ({ page }) => {
43 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts:40:37
|
|
[chromium] › src/end-to-end/colors/colors.test.ts:20:7 › Check Background & Text Color Functionality › Should be able to apply a text color mark:
tests/src/end-to-end/colors/colors.test.ts#L40
2) [chromium] › src/end-to-end/colors/colors.test.ts:20:7 › Check Background & Text Color Functionality › Should be able to apply a text color mark
Error: expect(Buffer).toMatchSnapshot(expected)
7891 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts-snapshots/textColorMark-chromium-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-1bebc--to-apply-a-text-color-mark-chromium/textColorMark-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-1bebc--to-apply-a-text-color-mark-chromium/textColorMark-diff.png
38 | await page.waitForTimeout(500);
39 |
> 40 | expect(await page.screenshot()).toMatchSnapshot("textColorMark.png");
| ^
41 | });
42 | test("Should be able to apply a background color mark", async ({ page }) => {
43 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts:40:37
|
|
[chromium] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L30
1) [chromium] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
Expected an image 1280px by 1471px, received 1280px by 1474px. 14580 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts-snapshots/basicblocks-chromium-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/basics-basicblocks-Check-b-0319e-basic-text-block-appearance-chromium-retry2/basicblocks-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/basics-basicblocks-Check-b-0319e-basic-text-block-appearance-chromium-retry2/basicblocks-diff.png
28 |
29 | await page.waitForTimeout(100);
> 30 | expect(await page.screenshot({ fullPage: true })).toMatchSnapshot(
| ^
31 | "basicblocks.png",
32 | );
33 | });
at /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts:30:55
|
|
[chromium] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L30
1) [chromium] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
Expected an image 1280px by 1471px, received 1280px by 1474px. 14580 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts-snapshots/basicblocks-chromium-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/basics-basicblocks-Check-b-0319e-basic-text-block-appearance-chromium-retry1/basicblocks-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/basics-basicblocks-Check-b-0319e-basic-text-block-appearance-chromium-retry1/basicblocks-diff.png
28 |
29 | await page.waitForTimeout(100);
> 30 | expect(await page.screenshot({ fullPage: true })).toMatchSnapshot(
| ^
31 | "basicblocks.png",
32 | );
33 | });
at /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts:30:55
|
|
[chromium] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L30
1) [chromium] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Error: expect(Buffer).toMatchSnapshot(expected)
Expected an image 1280px by 1471px, received 1280px by 1474px. 14580 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts-snapshots/basicblocks-chromium-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/basics-basicblocks-Check-b-0319e-basic-text-block-appearance-chromium/basicblocks-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/basics-basicblocks-Check-b-0319e-basic-text-block-appearance-chromium/basicblocks-diff.png
28 |
29 | await page.waitForTimeout(100);
> 30 | expect(await page.screenshot({ fullPage: true })).toMatchSnapshot(
| ^
31 | "basicblocks.png",
32 | );
33 | });
at /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts:30:55
|
|
Playwright Tests - webkit
Process completed with exit code 1.
|
|
[webkit] › src/end-to-end/colors/colors.test.ts:42:7 › Check Background & Text Color Functionality › Should be able to apply a background color mark:
tests/src/end-to-end/colors/colors.test.ts#L62
4) [webkit] › src/end-to-end/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)
12000 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts-snapshots/backgroundColorMark-webkit-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-56edd-ply-a-background-color-mark-webkit/backgroundColorMark-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-56edd-ply-a-background-color-mark-webkit/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 /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts:62:37
|
|
[webkit] › src/end-to-end/colors/colors.test.ts:20:7 › Check Background & Text Color Functionality › Should be able to apply a text color mark:
tests/src/end-to-end/colors/colors.test.ts#L40
3) [webkit] › src/end-to-end/colors/colors.test.ts:20:7 › Check Background & Text Color Functionality › Should be able to apply a text color mark
Error: expect(Buffer).toMatchSnapshot(expected)
12000 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts-snapshots/textColorMark-webkit-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-1bebc--to-apply-a-text-color-mark-webkit/textColorMark-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/colors-colors-Check-Backgr-1bebc--to-apply-a-text-color-mark-webkit/textColorMark-diff.png
38 | await page.waitForTimeout(500);
39 |
> 40 | expect(await page.screenshot()).toMatchSnapshot("textColorMark.png");
| ^
41 | });
42 | test("Should be able to apply a background color mark", async ({ page }) => {
43 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/colors/colors.test.ts:40:37
|
|
[webkit] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar:
tests/src/end-to-end/ariakit/ariakit.test.ts#L41
2) [webkit] › src/end-to-end/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
|
|
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L19
1) [webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-content-type="video"] .bn-file-caption')
17 | await page.waitForTimeout(500);
18 |
> 19 | await page.locator(`[data-content-type="video"] .bn-file-caption`).click();
| ^
20 | await page.keyboard.press("Backspace");
21 | await page.waitForTimeout(500);
22 |
at /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts:19:72
|
|
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L0
1) [webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L30
1) [webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
Expected an image 2560px by 2932px, received 2560px by 2938px. 49763 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts-snapshots/basicblocks-webkit-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/basics-basicblocks-Check-b-0319e-basic-text-block-appearance-webkit-retry1/basicblocks-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/basics-basicblocks-Check-b-0319e-basic-text-block-appearance-webkit-retry1/basicblocks-diff.png
28 |
29 | await page.waitForTimeout(100);
> 30 | expect(await page.screenshot({ fullPage: true })).toMatchSnapshot(
| ^
31 | "basicblocks.png",
32 | );
33 | });
at /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts:30:55
|
|
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L19
1) [webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-content-type="video"] .bn-file-caption')
17 | await page.waitForTimeout(500);
18 |
> 19 | await page.locator(`[data-content-type="video"] .bn-file-caption`).click();
| ^
20 | await page.keyboard.press("Backspace");
21 | await page.waitForTimeout(500);
22 |
at /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts:19:72
|
|
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L0
1) [webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Test timeout of 30000ms exceeded.
|
|
🎭 Playwright Run Summary
1 failed
[firefox] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
1 flaky
[firefox] › src/end-to-end/colors/colors.test.ts:42:7 › Check Background & Text Color Functionality › Should be able to apply a background color mark
11 skipped
87 passed (3.0m)
|
|
🎭 Playwright Run Summary
3 failed
[chromium] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
[chromium] › src/end-to-end/colors/colors.test.ts:20:7 › Check Background & Text Color Functionality › Should be able to apply a text color mark
[chromium] › src/end-to-end/colors/colors.test.ts:42:7 › Check Background & Text Color Functionality › Should be able to apply a background color mark
1 skipped
96 passed (2.7m)
|
|
🎭 Playwright Run Summary
1 failed
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
3 flaky
[webkit] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar ─
[webkit] › src/end-to-end/colors/colors.test.ts:20:7 › Check Background & Text Color Functionality › Should be able to apply a text color mark
[webkit] › src/end-to-end/colors/colors.test.ts:42:7 › Check Background & Text Color Functionality › Should be able to apply a background color mark
9 skipped
87 passed (4.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report-chromium
Expired
|
4.89 MB |
sha256:cbb6d80e9b9fe513a7359c13d2ed24a019ad2402a3e7e6f290f760f492602522
|
|
|
playwright-report-firefox
Expired
|
6.59 MB |
sha256:69f9ca869717cc7d4e6a2eeea5b2a1ac1e5fe8ddd501508e9683899686b43856
|
|
|
playwright-report-webkit
Expired
|
9.72 MB |
sha256:5043b02c00b6245d4315471fe7fe872eb6918983b514e31083aa4ada19dc95f4
|
|