Skip to content

feat: Major Extensions & UI Refactor #6336

feat: Major Extensions & UI Refactor

feat: Major Extensions & UI Refactor #6336

Triggered via pull request November 21, 2025 19:09
Status Failure
Total duration 1h 0m 6s
Artifacts

build.yml

on: pull_request
Matrix: playwright
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 3 warnings
Build
Process completed with exit code 130.
src/extensions/Collaboration/ForkYDoc.test.ts > can fork an keep the changes to the original document: packages/core/src/extensions/Collaboration/ForkYDoc.test.ts#L136
Error: Snapshot `can fork an keep the changes to the original document 1` mismatched Expected: "<blockgroup><blockcontainer id="0"><paragraph backgroundColor="default" textAlignment="left" textColor="default">Hello</paragraph></blockcontainer><blockcontainer id="1"><paragraph backgroundColor="default" textAlignment="left" textColor="default"></paragraph></blockcontainer></blockgroup>" Received: "<blockgroup><blockcontainer id="2"><paragraph backgroundColor="default" textAlignment="left" textColor="default">Hello</paragraph></blockcontainer><blockcontainer id="3"><paragraph backgroundColor="default" textAlignment="left" textColor="default"></paragraph></blockcontainer></blockgroup>" ❯ src/extensions/Collaboration/ForkYDoc.test.ts:136:3
src/extensions/Collaboration/ForkYDoc.test.ts > can merge a document: packages/core/src/extensions/Collaboration/ForkYDoc.test.ts#L80
Error: Snapshot `can merge a document 1` mismatched Expected: "<blockgroup><blockcontainer id="0"><paragraph backgroundColor="default" textAlignment="left" textColor="default">Hello</paragraph></blockcontainer><blockcontainer id="1"><paragraph backgroundColor="default" textAlignment="left" textColor="default"></paragraph></blockcontainer></blockgroup>" Received: "<blockgroup><blockcontainer id="2"><paragraph backgroundColor="default" textAlignment="left" textColor="default">Hello</paragraph></blockcontainer><blockcontainer id="3"><paragraph backgroundColor="default" textAlignment="left" textColor="default"></paragraph></blockcontainer></blockgroup>" ❯ src/extensions/Collaboration/ForkYDoc.test.ts:80:3
src/extensions/Collaboration/ForkYDoc.test.ts > can fork a document: packages/core/src/extensions/Collaboration/ForkYDoc.test.ts#L33
Error: Snapshot `can fork a document 1` mismatched Expected: "<blockgroup><blockcontainer id="0"><paragraph backgroundColor="default" textAlignment="left" textColor="default">Hello</paragraph></blockcontainer><blockcontainer id="1"><paragraph backgroundColor="default" textAlignment="left" textColor="default"></paragraph></blockcontainer></blockgroup>" Received: "<blockgroup><blockcontainer id="2"><paragraph backgroundColor="default" textAlignment="left" textColor="default">Hello</paragraph></blockcontainer><blockcontainer id="3"><paragraph backgroundColor="default" textAlignment="left" textColor="default"></paragraph></blockcontainer></blockgroup>" ❯ src/extensions/Collaboration/ForkYDoc.test.ts:33:3
src/editor/BlockNoteEditor.test.ts > sets an initial block id when using Y.js: packages/core/src/extensions/Collaboration/YCursorPlugin.ts#L74
TypeError: Cannot use 'in' operator to search for 'awareness' in null ❯ src/extensions/Collaboration/YCursorPlugin.ts:74:5 ❯ ExtensionManager.addExtension src/editor/managers/ExtensionManager/index.ts:167:18 ❯ new ExtensionManager src/editor/managers/ExtensionManager/index.ts:89:12 ❯ new BlockNoteEditor src/editor/BlockNoteEditor.ts:549:30 ❯ Function.create src/editor/BlockNoteEditor.ts:449:12 ❯ src/editor/BlockNoteEditor.test.ts:150:34
src/editor/BlockNoteEditor.test.ts > onCreate event: packages/core/src/editor/BlockNoteEditor.test.ts#L143
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ src/editor/BlockNoteEditor.test.ts:143:19
src/api/positionMapping.test.ts > PositionStorage with remote editor > remote editor > should update the remote position from a remote transaction: packages/core/src/extensions/Collaboration/YCursorPlugin.ts#L74
TypeError: Cannot use 'in' operator to search for 'awareness' in undefined ❯ src/extensions/Collaboration/YCursorPlugin.ts:74:5 ❯ ExtensionManager.addExtension src/editor/managers/ExtensionManager/index.ts:167:18 ❯ new ExtensionManager src/editor/managers/ExtensionManager/index.ts:89:12 ❯ new BlockNoteEditor src/editor/BlockNoteEditor.ts:549:30 ❯ Function.create src/editor/BlockNoteEditor.ts:449:12 ❯ src/api/positionMapping.test.ts:478:43
src/api/positionMapping.test.ts > PositionStorage with remote editor > remote editor > should update the local position from a remote transaction: packages/core/src/extensions/Collaboration/YCursorPlugin.ts#L74
TypeError: Cannot use 'in' operator to search for 'awareness' in undefined ❯ src/extensions/Collaboration/YCursorPlugin.ts:74:5 ❯ ExtensionManager.addExtension src/editor/managers/ExtensionManager/index.ts:167:18 ❯ new ExtensionManager src/editor/managers/ExtensionManager/index.ts:89:12 ❯ new BlockNoteEditor src/editor/BlockNoteEditor.ts:549:30 ❯ Function.create src/editor/BlockNoteEditor.ts:449:12 ❯ src/api/positionMapping.test.ts:417:43
src/api/positionMapping.test.ts > PositionStorage with remote editor > remote editor > should handle multiple transactions when collaborating: packages/core/src/extensions/Collaboration/YCursorPlugin.ts#L74
TypeError: Cannot use 'in' operator to search for 'awareness' in undefined ❯ src/extensions/Collaboration/YCursorPlugin.ts:74:5 ❯ ExtensionManager.addExtension src/editor/managers/ExtensionManager/index.ts:167:18 ❯ new ExtensionManager src/editor/managers/ExtensionManager/index.ts:89:12 ❯ new BlockNoteEditor src/editor/BlockNoteEditor.ts:549:30 ❯ Function.create src/editor/BlockNoteEditor.ts:449:12 ❯ src/api/positionMapping.test.ts:352:43
src/api/positionMapping.test.ts > PositionStorage with remote editor > remote editor > should update the local position when collaborating: packages/core/src/extensions/Collaboration/YCursorPlugin.ts#L74
TypeError: Cannot use 'in' operator to search for 'awareness' in undefined ❯ src/extensions/Collaboration/YCursorPlugin.ts:74:5 ❯ ExtensionManager.addExtension src/editor/managers/ExtensionManager/index.ts:167:18 ❯ new ExtensionManager src/editor/managers/ExtensionManager/index.ts:89:12 ❯ new BlockNoteEditor src/editor/BlockNoteEditor.ts:549:30 ❯ Function.create src/editor/BlockNoteEditor.ts:449:12 ❯ src/api/positionMapping.test.ts:291:43
Playwright Tests - chromium
The job has exceeded the maximum execution time of 1h0m0s
Playwright Tests - chromium
The operation was canceled.
Playwright Tests - firefox
The job has exceeded the maximum execution time of 1h0m0s
Playwright Tests - firefox
The operation was canceled.
Playwright Tests - webkit
The job has exceeded the maximum execution time of 1h0m0s
Playwright Tests - webkit
The operation was canceled.
Playwright Tests - chromium
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Playwright Tests - firefox
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Playwright Tests - webkit
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.