Merge branch 'main' into rainandbare/update-deep-zoom-docs #75
Annotations
1 error, 2 warnings, and 1 notice
client/__tests__/e2e/e2e.test.ts#L1833
1) [chromium] › e2e/e2e.test.ts:1784:15 › dataset: super-cool-spatial.cxg › graph instance: layout-graph › Image Download › with side panel
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
1831 | await page.getByTestId("download-graph-button").click();
1832 |
> 1833 | expect(afterMinimizeDownloads.length).toBe(1);
| ^
1834 | });
1835 | });
1836 |
at /home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/e2e.test.ts:1833:51
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v1, actions/cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading