Feat/db #150
Annotations
3 errors and 1 notice
|
e2e-tests/logseq-api.spec.ts#L47
1) logseq-api.spec.ts:4:5 › block related apis ───────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "test api+ update!"
Received: "test api"
45 | b1 = await callAPI('get_block', b1.uuid)
46 |
> 47 | expect(b1.content).toBe(content1)
| ^
48 |
49 | // remove
50 | await callAPI('remove_block', b1.uuid)
at /home/runner/work/Logseq/Logseq/e2e-tests/logseq-api.spec.ts:47:24
|
|
|
The logs for this run have expired and are no longer available.
Loading