Skip to content

chore: improvements for agents #7896

chore: improvements for agents

chore: improvements for agents #7896

Triggered via pull request May 20, 2026 10:06
Status Success
Total duration 6m 59s
Artifacts 15

build.yml

on: pull_request
Matrix: playwright
Merge Playwright Reports
41s
Merge Playwright Reports
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 23 warnings, and 7 notices
[webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:306:7 › Check Keyboard Handlers' Behaviour › Check Delete before shallower block: tests/src/utils/editor.ts#L47
2) [webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:306:7 › Check Keyboard Handlers' Behaviour › Check Delete before shallower block Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) @@ -41,19 +41,41 @@ "textAlignment": "left" }, "content": [ { "type": "text", - "text": "ParagraphParagraph" + "text": "Paragrah" } ] } ] } ] } ] + }, + { + "type": "blockContainer", + "attrs": { + "id": "2" + }, + "content": [ + { + "type": "paragraph", + "attrs": { + "backgroundColor": "default", + "textColor": "default", + "textAlignment": "left" + }, + "content": [ + { + "type": "text", + "text": "Paragraph" + } + ] + } + ] } ] } ] } Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts-snapshots/deleteShallowerBlock-json-webkit-linux.json Received: /__w/BlockNote/BlockNote/tests/test-results/keyboardhandlers-keyboardh-9a661-lete-before-shallower-block-webkit-retry1/deleteShallowerBlock-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/keyboardhandlers/keyboardhandlers.test.ts:319:5
[webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:95:7 › Check Keyboard Handlers' Behaviour › Check Backspace at the start of a block: tests/src/utils/editor.ts#L47
1) [webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:95:7 › Check Keyboard Handlers' Behaviour › Check Backspace at the start of a block Error: expect(string).toMatchSnapshot(expected) @@ -9,15 +9,17 @@ "attrs": { "id": "0" }, "content": [ { - "type": "paragraph", + "type": "heading", "attrs": { "backgroundColor": "default", "textColor": "default", - "textAlignment": "left" + "textAlignment": "left", + "level": 1, + "isToggleable": false }, "content": [ { "type": "text", "text": "Heading" Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts-snapshots/backspaceStartOfBlock-json-webkit-linux.json Received: /__w/BlockNote/BlockNote/tests/test-results/keyboardhandlers-keyboardh-54c1c-ace-at-the-start-of-a-block-webkit/backspaceStartOfBlock-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/keyboardhandlers/keyboardhandlers.test.ts:102:5
Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build
Cache save failed or was skipped.
Build
Failed to save: Unable to reserve cache with key vite-plus-Linux-x64-pnpm-07d8407f282e9b9a365993857361aa6d53d245882174e99ce2ebabdf5bee8095, another job may be creating this cache.
import(no-cycle): packages/core/src/editor/BlockNoteEditor.ts#L55
Dependency cycle detected
import(no-cycle): packages/core/src/editor/BlockNoteEditor.ts#L24
Dependency cycle detected
import(no-cycle): packages/core/src/editor/BlockNoteEditor.ts#L19
Dependency cycle detected
import(no-cycle): packages/core/src/editor/BlockNoteEditor.ts#L11
Dependency cycle detected
Playwright Tests - firefox (2/2)
Cache save failed or was skipped.
Playwright Tests - firefox (2/2)
Failed to save: Unable to reserve cache with key vite-plus-Linux-x64-pnpm-07d8407f282e9b9a365993857361aa6d53d245882174e99ce2ebabdf5bee8095, another job may be creating this cache.
Playwright Tests - webkit (2/2)
Cache save failed or was skipped.
Playwright Tests - webkit (2/2)
Failed to save: Unable to reserve cache with key vite-plus-Linux-x64-pnpm-07d8407f282e9b9a365993857361aa6d53d245882174e99ce2ebabdf5bee8095, another job may be creating this cache.
Playwright Tests - chromium (1/2)
Cache save failed or was skipped.
Playwright Tests - chromium (1/2)
Failed to save: Unable to reserve cache with key vite-plus-Linux-x64-pnpm-07d8407f282e9b9a365993857361aa6d53d245882174e99ce2ebabdf5bee8095, another job may be creating this cache.
Playwright Tests - firefox (1/2)
Cache save failed or was skipped.
Playwright Tests - firefox (1/2)
Failed to save: Unable to reserve cache with key vite-plus-Linux-x64-pnpm-07d8407f282e9b9a365993857361aa6d53d245882174e99ce2ebabdf5bee8095, another job may be creating this cache.
Playwright Tests - webkit (1/2)
Cache save failed or was skipped.
Playwright Tests - webkit (1/2)
Failed to save: Unable to reserve cache with key vite-plus-Linux-x64-pnpm-07d8407f282e9b9a365993857361aa6d53d245882174e99ce2ebabdf5bee8095, another job may be creating this cache.
Build
{ "workflowData": { "owner": "TypeCellOS", "repo": "BlockNote", "sha": "18f0b5a985b82c552ecf1fbe21917e3e767c83ad", "ref": "2761", "headBranch": "agent-markdown" }, "key": "1EiAWOjzdQ", "runId": 26155712012, "webhookDebug": { "action": "requested", "head_branch": "agent-markdown", "head_repository_full_name": "TypeCellOS/BlockNote", "full_name": "TypeCellOS/BlockNote", "isPullRequest": true, "prNumber": 2761, "prNumberType": "number", "isNewPullRequest": true, "isOldPullRequest": false, "prKey": "TypeCellOS/BlockNote:agent-markdown", "oldPrDataHash": "vcxlmtFqZ5", "lookupKey": "TypeCellOS/BlockNote:agent-markdown", "data": { "owner": "TypeCellOS", "repo": "BlockNote", "sha": "18f0b5a985b82c552ecf1fbe21917e3e767c83ad", "ref": "2761", "headBranch": "agent-markdown" } }, "currentCursor": null, "pkgPrNewVersion": "0.0.75" }
🎭 Playwright Run Summary
43 passed (35.7s)
🎭 Playwright Run Summary
1 skipped 42 passed (44.4s)
🎭 Playwright Run Summary
43 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 92 passed (1.3m)
🎭 Playwright Run Summary
16 skipped 78 passed (1.6m)
🎭 Playwright Run Summary
2 flaky [webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:95:7 › Check Keyboard Handlers' Behaviour › Check Backspace at the start of a block [webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:306:7 › Check Keyboard Handlers' Behaviour › Check Delete before shallower block 12 skipped 80 passed (2.7m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-chromium-1 Expired
127 KB
sha256:545b1e35b4bdbe2d4c026001b7a8afcec9278d1c320d15259d4b429fd1033030
blob-report-chromium-2 Expired
52.5 KB
sha256:005516d5d785a91ba886832ddbc0b4a494de80ba6162b9a696b76e6ac2053cdb
blob-report-firefox-1 Expired
113 KB
sha256:e876d6093a983e1cdd4e8ba9ba1b682bb039ce3295be8a3b17ee05668986aa69
blob-report-firefox-2 Expired
52.3 KB
sha256:03b4c161a69b154eab7196d41d1035cea19d5603c41defa4f78611d6502827cd
blob-report-webkit-1 Expired
3.94 MB
sha256:117a6b115c347011f49e9e8e0c561e02c42da7ef3f9d25c39aa2ed9b17ead2b7
blob-report-webkit-2 Expired
53 KB
sha256:775f88aa983bf95063973d3d2fc3899450d7392c776eaf01d7f0b0500f892866
playwright-build Expired
21.2 MB
sha256:cf7ab073c80485d6765f41a87e381f9ed2e58b6656fe846e5a9b1a079d8ddc50
playwright-report-chromium-1 Expired
260 KB
sha256:d0f6ad053cb89cbfd86d47c2f5a8c4e3a54d899d2922a21f8008a0e780772d17
playwright-report-chromium-2 Expired
210 KB
sha256:7d3af9ebe1162a0d909a1b61f5bd5d757bce38f380b19bcfc64d597dee63da64
playwright-report-firefox-1 Expired
250 KB
sha256:2601674af362b7c8687eb6994e5915ce803a9abbdc558f6c9d6943ae50aecf9b
playwright-report-firefox-2 Expired
209 KB
sha256:858731bedda03a625bc31518e63101a4bf3bdd8779a17dc5fdb27914cf18fd89
playwright-report-merged Expired
4.49 MB
sha256:1e05597431bc582e87d512c07c565b562802b5bc0f9ed7fcb38c2d9496e20331
playwright-report-webkit-1 Expired
4.42 MB
sha256:8fca12c1be402c4f992f599626a28fde2944e66286447f3064450d4fbe00e7f4
playwright-report-webkit-2 Expired
210 KB
sha256:1c90fa6002ed7ebc68fa5481ba3e214079f536cbb2bf85d504216a9165251179
relative-ci-artifacts-editor
44.5 KB
sha256:6d71f43d9a399f061f84aa3478eef3b58970b15550ec467a1a03c26a1b5235ce