Build-Desktop-Release #551
Annotations
3 errors, 4 warnings, and 1 notice
|
e2e-tests/fixtures.ts#L216
1) page-search.spec.ts:166:5 › page diacritic alias ──────────────────────────────────────────────
Error: page.$eval: Failed to find element matching selector ".ls-block >> nth=1"
at fixtures.ts:216
214 | await page.waitForSelector(`.ls-block >> nth=${nth}`, { timeout: 1000 })
215 | // scroll, for isVisible test
> 216 | await page.$eval(`.ls-block >> nth=${nth}`, (element) => {
| ^
217 | element.scrollIntoView();
218 | });
219 | // when blocks are nested, the first block(the parent) is selected.
at Object.activeEditing (/home/runner/work/Logseq/Logseq/e2e-tests/fixtures.ts:216:20)
at alias_test (/home/runner/work/Logseq/Logseq/e2e-tests/page-search.spec.ts:112:3)
at /home/runner/work/Logseq/Logseq/e2e-tests/page-search.spec.ts:167:3
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fs.spec.ts#L1
fs.spec.ts took 1.9m
|
page-search.spec.ts#L1
page-search.spec.ts took 20.2s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logseq-linux-arm64-builds", "logseq-linux-x64-builds", "logseq-win64-builds", "logseq-win64-unsigned-builds", "static".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
The logs for this run have expired and are no longer available.
Loading