Build-Desktop-Release #567
Annotations
3 errors, 3 warnings, and 1 notice
Run Playwright test
Testing stopped early after 1 maximum allowed failures.
|
Run Playwright test:
e2e-tests/whiteboards.spec.ts#L423
1) whiteboards.spec.ts:413:5 › quick add another whiteboard ──────────────────────────────────────
Error: elementHandle.dblclick: Element is not attached to the DOM
Call log:
- attempting dblclick action
- waiting for element to be visible, enabled and stable
421 |
422 | const canvas = await page.waitForSelector('.logseq-tldraw')
> 423 | await canvas.dblclick({
| ^
424 | position: {
425 | x: 200,
426 | y: 200,
at /home/runner/work/Logseq/Logseq/e2e-tests/whiteboards.spec.ts:423:16
|
Run Playwright test
Process completed with exit code 1.
|
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/
|
Run Playwright test:
whiteboards.spec.ts#L1
whiteboards.spec.ts took 21.3s
|
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/
|
Run Playwright test
1 failed
whiteboards.spec.ts:413:5 › quick add another whiteboard ───────────────────────────────────────
2 skipped
11 did not run
40 passed (38.0s)
|
Loading