Build-Desktop-Release #303
Annotations
2 errors, 1 warning, and 1 notice
e2e-tests/headings.spec.ts#L39
1) headings.spec.ts:34:5 › set heading to 2 ──────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "<h2>foo</h2>"
Received string: "<div class=\"flex flex-row justify-between block-content-inner\"><div class=\"flex-1 w-full\"><span class=\"inline\">foo</span></div></div>"
37 | await page.locator('#custom-context-menu .to-heading-button[title="Heading 2"]').click()
38 |
> 39 | expect(await page.locator('.ls-block .block-content >> nth=0').innerHTML()).toContain('<h2>foo</h2>')
| ^
40 | })
41 |
42 | test('switch to auto heading', async ({ page }) => {
at /home/runner/work/Logseq/Logseq/e2e-tests/headings.spec.ts:39:79
|
|
fs.spec.ts#L1
fs.spec.ts took 1.9m
|
|
The logs for this run have expired and are no longer available.
Loading