Update CI #2082
Annotations
4 errors, 2 warnings, and 1 notice
run tests:
ui-tests/tests/collaborationpanel.spec.ts#L146
1) tests/collaborationpanel.spec.ts:112:7 › One client › clicking on collaborator should open its file list
Error: Screenshot comparison failed:
954 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-One-client-clicking-on-collaborator-should-open-its-file-list/one-client-with-two-documents-expected.png
Received: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-One-client-clicking-on-collaborator-should-open-its-file-list/one-client-with-two-documents-actual.png
Diff: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-One-client-clicking-on-collaborator-should-open-its-file-list/one-client-with-two-documents-diff.png
144 | await expect(fileList.getByText(notebookName2)).toHaveCount(1);
145 |
> 146 | expect(await collaborators.first().screenshot()).toMatchSnapshot('one-client-with-two-documents.png');
| ^
147 | });
148 |
149 |
at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/collaborationpanel.spec.ts:146:54
|
run tests:
ui-tests/tests/notebook.spec.ts#L137
2) tests/notebook.spec.ts:127:7 › Initialization › Open a notebook ───────────────────────────────
Error: Screenshot comparison failed:
5742 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-host-expected.png
Received: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-host-actual.png
Diff: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-host-diff.png
135 |
136 | const nbPanel = await page.notebook.getNotebookInPanelLocator();
> 137 | expect.soft(await nbPanel?.screenshot()).toMatchSnapshot(
| ^
138 | 'initialization-open-notebook-host.png'
139 | );
140 |
at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/notebook.spec.ts:137:46
|
run tests:
ui-tests/tests/notebook.spec.ts#L142
2) tests/notebook.spec.ts:127:7 › Initialization › Open a notebook ───────────────────────────────
Error: Screenshot comparison failed:
5742 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-guest-expected.png
Received: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-guest-actual.png
Diff: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-guest-diff.png
140 |
141 | const nbPanelGuest = await guestPage.notebook.getNotebookInPanelLocator();
> 142 | expect(await nbPanelGuest?.screenshot()).toMatchSnapshot(
| ^
143 | 'initialization-open-notebook-guest.png'
144 | );
145 |
at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/notebook.spec.ts:142:46
|
run 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/cache@v3, 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: "jupyter-collaboration-playwright-report".
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/
|
run tests
2 failed
tests/collaborationpanel.spec.ts:112:7 › One client › clicking on collaborator should open its file list
tests/notebook.spec.ts:127:7 › Initialization › Open a notebook ────────────────────────────────
3 skipped
13 passed (1.7m)
|
Loading