emit FileBrowserModel.pathChanged signal #135
Annotations
2 errors, 2 warnings, and 1 notice
Execute integration tests:
ui-tests/tests/jupyterlab-unfold.spec.ts#L36
1) tests/jupyterlab-unfold.spec.ts:13:7 › jupyterlab-unfold › should unfold ──────────────────────
Error: Screenshot comparison failed:
Expected an image 250px by 642px, received 250px by 637px. 241 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab-unfold/jupyterlab-unfold/ui-tests/tests/jupyterlab-unfold.spec.ts-snapshots/first-render-linux.png
Received: /home/runner/work/jupyterlab-unfold/jupyterlab-unfold/ui-tests/test-results/tests-jupyterlab-unfold-jupyterlab-unfold-should-unfold/first-render-actual.png
Diff: /home/runner/work/jupyterlab-unfold/jupyterlab-unfold/ui-tests/test-results/tests-jupyterlab-unfold-jupyterlab-unfold-should-unfold/first-render-diff.png
34 | await page.hover(item('dir1'));
35 |
> 36 | expect(await page.locator(TREE_LOCATOR).screenshot()).toMatchSnapshot(
| ^
37 | 'first-render.png'
38 | );
39 |
at /home/runner/work/jupyterlab-unfold/jupyterlab-unfold/ui-tests/tests/jupyterlab-unfold.spec.ts:36:59
|
Execute integration tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "extension-artifacts", "jupyterlab-unfold-playwright-tests".
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/
|
Execute integration tests
1 failed
tests/jupyterlab-unfold.spec.ts:13:7 › jupyterlab-unfold › should unfold ───────────────────────
1 skipped
|
Loading