Use jupyterlab-chat extension #1788
Annotations
2 errors, 1 warning, and 1 notice
Run E2E tests:
packages/jupyter-ai/ui-tests/tests/helpers/AIHelper.ts#L66
1) tests/jupyter-ai.spec.ts:22:7 › Jupyter AI › shows sidebar chat icon ──────────────────────────
Error: Screenshot comparison failed:
630 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/jupyter-ai/jupyter-ai/packages/jupyter-ai/ui-tests/tests/jupyter-ai.spec.ts-snapshots/sidebar-linux.png
Received: /home/runner/work/jupyter-ai/jupyter-ai/packages/jupyter-ai/ui-tests/test-results/tests-jupyter-ai-Jupyter-AI-shows-sidebar-chat-icon/sidebar-actual.png
Diff: /home/runner/work/jupyter-ai/jupyter-ai/packages/jupyter-ai/ui-tests/test-results/tests-jupyter-ai-Jupyter-AI-shows-sidebar-chat-icon/sidebar-diff.png
at tests/helpers/AIHelper.ts:66
64 | const target = opts.locator ?? (this.openChatPanel(), this.chat);
65 | await target.waitFor({ state: 'visible' });
> 66 | expect(await target.screenshot()).toMatchSnapshot(filename);
| ^
67 | }
68 | }
69 |
at AIHelper.assertSnapshot (/home/runner/work/jupyter-ai/jupyter-ai/packages/jupyter-ai/ui-tests/tests/helpers/AIHelper.ts:66:39)
at /home/runner/work/jupyter-ai/jupyter-ai/packages/jupyter-ai/ui-tests/tests/jupyter-ai.spec.ts:23:5
|
Run E2E tests
Process completed with exit code 1.
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Run E2E tests
1 failed
tests/jupyter-ai.spec.ts:22:7 › Jupyter AI › shows sidebar chat icon ───────────────────────────
1 passed (12.2s)
|
Loading