Use existing server settings when creating the ConfigSection
#217
Annotations
4 errors, 1 warning, and 1 notice
Execute integration tests:
ui-tests/tests/notebook-tour.spec.ts#L1
1) tests/notebook-tour.spec.ts:26:5 › should run the notebook tour ───────────────────────────────
Test timeout of 60000ms exceeded.
|
Execute integration tests:
ui-tests/tests/notebook-tour.spec.ts#L34
1) tests/notebook-tour.spec.ts:26:5 › should run the notebook tour ───────────────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for getByRole('button', { name: 'Select Kernel' })
============================================================
32 | page.getByText('Python 3 (ipykernel)').click()
33 | ]);
> 34 | await notebookPage.getByRole('button', { name: 'Select Kernel' }).click();
| ^
35 | await notebookPage.getByRole('button', { name: 'Start now' }).click();
36 | await notebookPage.getByLabel('Next', { exact: true }).click();
37 | await notebookPage.getByLabel('Next', { exact: true }).click();
at /home/runner/work/jupyterlab-tour/jupyterlab-tour/ui-tests/tests/notebook-tour.spec.ts:34:69
|
Execute integration tests:
ui-tests/tests/notebook-tour.spec.ts#L1
1) tests/notebook-tour.spec.ts:26:5 › should run the notebook tour ───────────────────────────────
Pending operations:
- locator.click at tests/notebook-tour.spec.ts:34:69
|
Execute integration tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Execute integration tests
1 failed
tests/notebook-tour.spec.ts:26:5 › should run the notebook tour ────────────────────────────────
1 passed (1.1m)
|
Loading