use jupyterlab 4.1.2 in ci #7
Annotations
5 errors, 1 warning, and 2 notices
Execute integration tests:
tests/notebooks/tests/widgets.test.ts#L45
1) tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs
Error: A snapshot doesn't exist at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts-snapshots/widgets-cell-0-linux.png, writing actual.
43 | for (let i = 0; i < cellCount; i++) {
44 | const image = `widgets-cell-${i}.png`;
> 45 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
46 | }
47 | });
48 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts:45:32
|
Execute integration tests:
tests/notebooks/tests/widgets.test.ts#L45
1) tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs
Error: A snapshot doesn't exist at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts-snapshots/widgets-cell-1-linux.png, writing actual.
43 | for (let i = 0; i < cellCount; i++) {
44 | const image = `widgets-cell-${i}.png`;
> 45 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
46 | }
47 | });
48 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts:45:32
|
Execute integration tests:
tests/notebooks/tests/widgets.test.ts#L45
1) tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs
Error: A snapshot doesn't exist at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts-snapshots/widgets-cell-2-linux.png, writing actual.
43 | for (let i = 0; i < cellCount; i++) {
44 | const image = `widgets-cell-${i}.png`;
> 45 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
46 | }
47 | });
48 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts:45:32
|
Execute integration tests:
tests/notebooks/tests/widgets.test.ts#L45
1) tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs
Error: A snapshot doesn't exist at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts-snapshots/widgets-cell-3-linux.png, writing actual.
43 | for (let i = 0; i < cellCount; i++) {
44 | const image = `widgets-cell-${i}.png`;
> 45 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
46 | }
47 | });
48 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/widgets.test.ts:45:32
|
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/setup-python@v4, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Execute integration tests
1 failed
tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs
|
Update snapshots
1 passed (25.7s)
|
Loading