Fix jupyterlab install command in the releaser hook #1889
Annotations
2 errors, 1 warning, and 1 notice
Test:
ui-tests/test/filebrowser.spec.ts#L39
1) [firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ────────────────────
Error: expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('toolbar').getByText('Open')
37 |
38 | ['Rename', 'Delete', 'Open', 'Download', 'Delete'].forEach(async (text) => {
> 39 | expect(toolbar.getByText(text)).toBeVisible();
| ^
40 | });
41 | });
42 |
at forEach (/home/runner/work/notebook/notebook/ui-tests/test/filebrowser.spec.ts:39:39)
at /home/runner/work/notebook/notebook/ui-tests/test/filebrowser.spec.ts:38:56
|
Test:
ui-tests/test/mobile.spec.ts#L21
2) [firefox] › test/mobile.spec.ts:13:7 › Mobile › The layout should be more compact on the file browser page
Error: Screenshot comparison failed:
3124 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-file-browser-page-firefox/tree-expected.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-file-browser-page-firefox/tree-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-file-browser-page-firefox/tree-diff.png
19 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' });
20 |
> 21 | expect(await page.screenshot()).toMatchSnapshot('tree.png');
| ^
22 | });
23 |
24 | test('The layout should be more compact on the notebook page', async ({
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:21:37
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test
2 flaky
[firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ─────────────────────
[firefox] › test/mobile.spec.ts:13:7 › Mobile › The layout should be more compact on the file browser page
33 passed (2.0m)
|
Loading