Update with jupyter-ydoc v3.0.2 #2168
Annotations
6 errors, 2 warnings, and 1 notice
run tests:
ui-tests/tests/collaborationpanel.spec.ts#L41
1) tests/collaborationpanel.spec.ts:29:5 › collaboration panel should contains two items ─────────
Error: Screenshot comparison failed:
963 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-collaboration-panel-should-contains-two-items/collaborationPanelCollapsed-expected.png
Received: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-collaboration-panel-should-contains-two-items/collaborationPanelCollapsed-actual.png
Diff: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-collaboration-panel-should-contains-two-items/collaborationPanelCollapsed-diff.png
39 | }
40 | }
> 41 | expect(await panel.screenshot()).toMatchSnapshot(
| ^
42 | 'collaborationPanelCollapsed.png'
43 | );
44 |
at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/collaborationpanel.spec.ts:41:36
|
run tests:
ui-tests/tests/collaborationpanel.spec.ts#L237
2) tests/collaborationpanel.spec.ts:228:7 › Three clients › Without document ─────────────────────
Error: Screenshot comparison failed:
953 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-Three-clients-Without-document/three-client-without-document-expected.png
Received: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-Three-clients-Without-document/three-client-without-document-actual.png
Diff: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-Three-clients-Without-document/three-client-without-document-diff.png
235 |
236 | const tab = await page.sidebar.getContentPanel('left');
> 237 | expect(await tab?.screenshot()).toMatchSnapshot(
| ^
238 | 'three-client-without-document.png'
239 | );
240 | });
at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/collaborationpanel.spec.ts:237:37
|
run tests:
ui-tests/tests/collaborationpanel.spec.ts#L267
3) tests/collaborationpanel.spec.ts:242:7 › Three clients › With document ────────────────────────
Error: Screenshot comparison failed:
953 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-Three-clients-With-document/three-client-with-document-expected.png
Received: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-Three-clients-With-document/three-client-with-document-actual.png
Diff: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-Three-clients-With-document/three-client-with-document-diff.png
265 |
266 | const tab = await page.sidebar.getContentPanel('left');
> 267 | expect(await tab?.screenshot()).toMatchSnapshot(
| ^
268 | 'three-client-with-document.png'
269 | );
270 |
at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/collaborationpanel.spec.ts:267:37
|
run tests:
ui-tests/tests/notebook.spec.ts#L137
4) tests/notebook.spec.ts:127:7 › Initialization › Open a notebook ───────────────────────────────
Error: Screenshot comparison failed:
4487 pixels (ratio 0.01 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
4) tests/notebook.spec.ts:127:7 › Initialization › Open a notebook ───────────────────────────────
Error: Screenshot comparison failed:
4487 pixels (ratio 0.01 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.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
4 failed
tests/collaborationpanel.spec.ts:29:5 › collaboration panel should contains two items ──────────
tests/collaborationpanel.spec.ts:228:7 › Three clients › Without document ──────────────────────
tests/collaborationpanel.spec.ts:242:7 › Three clients › With document ─────────────────────────
tests/notebook.spec.ts:127:7 › Initialization › Open a notebook ────────────────────────────────
3 skipped
13 passed (1.8m)
|
Loading