feat: Major Extensions & UI Refactor #6371
Annotations
30 errors and 4 notices
|
[chromium] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block:
tests/src/utils/editor.ts#L47
4) [chromium] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -47,11 +47,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/addnonselectedemptyblock-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-4310f-or-non-selected-empty-block-chromium/addnonselectedemptyblock-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:127:5
|
|
[chromium] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block:
tests/src/utils/editor.ts#L47
3) [chromium] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "9"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/draghandleadd-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-08661-ton-should-create-new-block-chromium-retry2/draghandleadd-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:98:5
|
|
[chromium] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block:
tests/src/utils/editor.ts#L47
3) [chromium] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "9"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/draghandleadd-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-08661-ton-should-create-new-block-chromium-retry1/draghandleadd-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:98:5
|
|
[chromium] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block:
tests/src/utils/editor.ts#L47
3) [chromium] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "9"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/draghandleadd-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-08661-ton-should-create-new-block-chromium/draghandleadd-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:98:5
|
|
[chromium] › src/end-to-end/dragdrop/dragdrop.test.ts:20:7 › Check Block Dragging Functionality › Should be able to drag & drop non-nested blocks:
tests/src/utils/editor.ts#L47
2) [chromium] › src/end-to-end/dragdrop/dragdrop.test.ts:20:7 › Check Block Dragging Functionality › Should be able to drag & drop non-nested blocks
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -5,11 +5,11 @@
"type": "blockGroup",
"content": [
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -77,11 +77,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "3"
+ "id": "24"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/dragdrop/dragdrop.test.ts-snapshots/dragdropsingle-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/dragdrop-dragdrop-Check-Bl-5f96c-drag-drop-non-nested-blocks-chromium-retry2/dragdropsingle-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/dragdrop/dragdrop.test.ts:41:5
|
|
[chromium] › src/end-to-end/dragdrop/dragdrop.test.ts:20:7 › Check Block Dragging Functionality › Should be able to drag & drop non-nested blocks:
tests/src/utils/editor.ts#L47
2) [chromium] › src/end-to-end/dragdrop/dragdrop.test.ts:20:7 › Check Block Dragging Functionality › Should be able to drag & drop non-nested blocks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -5,11 +5,11 @@
"type": "blockGroup",
"content": [
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -77,11 +77,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "3"
+ "id": "24"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/dragdrop/dragdrop.test.ts-snapshots/dragdropsingle-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/dragdrop-dragdrop-Check-Bl-5f96c-drag-drop-non-nested-blocks-chromium-retry1/dragdropsingle-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/dragdrop/dragdrop.test.ts:41:5
|
|
[chromium] › src/end-to-end/dragdrop/dragdrop.test.ts:20:7 › Check Block Dragging Functionality › Should be able to drag & drop non-nested blocks:
tests/src/utils/editor.ts#L47
2) [chromium] › src/end-to-end/dragdrop/dragdrop.test.ts:20:7 › Check Block Dragging Functionality › Should be able to drag & drop non-nested blocks
Error: expect(string).toMatchSnapshot(expected)
@@ -5,11 +5,11 @@
"type": "blockGroup",
"content": [
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -77,11 +77,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "3"
+ "id": "24"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/dragdrop/dragdrop.test.ts-snapshots/dragdropsingle-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/dragdrop-dragdrop-Check-Bl-5f96c-drag-drop-non-nested-blocks-chromium/dragdropsingle-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/dragdrop/dragdrop.test.ts:41:5
|
|
[chromium] › src/end-to-end/copypaste/copypaste.test.ts:23:7 › Check Copy/Paste Functionality › Paragraphs should stay separate:
tests/src/utils/editor.ts#L47
1) [chromium] › src/end-to-end/copypaste/copypaste.test.ts:23:7 › Check Copy/Paste Functionality › Paragraphs should stay separate
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -27,11 +27,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -49,11 +49,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -71,11 +71,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "3"
+ "id": "24"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -87,11 +87,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "4"
+ "id": "25"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -109,11 +109,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "5"
+ "id": "26"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -131,11 +131,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "6"
+ "id": "27"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -153,11 +153,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "7"
+ "id": "28"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/copypaste/copypaste.test.ts-snapshots/paragraphs-json-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/copypaste-copypaste-Check--b83a4-graphs-should-stay-separate-chromium-retry2/paragraphs-json-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/copypaste/copypaste.test.ts:35:5
|
|
[chromium] › src/end-to-end/copypaste/copypaste.test.ts:23:7 › Check Copy/Paste Functionality › Paragraphs should stay separate:
tests/src/utils/editor.ts#L47
1) [chromium] › src/end-to-end/copypaste/copypaste.test.ts:23:7 › Check Copy/Paste Functionality › Paragraphs should stay separate
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -27,11 +27,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -49,11 +49,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -71,11 +71,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "3"
+ "id": "24"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -87,11 +87,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "4"
+ "id": "25"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -109,11 +109,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "5"
+ "id": "26"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -131,11 +131,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "6"
+ "id": "27"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -153,11 +153,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "7"
+ "id": "28"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/copypaste/copypaste.test.ts-snapshots/paragraphs-json-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/copypaste-copypaste-Check--b83a4-graphs-should-stay-separate-chromium-retry1/paragraphs-json-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/copypaste/copypaste.test.ts:35:5
|
|
[chromium] › src/end-to-end/copypaste/copypaste.test.ts:23:7 › Check Copy/Paste Functionality › Paragraphs should stay separate:
tests/src/utils/editor.ts#L47
1) [chromium] › src/end-to-end/copypaste/copypaste.test.ts:23:7 › Check Copy/Paste Functionality › Paragraphs should stay separate
Error: expect(string).toMatchSnapshot(expected)
@@ -27,11 +27,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -49,11 +49,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -71,11 +71,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "3"
+ "id": "24"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -87,11 +87,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "4"
+ "id": "25"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -109,11 +109,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "5"
+ "id": "26"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -131,11 +131,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "6"
+ "id": "27"
},
"content": [
{
"type": "paragraph",
"attrs": {
@@ -153,11 +153,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "7"
+ "id": "28"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/copypaste/copypaste.test.ts-snapshots/paragraphs-json-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/copypaste-copypaste-Check--b83a4-graphs-should-stay-separate-chromium/paragraphs-json-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/copypaste/copypaste.test.ts:35:5
|
|
[webkit] › src/end-to-end/draghandle/draghandle.test.ts:130:7 › Check Draghandle functionality › Clicking delete button should delete block:
tests/src/utils/editor.ts#L47
4) [webkit] › src/end-to-end/draghandle/draghandle.test.ts:130:7 › Check Draghandle functionality › Clicking delete button should delete block
Error: expect(string).toMatchSnapshot(expected)
@@ -5,11 +5,11 @@
"type": "blockGroup",
"content": [
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/draghandledelete-webkit-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-36b54--button-should-delete-block-webkit/draghandledelete-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:140:5
|
|
[webkit] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block:
tests/src/utils/editor.ts#L47
3) [webkit] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -47,11 +47,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/addnonselectedemptyblock-webkit-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-4310f-or-non-selected-empty-block-webkit-retry2/addnonselectedemptyblock-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:127:5
|
|
[webkit] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block:
tests/src/utils/editor.ts#L47
3) [webkit] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -47,11 +47,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/addnonselectedemptyblock-webkit-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-4310f-or-non-selected-empty-block-webkit-retry1/addnonselectedemptyblock-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:127:5
|
|
[webkit] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block:
tests/src/utils/editor.ts#L47
3) [webkit] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -47,11 +47,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/addnonselectedemptyblock-webkit-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-4310f-or-non-selected-empty-block-webkit/addnonselectedemptyblock-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:127:5
|
|
[webkit] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block:
tests/src/utils/editor.ts#L47
2) [webkit] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "9"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/draghandleadd-webkit-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-08661-ton-should-create-new-block-webkit-retry2/draghandleadd-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:98:5
|
|
[webkit] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block:
tests/src/utils/editor.ts#L47
2) [webkit] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "9"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/draghandleadd-webkit-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-08661-ton-should-create-new-block-webkit-retry1/draghandleadd-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:98:5
|
|
[webkit] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block:
tests/src/utils/editor.ts#L47
2) [webkit] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "9"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/draghandleadd-webkit-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-08661-ton-should-create-new-block-webkit/draghandleadd-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:98:5
|
|
[webkit] › src/end-to-end/dragdrop/dragdrop.test.ts:20:7 › Check Block Dragging Functionality › Should be able to drag & drop non-nested blocks:
tests/src/utils/editor.ts#L47
1) [webkit] › src/end-to-end/dragdrop/dragdrop.test.ts:20:7 › Check Block Dragging Functionality › Should be able to drag & drop non-nested blocks
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -5,11 +5,11 @@
"type": "blockGroup",
"content": [
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -77,11 +77,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "3"
+ "id": "24"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/dragdrop/dragdrop.test.ts-snapshots/dragdropsingle-webkit-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/dragdrop-dragdrop-Check-Bl-5f96c-drag-drop-non-nested-blocks-webkit-retry2/dragdropsingle-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/dragdrop/dragdrop.test.ts:41:5
|
|
[webkit] › src/end-to-end/dragdrop/dragdrop.test.ts:20:7 › Check Block Dragging Functionality › Should be able to drag & drop non-nested blocks:
tests/src/utils/editor.ts#L47
1) [webkit] › src/end-to-end/dragdrop/dragdrop.test.ts:20:7 › Check Block Dragging Functionality › Should be able to drag & drop non-nested blocks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -5,11 +5,11 @@
"type": "blockGroup",
"content": [
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -77,11 +77,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "3"
+ "id": "24"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/dragdrop/dragdrop.test.ts-snapshots/dragdropsingle-webkit-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/dragdrop-dragdrop-Check-Bl-5f96c-drag-drop-non-nested-blocks-webkit-retry1/dragdropsingle-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/dragdrop/dragdrop.test.ts:41:5
|
|
[webkit] › src/end-to-end/dragdrop/dragdrop.test.ts:20:7 › Check Block Dragging Functionality › Should be able to drag & drop non-nested blocks:
tests/src/utils/editor.ts#L47
1) [webkit] › src/end-to-end/dragdrop/dragdrop.test.ts:20:7 › Check Block Dragging Functionality › Should be able to drag & drop non-nested blocks
Error: expect(string).toMatchSnapshot(expected)
@@ -5,11 +5,11 @@
"type": "blockGroup",
"content": [
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -77,11 +77,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "3"
+ "id": "24"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/dragdrop/dragdrop.test.ts-snapshots/dragdropsingle-webkit-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/dragdrop-dragdrop-Check-Bl-5f96c-drag-drop-non-nested-blocks-webkit/dragdropsingle-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/dragdrop/dragdrop.test.ts:41:5
|
|
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:143:7 › Check Draghandle functionality › Delete button should delete correct block:
tests/src/end-to-end/draghandle/draghandle.test.ts#L0
4) [firefox] › src/end-to-end/draghandle/draghandle.test.ts:143:7 › Check Draghandle functionality › Delete button should delete correct block
Test timeout of 30000ms exceeded.
|
|
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:130:7 › Check Draghandle functionality › Clicking delete button should delete block:
tests/src/utils/editor.ts#L47
3) [firefox] › src/end-to-end/draghandle/draghandle.test.ts:130:7 › Check Draghandle functionality › Clicking delete button should delete block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -5,11 +5,11 @@
"type": "blockGroup",
"content": [
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/draghandledelete-firefox-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-36b54--button-should-delete-block-firefox-retry2/draghandledelete-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:140:5
|
|
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:130:7 › Check Draghandle functionality › Clicking delete button should delete block:
tests/src/utils/editor.ts#L47
3) [firefox] › src/end-to-end/draghandle/draghandle.test.ts:130:7 › Check Draghandle functionality › Clicking delete button should delete block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -5,11 +5,11 @@
"type": "blockGroup",
"content": [
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/draghandledelete-firefox-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-36b54--button-should-delete-block-firefox-retry1/draghandledelete-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:140:5
|
|
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:130:7 › Check Draghandle functionality › Clicking delete button should delete block:
tests/src/utils/editor.ts#L47
3) [firefox] › src/end-to-end/draghandle/draghandle.test.ts:130:7 › Check Draghandle functionality › Clicking delete button should delete block
Error: expect(string).toMatchSnapshot(expected)
@@ -5,11 +5,11 @@
"type": "blockGroup",
"content": [
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/draghandledelete-firefox-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-36b54--button-should-delete-block-firefox/draghandledelete-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:140:5
|
|
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block:
tests/src/utils/editor.ts#L47
2) [firefox] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -47,11 +47,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/addnonselectedemptyblock-firefox-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-4310f-or-non-selected-empty-block-firefox-retry2/addnonselectedemptyblock-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:127:5
|
|
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block:
tests/src/utils/editor.ts#L47
2) [firefox] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -47,11 +47,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/addnonselectedemptyblock-firefox-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-4310f-or-non-selected-empty-block-firefox-retry1/addnonselectedemptyblock-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:127:5
|
|
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block:
tests/src/utils/editor.ts#L47
2) [firefox] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -47,11 +47,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "16"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/addnonselectedemptyblock-firefox-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-4310f-or-non-selected-empty-block-firefox/addnonselectedemptyblock-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:127:5
|
|
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block:
tests/src/utils/editor.ts#L47
1) [firefox] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "9"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/draghandleadd-firefox-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-08661-ton-should-create-new-block-firefox-retry2/draghandleadd-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:98:5
|
|
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block:
tests/src/utils/editor.ts#L47
1) [firefox] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "9"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/draghandleadd-firefox-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-08661-ton-should-create-new-block-firefox-retry1/draghandleadd-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:98:5
|
|
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block:
tests/src/utils/editor.ts#L47
1) [firefox] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block
Error: expect(string).toMatchSnapshot(expected)
@@ -29,11 +29,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "2"
+ "id": "9"
},
"content": [
{
"type": "heading",
"attrs": {
@@ -53,11 +53,11 @@
]
},
{
"type": "blockContainer",
"attrs": {
- "id": "1"
+ "id": "8"
},
"content": [
{
"type": "paragraph",
"attrs": {
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts-snapshots/draghandleadd-firefox-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/draghandle-draghandle-Chec-08661-ton-should-create-new-block-firefox/draghandleadd-actual.json
at ../utils/editor.ts:47
45 | // Remove id from docs
46 | const doc = JSON.stringify(await getDoc(page), null, 2);
> 47 | expect(doc).toMatchSnapshot(`${name}.json`);
| ^
48 | }
49 |
at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15)
at /__w/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:98:5
|
|
Build
{
"workflowData": {
"owner": "TypeCellOS",
"repo": "BlockNote",
"sha": "294f0fee61f9c1a750ae55dfdadf2e67eaf3ccc0",
"ref": "2143"
},
"key": "15dsCNQ0YS",
"runId": 19672029915,
"webhookDebug": {
"action": "requested",
"head_branch": "plugin-system",
"head_repository_full_name": "TypeCellOS/BlockNote",
"full_name": "TypeCellOS/BlockNote",
"isPullRequest": true,
"prNumber": 2143,
"prNumberType": "number",
"isNewPullRequest": true,
"isOldPullRequest": false,
"prKey": "TypeCellOS/BlockNote:plugin-system",
"oldPrDataHash": "sSmMWGsAct",
"lookupKey": "TypeCellOS/BlockNote:plugin-system",
"data": {
"owner": "TypeCellOS",
"repo": "BlockNote",
"sha": "294f0fee61f9c1a750ae55dfdadf2e67eaf3ccc0",
"ref": "2143"
}
}
}
|
|
🎭 Playwright Run Summary
21 failed
[chromium] › src/end-to-end/copypaste/copypaste.test.ts:23:7 › Check Copy/Paste Functionality › Paragraphs should stay separate
[chromium] › src/end-to-end/dragdrop/dragdrop.test.ts:20:7 › Check Block Dragging Functionality › Should be able to drag & drop non-nested blocks
[chromium] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block
[chromium] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block
[chromium] › src/end-to-end/draghandle/draghandle.test.ts:130:7 › Check Draghandle functionality › Clicking delete button should delete block
[chromium] › src/end-to-end/draghandle/draghandle.test.ts:143:7 › Check Draghandle functionality › Delete button should delete correct block
[chromium] › src/end-to-end/draghandle/draghandle.test.ts:161:7 › Check Draghandle functionality › Deleting block with children should delete all children
[chromium] › src/end-to-end/images/images.test.ts:22:7 › Check Image Block and Toolbar functionality › Should be able to create image block
[chromium] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
[chromium] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
[chromium] › src/end-to-end/images/images.test.ts:104:7 › Check Image Block and Toolbar functionality › Should be able to delete image with backspace
[chromium] › src/end-to-end/images/images.test.ts:119:7 › Check Image Block and Toolbar functionality › Should be able to drag image
[chromium] › src/end-to-end/indentation/indentation.test.ts:17:7 › Check Block Indentation Functionality › Should be able to increase indentation for single block
[chromium] › src/end-to-end/indentation/indentation.test.ts:46:7 › Check Block Indentation Functionality › Should be able to decrease indentation for single block
[chromium] › src/end-to-end/indentation/indentation.test.ts:75:7 › Check Block Indentation Functionality › Should be able to increase indentation for multiple blocks
[chromium] › src/end-to-end/indentation/indentation.test.ts:117:7 › Check Block Indentation Functionality › Should be able to decrease indentation for multiple blocks
[chromium] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:17:7 › Check Keyboard Handlers' Behaviour › Check Enter when selection is not empty
[chromium] › src/end-to-end/slashmenu/slashmenu.test.ts:117:7 › Check SlashMenu Functionality › Should be able to create complex documents that match snapshots
[chromium] › src/end-to-end/tables/tables.test.ts:11:7 › Check Table interactions › Should be able to type in cell
[chromium] › src/end-to-end/tables/tables.test.ts:18:7 › Check Table interactions › Tab should cycle cells
[chromium] › src/end-to-end/tables/tables.test.ts:34:7 › Check Table interactions › Arrow keys should move cells
1 skipped
19 did not run
54 passed (4.5m)
|
|
🎭 Playwright Run Summary
20 failed
[webkit] › src/end-to-end/dragdrop/dragdrop.test.ts:20:7 › Check Block Dragging Functionality › Should be able to drag & drop non-nested blocks
[webkit] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block
[webkit] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block
[webkit] › src/end-to-end/draghandle/draghandle.test.ts:130:7 › Check Draghandle functionality › Clicking delete button should delete block
[webkit] › src/end-to-end/draghandle/draghandle.test.ts:143:7 › Check Draghandle functionality › Delete button should delete correct block
[webkit] › src/end-to-end/draghandle/draghandle.test.ts:161:7 › Check Draghandle functionality › Deleting block with children should delete all children
[webkit] › src/end-to-end/images/images.test.ts:22:7 › Check Image Block and Toolbar functionality › Should be able to create image block
[webkit] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
[webkit] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
[webkit] › src/end-to-end/images/images.test.ts:104:7 › Check Image Block and Toolbar functionality › Should be able to delete image with backspace
[webkit] › src/end-to-end/images/images.test.ts:119:7 › Check Image Block and Toolbar functionality › Should be able to drag image
[webkit] › src/end-to-end/indentation/indentation.test.ts:17:7 › Check Block Indentation Functionality › Should be able to increase indentation for single block
[webkit] › src/end-to-end/indentation/indentation.test.ts:46:7 › Check Block Indentation Functionality › Should be able to decrease indentation for single block
[webkit] › src/end-to-end/indentation/indentation.test.ts:75:7 › Check Block Indentation Functionality › Should be able to increase indentation for multiple blocks
[webkit] › src/end-to-end/indentation/indentation.test.ts:117:7 › Check Block Indentation Functionality › Should be able to decrease indentation for multiple blocks
[webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:17:7 › Check Keyboard Handlers' Behaviour › Check Enter when selection is not empty
[webkit] › src/end-to-end/slashmenu/slashmenu.test.ts:117:7 › Check SlashMenu Functionality › Should be able to create complex documents that match snapshots
[webkit] › src/end-to-end/tables/tables.test.ts:11:7 › Check Table interactions › Should be able to type in cell
[webkit] › src/end-to-end/tables/tables.test.ts:18:7 › Check Table interactions › Tab should cycle cells
[webkit] › src/end-to-end/tables/tables.test.ts:34:7 › Check Table interactions › Arrow keys should move cells
1 flaky
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
9 skipped
12 did not run
53 passed (6.6m)
|
|
🎭 Playwright Run Summary
19 failed
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:90:7 › Check Draghandle functionality › Clicking add button should create new block
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:120:7 › Check Draghandle functionality › Click add button for non-selected empty block
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:130:7 › Check Draghandle functionality › Clicking delete button should delete block
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:143:7 › Check Draghandle functionality › Delete button should delete correct block
[firefox] › src/end-to-end/draghandle/draghandle.test.ts:161:7 › Check Draghandle functionality › Deleting block with children should delete all children
[firefox] › src/end-to-end/images/images.test.ts:22:7 › Check Image Block and Toolbar functionality › Should be able to create image block
[firefox] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
[firefox] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
[firefox] › src/end-to-end/images/images.test.ts:104:7 › Check Image Block and Toolbar functionality › Should be able to delete image with backspace
[firefox] › src/end-to-end/images/images.test.ts:119:7 › Check Image Block and Toolbar functionality › Should be able to drag image
[firefox] › src/end-to-end/indentation/indentation.test.ts:17:7 › Check Block Indentation Functionality › Should be able to increase indentation for single block
[firefox] › src/end-to-end/indentation/indentation.test.ts:46:7 › Check Block Indentation Functionality › Should be able to decrease indentation for single block
[firefox] › src/end-to-end/indentation/indentation.test.ts:75:7 › Check Block Indentation Functionality › Should be able to increase indentation for multiple blocks
[firefox] › src/end-to-end/indentation/indentation.test.ts:117:7 › Check Block Indentation Functionality › Should be able to decrease indentation for multiple blocks
[firefox] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:17:7 › Check Keyboard Handlers' Behaviour › Check Enter when selection is not empty
[firefox] › src/end-to-end/slashmenu/slashmenu.test.ts:117:7 › Check SlashMenu Functionality › Should be able to create complex documents that match snapshots
[firefox] › src/end-to-end/tables/tables.test.ts:11:7 › Check Table interactions › Should be able to type in cell
[firefox] › src/end-to-end/tables/tables.test.ts:18:7 › Check Table interactions › Tab should cycle cells
[firefox] › src/end-to-end/tables/tables.test.ts:34:7 › Check Table interactions › Arrow keys should move cells
11 skipped
11 did not run
54 passed (6.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report-chromium
Expired
|
9.54 MB |
sha256:ac046c9a89192884f8a450f4ef21b12809dabc81e1dfde3e87efbb247cc442eb
|
|
|
playwright-report-firefox
Expired
|
6.24 MB |
sha256:ea5251ab2fa21f0e78004a16f215d73b12c67b9ecb5f1a2564e3031086349615
|
|
|
playwright-report-webkit
Expired
|
10.8 MB |
sha256:8420b690e44524b235a26d91282a6aceed43d53957abbe7f59dca5be3a9f5948
|
|
|
relative-ci-artifacts-editor
Expired
|
45.7 KB |
sha256:8fc85c5c7ccbcd16b978c46abb12cde0e8c6a979b3c939d11637656b2ffff96a
|
|