Upgrade extensions template #959
Annotations
2 errors, 2 warnings, and 1 notice
Integration tests:
notifications/ui-tests/tests/jupyterlab_examples_notifications.spec.ts#L24
1) tests/jupyterlab_examples_notifications.spec.ts:3:5 › should display notifications ────────────
Error: expect(Buffer).toMatchSnapshot(expected)
Expected an image 325px by 224px, received 327px by 226px. 6915 pixels (ratio 0.10 of all image pixels) are different.
Expected: /home/runner/work/extension-examples/extension-examples/notifications/ui-tests/tests/jupyterlab_examples_notifications.spec.ts-snapshots/notifications-linux.png
Received: /home/runner/work/extension-examples/extension-examples/notifications/ui-tests/test-results/tests-jupyterlab_examples_-6798e-hould-display-notifications/notifications-actual.png
Diff: /home/runner/work/extension-examples/extension-examples/notifications/ui-tests/test-results/tests-jupyterlab_examples_-6798e-hould-display-notifications/notifications-diff.png
22 | .locator('.jp-Notification-Center')
23 | .screenshot({ animations: 'disabled' })
> 24 | ).toMatchSnapshot('notifications.png');
| ^
25 |
26 | let alert = false;
27 | page.once('dialog', dialog => {
at /home/runner/work/extension-examples/extension-examples/notifications/ui-tests/tests/jupyterlab_examples_notifications.spec.ts:24:5
|
Integration tests
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, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "ui-test-output".
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/
|
Integration tests
1 failed
tests/jupyterlab_examples_notifications.spec.ts:3:5 › should display notifications ─────────────
|
Loading