Build-Desktop-Release #244
Annotations
2 errors, 1 warning, and 1 notice
e2e-tests/shui/table.spec.js#L239
1) shui/table.spec.js:228:5 › table can configure logseq.table.stripes ───────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "bg-[color:var(--ls-primary-background-color)]"
Received string: "bg-[color:var(--ls-quaternary-background-color)] rounded-bl text-[color:var(--ls-primary-text-color)] text-base px-[0.75rem] py-2"
237 | // Check false (default)
238 | await expect(await page.getByText('A1', { exact: true }).getAttribute('class')).toContain("bg-[color:var(--ls-primary-background-color)]")
> 239 | await expect(await page.getByText('A2', { exact: true }).getAttribute('class')).toContain("bg-[color:var(--ls-primary-background-color)]")
| ^
240 |
241 | // Check false (explicit)
242 | await setPropInFirstBlock(page, block, 'logseq.table.stripes', 'false')
at /home/runner/work/Logseq/Logseq/e2e-tests/shui/table.spec.js:239:83
|
|
shui/table.spec.js#L1
shui/table.spec.js took 23.6s
|
|
The logs for this run have expired and are no longer available.
Loading