Enable test retires on CI #148
Annotations
1 error, 1 warning, and 1 notice
Execute integration tests:
ui-tests/tests/utils.ts#L14
1) tests/cell_operations.spec.ts:19:7 › Cell operations › Add and move a cell ────────────────────
Error: page.evaluate: Execution context was destroyed, most likely because of a navigation.
at tests/utils.ts:14
12 | );
13 | await page.notebook.openByPath(`${tmpPath}/${fileName}`);
> 14 | await page.notebook.activate(fileName);
| ^
15 | };
16 | }
17 |
at NotebookHelper.activate (/home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:211:23)
at /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/utils.ts:14:5
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v4, actions/download-artifact@v3, actions/cache@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 flaky
tests/cell_operations.spec.ts:19:7 › Cell operations › Add and move a cell ─────────────────────
1 skipped
4 passed (1.2m)
|
The logs for this run have expired and are no longer available.
Loading