Skip to content
Triggered via push June 15, 2024 18:03
Status Failure
Total duration 1m 12s
Artifacts

main.yml

on: push
Matrix: client
Matrix: server
Matrix: shared
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests/editor/fugue/fugue.test.ts > Fugue > should return all nodes until the given separator: code/client/tests/editor/fugue/fugue.test.ts#L237
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ tests/editor/fugue/fugue.test.ts:237:26
tests/editor/fugue/fugue.test.ts > Fugue > should delete a word by cursor: code/client/tests/editor/fugue/fugue.test.ts#L250
AssertionError: expected [] to have a length of 3 but got +0 - Expected + Received - 3 + 0 ❯ tests/editor/fugue/fugue.test.ts:250:24
tests/editor/slate/toSlate.test.ts > toSlate > should return descendants based on fugue tree: code/client/tests/editor/slate/toSlate.test.ts#L37
AssertionError: expected [ { type: 'heading-one', …(1) }, …(1) ] to deeply equal [ { type: 'heading-one', …(1) }, …(1) ] - Expected + Received Array [ Object { "children": Array [ Object { - "bold": true, - "text": "a", - }, - Object { - "text": "bc", + "text": "abc", }, ], "type": "heading-one", }, Object { "children": Array [ Object { "text": "defg", }, ], "type": "list-item", }, ] ❯ tests/editor/slate/toSlate.test.ts:37:25
tests/editor/domain/document/inputOperations.test.ts > Input Operations > should delete by selection: code/client/tests/editor/domain/document/inputOperations.test.ts#L68
AssertionError: expected 'ab' to deeply equal '' - Expected + Received + ab ❯ tests/editor/domain/document/inputOperations.test.ts:68:30
tests/editor/domain/document/inputOperations.test.ts > Input Operations > should delete word: code/client/tests/editor/domain/document/inputOperations.test.ts#L84
AssertionError: expected 'hello world' to deeply equal 'hello ' - Expected + Received - hello + hello world ❯ tests/editor/domain/document/inputOperations.test.ts:84:30
tests/editor/domain/document/markdownOperations.test.ts > Markdown Operations > should apply inline style to selection: code/client/tests/editor/domain/document/markdownOperations.test.ts#L41
AssertionError: expected [ { type: 'paragraph', …(1) }, …(1) ] to deeply equal [ { type: 'paragraph', …(1) }, …(1) ] - Expected + Received Array [ Object { "children": Array [ Object { - "bold": true, "text": "abc", }, ], "type": "paragraph", }, Object { "children": Array [ Object { - "bold": true, - "text": "de", - }, - Object { - "text": "f", + "text": "def", }, ], "type": "paragraph", }, ] ❯ tests/editor/domain/document/markdownOperations.test.ts:41:28
tests/editor/slate/operations/history/text-tests/delete-line.test.ts > Undo delete line > No block styles > empty line: code/client/tests/editor/slate/operations/history/text-tests/delete-line.test.ts#L33
AssertionError: expected [ { type: 'paragraph', …(1) } ] to deeply equal [ { type: 'paragraph', …(1) }, …(1) ] - Expected + Received Array [ Object { "children": Array [ Object { "text": "", }, ], "type": "paragraph", }, - Object { - "children": Array [ - Object { - "text": "", - }, - ], - "type": "paragraph", - }, ] ❯ tests/editor/slate/operations/history/text-tests/delete-line.test.ts:33:29
tests/editor/slate/operations/history/text-tests/delete-line.test.ts > Undo delete line > No block styles > text with no inline styles: code/client/tests/editor/slate/operations/history/text-tests/delete-line.test.ts#L57
AssertionError: expected [ { type: 'paragraph', …(1) } ] to deeply equal [ { type: 'paragraph', …(1) }, …(1) ] - Expected + Received Array [ Object { "children": Array [ Object { - "text": "", - }, - ], - "type": "paragraph", - }, - Object { - "children": Array [ - Object { - "text": "Hello", + "text": "ello", }, ], "type": "paragraph", }, ] ❯ tests/editor/slate/operations/history/text-tests/delete-line.test.ts:57:29
tests/editor/slate/operations/history/text-tests/delete-line.test.ts > Undo delete line > No block styles > text with inline styles: code/client/tests/editor/slate/operations/history/text-tests/delete-line.test.ts#L81
AssertionError: expected [ { type: 'paragraph', …(1) } ] to deeply equal [ { type: 'paragraph', …(1) }, …(1) ] - Expected + Received Array [ Object { "children": Array [ Object { - "text": "", - }, - ], - "type": "paragraph", - }, - Object { - "children": Array [ - Object { - "text": "Hello", + "text": "ello", }, ], "type": "paragraph", }, ] ❯ tests/editor/slate/operations/history/text-tests/delete-line.test.ts:81:29
tests/editor/slate/operations/history/text-tests/insert-text.test.ts > Undo text insertion > Start of the line > No style line > no inline style: code/client/tests/editor/slate/operations/history/text-tests/insert-text.test.ts#L28
AssertionError: expected [ { type: 'paragraph', …(1) } ] to deeply equal [ { type: 'paragraph', …(1) } ] - Expected + Received Array [ Object { "children": Array [ Object { - "text": "", + "text": "cd", }, ], "type": "paragraph", }, ] ❯ tests/editor/slate/operations/history/text-tests/insert-text.test.ts:28:29