Fix workflow to update the JupyterLab version #2240
Annotations
1 error, 2 warnings, and 2 notices
[firefox] › test/filebrowser.spec.ts:45:7 › File Browser › Select files and folders:
ui-tests/test/filebrowser.spec.ts#L56
1) [firefox] › test/filebrowser.spec.ts:45:7 › File Browser › Select files and folders ───────────
Error: expect(locator).toBeHidden()
Locator: getByRole('toolbar').getByText('Open')
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByRole('toolbar').getByText('Open')
54 |
55 | expect(toolbar.getByText('Rename')).toBeHidden();
> 56 | expect(toolbar.getByText('Open')).toBeHidden();
| ^
57 | expect(toolbar.getByText('Delete')).toBeVisible();
58 | });
59 |
at /home/runner/work/notebook/notebook/ui-tests/test/filebrowser.spec.ts:56:39
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ui-tests (chromium)
No files were found with the provided path: ui-tests/test-results. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
36 passed (1.7m)
|
🎭 Playwright Run Summary
1 flaky
[firefox] › test/filebrowser.spec.ts:45:7 › File Browser › Select files and folders ────────────
35 passed (2.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
notebook-chromium-test-report
|
328 KB |
|
notebook-dist-2240
|
24.7 MB |
|
notebook-firefox-test-assets
|
567 KB |
|
notebook-firefox-test-report
|
1.21 MB |
|
notebook-pkgs-2240
|
57.4 KB |
|