Merge WCS and 2 axis FoV export to Master #96
Merged
Annotations
2 errors, 1 warning, and 1 notice
js/ui-tests/examples.spec.js#L35
1) examples.spec.js:10:5 › 1-Getting-Started ─────────────────────────────────────────────────────
Error: Screenshot comparison failed:
274828 pixels (ratio 0.35 of all image pixels) are different.
Expected: /home/runner/work/ipyaladin/ipyaladin/js/ui-tests/examples.spec.js-snapshots/1-Getting-Started-1-linux.png
Received: /home/runner/work/ipyaladin/ipyaladin/test-results/examples-1-Getting-Started/1-Getting-Started-1-actual.png
Diff: /home/runner/work/ipyaladin/ipyaladin/test-results/examples-1-Getting-Started/1-Getting-Started-1-diff.png
33 | await page.notebook.save();
34 | // And check snapshot (maybe we should clip to div jp-main-dock-panel)
> 35 | expect(await page.screenshot()).toMatchSnapshot();
| ^
36 | });
37 |
at /home/runner/work/ipyaladin/ipyaladin/js/ui-tests/examples.spec.js:35:35
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job failed
Loading