Add user documentation #110
Annotations
2 errors and 1 notice
ui-tests/tests/jupyterlab_gallery.spec.ts#L248
1) tests/jupyterlab_gallery.spec.ts:242:7 › Integration with jupyterlab-launchpad › Odd cases ────
Error: Screenshot comparison failed:
11937 pixels (ratio 0.06 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
246 |
247 | const gallery = page.locator('.jp-Gallery');
> 248 | expect(await gallery.screenshot()).toMatchSnapshot('odd-cases.png');
| ^
249 | });
250 | });
251 |
at /home/runner/work/jupyterlab-gallery/jupyterlab-gallery/ui-tests/tests/jupyterlab_gallery.spec.ts:248:40
|
|
|
This job failed
Loading