Improve handling of optional notebook tracker (#7581) #2298
Annotations
1 error, 3 warnings, and 2 notices
[firefox] › test/filebrowser.spec.ts:32:7 › File Browser › Select one file:
ui-tests/test/filebrowser.spec.ts#L41
1) [firefox] › test/filebrowser.spec.ts:32:7 › File Browser › Select one file ────────────────────
Error: expect(locator).toBeVisible()
Locator: getByRole('toolbar').getByText('Delete')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('toolbar').getByText('Delete')
39 |
40 | ['Rename', 'Delete', 'Open', 'Download', 'Delete'].forEach(async (text) => {
> 41 | expect(toolbar.getByText(text)).toBeVisible();
| ^
42 | });
43 | });
44 |
at forEach (/home/runner/work/notebook/notebook/ui-tests/test/filebrowser.spec.ts:41:39)
at /home/runner/work/notebook/notebook/ui-tests/test/filebrowser.spec.ts:40:56
|
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
ui-tests (chromium)
No files were found with the provided path: ui-tests/test-results. No artifacts will be uploaded.
|
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
🎭 Playwright Run Summary
36 passed (1.6m)
|
🎭 Playwright Run Summary
1 flaky
[firefox] › test/filebrowser.spec.ts:32:7 › File Browser › Select one file ─────────────────────
35 passed (2.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
notebook-chromium-test-report
|
312 KB |
|
notebook-dist-2298
|
26.6 MB |
|
notebook-firefox-test-assets
|
535 KB |
|
notebook-firefox-test-report
|
1.17 MB |
|
notebook-pkgs-2298
|
57.9 KB |
|