feat(blocks): microsheet-block init #7676
Annotations
1 error, 1 warning, and 1 notice
Run playwright test:
tests/utils/asserts.ts#L151
1) paragraph.spec.ts:83:1 › init paragraph by page title enter in middle ─────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "he"
Received: "hel"
at utils/asserts.ts:151
149 | const inlineEditor = editor.locator('.doc-title-container').first();
150 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 151 | expect(vText).toBe(text);
| ^
152 | }
153 |
154 | export async function assertInlineEditorDeltas(
at assertTitle (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:151:17)
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:94:3
|
Upload E2E test coverage results
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Run playwright test
1 flaky
paragraph.spec.ts:83:1 › init paragraph by page title enter in middle ──────────────────────────
46 passed (50.8s)
|
Loading