Object properties panel: Use selected object name as the title #1859
Annotations
5 errors, 2 warnings, and 1 notice
Execute integration tests:
ui-tests/tests/ui.spec.ts#L1
1) tests/ui.spec.ts:193:9 › UI Test › File operator test › Should be able to edit object ─────────
Test timeout of 60000ms exceeded.
|
Execute integration tests:
ui-tests/tests/ui.spec.ts#L210
1) tests/ui.spec.ts:193:9 › UI Test › File operator test › Should be able to edit object ─────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByLabel('Height*')
208 | .getByText('Shape')
209 | .click();
> 210 | await page.getByLabel('Height*').click();
| ^
211 | await page.getByLabel('Height*').fill('32');
212 | await page.getByRole('button', { name: 'Submit' }).click();
213 |
at /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts:210:40
|
Execute integration tests:
ui-tests/tests/ui.spec.ts#L1
1) tests/ui.spec.ts:193:9 › UI Test › File operator test › Should be able to edit object ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Execute integration tests:
ui-tests/tests/ui.spec.ts#L210
1) tests/ui.spec.ts:193:9 › UI Test › File operator test › Should be able to edit object ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByLabel('Height*')
208 | .getByText('Shape')
209 | .click();
> 210 | await page.getByLabel('Height*').click();
| ^
211 | await page.getByLabel('Height*').fill('32');
212 | await page.getByRole('button', { name: 'Submit' }).click();
213 |
at /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts:210:40
|
Execute integration tests
Process completed with exit code 1.
|
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 failed
tests/ui.spec.ts:193:9 › UI Test › File operator test › Should be able to edit object ──────────
14 passed (4.2m)
|
Loading