feat: update adapter (#6090) #132
Annotations
3 errors and 1 notice
tests/attachment.spec.ts#L1
1) attachment.spec.ts:265:1 › should rename attachment works ─────────────────────────────────────
Test finished within timeout of 30000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
tests/utils/asserts.ts#L147
2) basic.spec.ts:349:1 › should undo/redo cursor works on title ──────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "title2"
Received: "2title"
at utils/asserts.ts:147
145 | const inlineEditor = editor.locator('.doc-title-container').first();
146 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 147 | expect(vText).toBe(text);
| ^
148 | }
149 |
150 | export async function assertInlineEditorDeltas(
at assertTitle (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:147:17)
at /home/runner/work/blocksuite/blocksuite/tests/basic.spec.ts:369:3
|
tests/utils/asserts.ts#L147
2) basic.spec.ts:349:1 › should undo/redo cursor works on title ──────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "title2"
Received: "2title"
at utils/asserts.ts:147
145 | const inlineEditor = editor.locator('.doc-title-container').first();
146 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 147 | expect(vText).toBe(text);
| ^
148 | }
149 |
150 | export async function assertInlineEditorDeltas(
at assertTitle (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:147:17)
at /home/runner/work/blocksuite/blocksuite/tests/basic.spec.ts:369:3
|
|
The logs for this run have expired and are no longer available.
Loading