Add user documentation #107
Annotations
2 errors and 1 notice
Execute integration tests:
ui-tests/tests/jupyterlab_gallery.spec.ts#L240
1) tests/jupyterlab_gallery.spec.ts:234:7 › Integration with jupyterlab-launchpad › Odd cases ────
Error: Screenshot comparison failed:
264 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab-gallery/jupyterlab-gallery/ui-tests/tests/jupyterlab_gallery.spec.ts-snapshots/odd-cases-linux.png
Received: /home/runner/work/jupyterlab-gallery/jupyterlab-gallery/ui-tests/test-results/tests-jupyterlab_gallery-I-9b2e7-yterlab-launchpad-Odd-cases/odd-cases-actual.png
Diff: /home/runner/work/jupyterlab-gallery/jupyterlab-gallery/ui-tests/test-results/tests-jupyterlab_gallery-I-9b2e7-yterlab-launchpad-Odd-cases/odd-cases-diff.png
238 |
239 | const gallery = page.locator('.jp-Gallery');
> 240 | expect(await gallery.screenshot()).toMatchSnapshot('odd-cases.png');
| ^
241 | });
242 | });
243 |
at /home/runner/work/jupyterlab-gallery/jupyterlab-gallery/ui-tests/tests/jupyterlab_gallery.spec.ts:240:40
|
Execute integration tests
Process completed with exit code 1.
|
Execute integration tests
1 failed
tests/jupyterlab_gallery.spec.ts:234:7 › Integration with jupyterlab-launchpad › Odd cases ─────
4 passed (21.6s)
|
Loading