Remove stray require from lib/index.js #1811
Annotations
1 error and 1 notice
Execute integration tests:
ui-tests/tests/widgets.test.ts#L43
1) tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs
Error: Screenshot comparison failed:
49 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/ipywidgets/ipywidgets/ui-tests/test-results/tests-widgets-Widget-Visual-Regression-Run-notebook-widgets-ipynb-and-capture-cell-outputs/widgets-cell-40-expected.png
Received: /home/runner/work/ipywidgets/ipywidgets/ui-tests/test-results/tests-widgets-Widget-Visual-Regression-Run-notebook-widgets-ipynb-and-capture-cell-outputs/widgets-cell-40-actual.png
Diff: /home/runner/work/ipywidgets/ipywidgets/ui-tests/test-results/tests-widgets-Widget-Visual-Regression-Run-notebook-widgets-ipynb-and-capture-cell-outputs/widgets-cell-40-diff.png
41 | for (let i = 0; i < cellCount; i++) {
42 | const image = `widgets-cell-${i}.png`;
> 43 | expect(captures[i]).toMatchSnapshot(image);
| ^
44 | }
45 | });
46 | });
at /home/runner/work/ipywidgets/ipywidgets/ui-tests/tests/widgets.test.ts:43:27
|
Execute integration tests
1 flaky
tests/widgets.test.ts:19:7 › Widget Visual Regression › Run notebook widgets.ipynb and capture cell outputs
|
The logs for this run have expired and are no longer available.
Loading