Swap annotation and object properties panel #1906
Annotations
1 error, 2 warnings, and 1 notice
Execute integration tests:
ui-tests/tests/ui.spec.ts#L271
1) tests/ui.spec.ts:215:9 › UI Test › File operator test › Should be able to do multi selection ──
Error: Screenshot comparison failed:
9047 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts-snapshots/MultiSelect-Cut-test-jcad-linux.png
Received: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/test-results/tests-ui-UI-Test-File-oper-adf4f--able-to-do-multi-selection/MultiSelect-Cut-test-jcad-actual.png
Diff: /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/test-results/tests-ui-UI-Test-File-oper-adf4f--able-to-do-multi-selection/MultiSelect-Cut-test-jcad-diff.png
269 | main = await page.$('#jp-main-split-panel');
270 | if (main) {
> 271 | expect(await main.screenshot()).toMatchSnapshot({
| ^
272 | name: `MultiSelect-Cut-${fileName}.png`
273 | });
274 | }
at /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts:271:41
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/cache@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: "extension-artifacts".
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/
|
Execute integration tests
1 flaky
tests/ui.spec.ts:215:9 › UI Test › File operator test › Should be able to do multi selection ───
14 passed (2.9m)
|
Loading