build: first round of blast radius #8091
build.yml
on: pull_request
Playwright Build
1m 43s
Build
3m 0s
Matrix: playwright
Merge Playwright Reports
58s
Annotations
4 errors and 6 notices
|
Build
Process completed with exit code 1.
|
|
src/unit/core/schema/runTests.test.ts > Schema test > Block specs test:
tests/src/unit/core/schema/runTests.test.ts#L23
Error: Snapshot `Schema test > Block specs test 1` mismatched
- Expected
+ Received
@@ -41,36 +41,36 @@
"addAttributes": [Function],
"addOptions": [Function],
"code": false,
"content": "",
"defining": true,
- "group": "suggestionBlockContent",
+ "group": "suggestionBlockContent blockContent",
"isolating": true,
- "name": "suggestion-audio",
+ "name": "audio--attributed",
"parseHTML": [Function],
"priority": 111,
"renderHTML": [Function],
"selectable": false,
},
- "name": "suggestion-audio",
+ "name": "audio--attributed",
"parent": null,
"type": "node",
},
"config": {
"addAttributes": [Function],
"code": false,
"content": "",
"defining": true,
- "group": "suggestionBlockContent",
+ "group": "suggestionBlockContent blockContent",
"isolating": true,
- "name": "suggestion-audio",
+ "name": "audio--attributed",
"parseHTML": [Function],
"priority": 111,
"renderHTML": [Function],
"selectable": false,
},
- "name": "suggestion-audio",
+ "name": "audio--attributed",
"parent": null,
"type": "node",
},
"toExternalHTML": [Function],
},
@@ -115,36 +115,36 @@
"addAttributes": [Function],
"addOptions": [Function],
"code": false,
"content": "inline*",
"defining": true,
- "group": "suggestionBlockContent",
+ "group": "suggestionBlockContent blockContent",
"isolating": false,
- "name": "suggestion-bulletListItem",
+ "name": "bulletListItem--attributed",
"parseHTML": [Function],
"priority": 101,
"renderHTML": [Function],
"selectable": false,
},
- "name": "suggestion-bulletListItem",
+ "name": "bulletListItem--attributed",
"parent": null,
"type": "node",
},
"config": {
"addAttributes": [Function],
"code": false,
"content": "inline*",
"defining": true,
- "group": "suggestionBlockContent",
+ "group": "suggestionBlockContent blockContent",
"isolating": false,
- "name": "suggestion-bulletListItem",
+ "name": "bulletListItem--attributed",
"parseHTML": [Function],
"priority": 101,
"renderHTML": [Function],
"selectable": false,
},
- "name": "suggestion-bulletListItem",
+ "name": "bulletListItem--attributed",
"parent": null,
"type": "node",
},
"toExternalHTML": [Function],
},
@@ -196,36 +196,36 @@
"addAttributes": [Function],
"addOptions": [Function],
"code": false,
"content": "inline*",
"defining": true,
- "group": "suggestionBlockContent",
+ "group": "suggestionBlockContent blockContent",
"isolating": false,
- "name": "suggestion-checkListItem",
+ "name": "checkListItem--attributed",
"parseHTML": [Function],
"priority": 111,
"renderHTML": [Function],
"selectable": false,
},
- "name": "suggestion-checkListItem",
+ "name": "checkListItem--attributed",
"parent": null,
"type": "node",
},
"config": {
"addAttributes": [Function],
"code": false,
"content": "inline*",
"defining": true,
- "group": "suggestionBlockContent",
+ "group": "suggestionBlockContent blockContent",
"is
|
|
[webkit] › src/end-to-end/images/images.test.ts:55:7 › Check Image Block and Toolbar functionality › Should be able to resize image:
tests/src/end-to-end/images/images.test.ts#L95
1) [webkit] › src/end-to-end/images/images.test.ts:55:7 › Check Image Block and Toolbar functionality › Should be able to resize image
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
1232 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/resize-image-webkit-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-webkit-retry1/resize-image-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-webkit-retry1/resize-image-diff.png
93 | await page.waitForTimeout(500);
94 | await compareDocToSnapshot(page, "resizeImage");
> 95 | expect(await page.screenshot()).toMatchSnapshot("resize-image.png");
| ^
96 | });
97 | test("Should be able to delete image with backspace", async ({ page }) => {
98 | await page.goto(BASE_URL);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:95:37
|
|
[webkit] › src/end-to-end/images/images.test.ts:55:7 › Check Image Block and Toolbar functionality › Should be able to resize image:
tests/src/end-to-end/images/images.test.ts#L95
1) [webkit] › src/end-to-end/images/images.test.ts:55:7 › Check Image Block and Toolbar functionality › Should be able to resize image
Error: expect(Buffer).toMatchSnapshot(expected)
1232 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/resize-image-webkit-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-webkit/resize-image-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-webkit/resize-image-diff.png
93 | await page.waitForTimeout(500);
94 | await compareDocToSnapshot(page, "resizeImage");
> 95 | expect(await page.screenshot()).toMatchSnapshot("resize-image.png");
| ^
96 | });
97 | test("Should be able to delete image with backspace", async ({ page }) => {
98 | await page.goto(BASE_URL);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:95:37
|
|
🎭 Playwright Run Summary
43 passed (35.4s)
|
|
🎭 Playwright Run Summary
1 skipped
42 passed (46.9s)
|
|
🎭 Playwright Run Summary
43 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 skipped
94 passed (1.3m)
|
|
🎭 Playwright Run Summary
16 skipped
80 passed (1.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › src/end-to-end/images/images.test.ts:55:7 › Check Image Block and Toolbar functionality › Should be able to resize image
12 skipped
83 passed (2.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-chromium-1
Expired
|
129 KB |
sha256:7a7ae95df906ed35a10751f794eea065fb182a6dc680a708b62e66c269164575
|
|
|
blob-report-chromium-2
Expired
|
52.6 KB |
sha256:a4cf2de20a909dd834ce48b0f4833386a5338edec48ff99ea88357018f3b5f8a
|
|
|
blob-report-firefox-1
Expired
|
116 KB |
sha256:0246b4c6f333b5771b35d77e3edd5731e4daf1e58f708a3234525235f53783de
|
|
|
blob-report-firefox-2
Expired
|
52.2 KB |
sha256:80e4feb3b2475b81a90cc5292f86c725b6c0f8edb204eb6e5b7a4cc614229baf
|
|
|
blob-report-webkit-1
Expired
|
908 KB |
sha256:71ecd08e1e675f715d6dd86e92d8afe2e1f603202eab484b10192b27736fed42
|
|
|
blob-report-webkit-2
Expired
|
53.1 KB |
sha256:8d3520c7132cf707eb0f4bfb3b8190ca46b8c764f4da4a3d4974f729b6ea40bb
|
|
|
playwright-build
Expired
|
21.6 MB |
sha256:c62d82780973371b635c3b67622ab77f726a000d0ac286a5636939c9e6143121
|
|
|
playwright-report-chromium-1
|
262 KB |
sha256:8e9c53b51c0dc122a3d68f0fa61e90c20567a16e57d547423f14065703be3f48
|
|
|
playwright-report-chromium-2
|
210 KB |
sha256:b8fd15be73a059750758df59dcadd5360fb475b42101b55e45c4d8b578ef1c5a
|
|
|
playwright-report-firefox-1
|
251 KB |
sha256:86c2542886a45a72a9961db61a9f498b03550c17c98483fa6cdae20602f5b47c
|
|
|
playwright-report-firefox-2
|
209 KB |
sha256:f4cecda30ce56a8ee095ab6b33a1ed57b37f406f52da6556af701c670420fdca
|
|
|
playwright-report-merged
|
1.3 MB |
sha256:cb85851053a7b82d2c321d3ca2660a2b52bcf7ff3b849167ab0cae0ab414688d
|
|
|
playwright-report-webkit-1
|
1.23 MB |
sha256:6bfe048633bbfaa3f0f8a7eaba537fb49ad7fc0f21c020d84dde50dacbc6d125
|
|
|
playwright-report-webkit-2
|
210 KB |
sha256:8665f44300b87945cf14869a394e4558597ba81212fcc98a250d02f1746e68b2
|
|