Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows … #214
Annotations
4 errors, 1 warning, and 1 notice
Execute integration tests:
ui-tests/tests/jupyter-archive.spec.ts#L1
1) tests/jupyter-archive.spec.ts:49:5 › should extract an archive ────────────────────────────────
Test timeout of 60000ms exceeded.
|
Execute integration tests:
ui-tests/tests/jupyter-archive.spec.ts#L69
1) tests/jupyter-archive.spec.ts:49:5 › should extract an archive ────────────────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for getByRole('button', { name: 'Refresh the file browser.' })
============================================================
67 | });
68 | await page.getByText('Extract Archive').click();
> 69 | await page.getByRole('button', { name: 'Refresh the file browser.' }).click();
| ^
70 | await page.getByText('schema', { exact: true }).dblclick();
71 |
72 | await expect(page.getByText('archive.json')).toHaveCount(1);
at /home/runner/work/jupyter-archive/jupyter-archive/ui-tests/tests/jupyter-archive.spec.ts:69:73
|
Execute integration tests:
ui-tests/tests/jupyter-archive.spec.ts#L1
1) tests/jupyter-archive.spec.ts:49:5 › should extract an archive ────────────────────────────────
Pending operations:
- locator.click at tests/jupyter-archive.spec.ts:69:73
|
Execute integration tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Execute integration tests
1 failed
tests/jupyter-archive.spec.ts:49:5 › should extract an archive ─────────────────────────────────
3 passed (1.2m)
|
Loading