Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #198
Annotations
4 errors, 1 warning, and 1 notice
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.
|
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
|
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
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. 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 failed
Loading