Add UI tests for the suggestion panel #2236
Annotations
2 errors, 2 warnings, and 1 notice
Execute integration tests:
ui-tests/tests/ui.spec.ts#L420
1) tests/ui.spec.ts:387:9 › UI Test › Suggestion Panel test › Test Suggestion Panel ──────────────
Error: A snapshot doesn't exist at /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts-snapshots/JCAD-Suggestion-linux.png, writing actual.
418 | let main = await page.$('#jp-main-split-panel');
419 | if (main) {
> 420 | expect(await main.screenshot()).toMatchSnapshot({
| ^
421 | name: `JCAD-Suggestion.png`
422 | });
423 | }
at /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts:420:41
|
Execute integration tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "extension-artifacts".
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/
|
Execute integration tests
1 failed
tests/ui.spec.ts:387:9 › UI Test › Suggestion Panel test › Test Suggestion Panel ───────────────
16 passed (3.0m)
|
Loading