Attribution controls and navigation controls #115
Annotations
1 error, 1 warning, and 1 notice
ui-tests/tests/notebook.spec.ts#L20
1) tests/notebook.spec.ts:78:7 › Notebook API Visual Regression › Dark theme: Cell outputs should be correct
Error: page.evaluate: Execution context was destroyed, most likely because of a navigation.
18 |
19 | await page.notebook.openByPath(`${tmpPath}/${notebook}`);
> 20 | await page.notebook.activate(notebook);
| ^
21 |
22 | await page.waitForTimeout(1000);
23 | if (await page.getByRole('button', { name: 'Ok' }).isVisible()) {
at NotebookHelper.activate (/home/runner/work/jupytergis/jupytergis/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:211:23)
at testCellOutputs (/home/runner/work/jupytergis/jupytergis/ui-tests/tests/notebook.spec.ts:20:5)
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/notebook.spec.ts:82:5
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, dawidd6/action-download-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job succeeded
Loading