Tests validation #870
Annotations
3 errors and 2 notices
Execute integration tests:
myextension/ui-tests/tests/myextension.spec.ts#L1
1) tests/myextension.spec.ts:27:5 › should display notebook my_type output ───────────────────────
Test timeout of 60000ms exceeded.
|
Execute integration tests:
myextension/ui-tests/tests/myextension.spec.ts#L32
1) tests/myextension.spec.ts:27:5 › should display notebook my_type output ───────────────────────
Error: locator.evaluate: Test timeout of 60000ms exceeded.
30 | await page.getByRole('button', { name: 'Select' }).click();
31 |
> 32 | await page.notebook.setCell(
| ^
33 | 0,
34 | 'code',
35 | `from IPython.display import display
at NotebookHelper.setCell (/home/runner/work/extension-template/extension-template/myextension/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:1269:18)
at /home/runner/work/extension-template/extension-template/myextension/ui-tests/tests/myextension.spec.ts:32:3
|
Execute integration tests
Process completed with exit code 1.
|
Execute integration tests
2 passed (15.5s)
|
Execute integration tests
1 failed
tests/myextension.spec.ts:27:5 › should display notebook my_type output ────────────────────────
1 passed (1.2m)
|
Loading