Issue12/git clone timeout #120
Annotations
3 errors, 1 warning, and 1 notice
Execute integration tests:
ui-tests/tests/jupyterlab_gallery.spec.ts#L192
1) tests/jupyterlab_gallery.spec.ts:173:7 › Integration with jupyterlab-launchpad › Launchpad integration
Error: Screenshot comparison failed:
4 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/in-launchpad-linux.png
Received: /home/runner/work/jupyterlab-gallery/jupyterlab-gallery/ui-tests/test-results/tests-jupyterlab_gallery-I-e3045-chpad-Launchpad-integration/in-launchpad-actual.png
Diff: /home/runner/work/jupyterlab-gallery/jupyterlab-gallery/ui-tests/test-results/tests-jupyterlab_gallery-I-e3045-chpad-Launchpad-integration/in-launchpad-diff.png
190 | await page.waitForTimeout(100);
191 |
> 192 | expect(await launcher.screenshot()).toMatchSnapshot('in-launchpad.png');
| ^
193 | });
194 |
195 | test('On hover - fresh', async ({ page }) => {
at /home/runner/work/jupyterlab-gallery/jupyterlab-gallery/ui-tests/tests/jupyterlab_gallery.spec.ts:192:41
|
Execute integration tests:
ui-tests/tests/jupyterlab_gallery.spec.ts#L249
2) tests/jupyterlab_gallery.spec.ts:242:7 › Integration with jupyterlab-launchpad › Odd cases ────
Error: Screenshot comparison failed:
11818 pixels (ratio 0.05 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
247 | await page.waitForTimeout(400);
248 | const gallery = page.locator('.jp-Gallery');
> 249 | expect(await gallery.screenshot()).toMatchSnapshot('odd-cases.png');
| ^
250 | });
251 | });
252 |
at /home/runner/work/jupyterlab-gallery/jupyterlab-gallery/ui-tests/tests/jupyterlab_gallery.spec.ts:249:40
|
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
|
Execute integration tests
2 failed
tests/jupyterlab_gallery.spec.ts:173:7 › Integration with jupyterlab-launchpad › Launchpad integration
tests/jupyterlab_gallery.spec.ts:242:7 › Integration with jupyterlab-launchpad › Odd cases ─────
3 passed (25.3s)
|
Loading