Use existing server settings when creating the ConfigSection
#216
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#L31
1) tests/notebook-tour.spec.ts:26:5 › should run the notebook tour ───────────────────────────────
Error: proxy.waitForEvent: Page closed
=========================== logs ===========================
waiting for event "popup"
============================================================
29 |
30 | const [notebookPage] = await Promise.all([
> 31 | page.waitForEvent('popup'),
| ^
32 | page.getByText('Notebook', { exact: true }).click()
33 | ]);
34 | await notebookPage.getByRole('button', { name: 'Select Kernel' }).click();
at /home/runner/work/jupyterlab-tour/jupyterlab-tour/ui-tests/tests/notebook-tour.spec.ts:31:10
|
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:32:49
|
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.2m)
|
The logs for this run have expired and are no longer available.
Loading