Add the file filter button to the file browser toolbar (#7479) #2136
Annotations
3 errors and 1 notice
Test:
ui-tests/test/editor.spec.ts#L1
1) [chromium] › test/editor.spec.ts:35:7 › Editor › Renaming the file by clicking on the title ───
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/editor.spec.ts#L23
1) [chromium] › test/editor.spec.ts:35:7 › Editor › Renaming the file by clicking on the title ───
Error: proxy.waitForNavigation: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
21 | await page.click('text="Rename"'),
22 | // wait until the URL is updated
> 23 | await page.waitForNavigation(),
| ^
24 | ]);
25 | };
26 |
at processRenameDialog (/home/runner/work/notebook/notebook/ui-tests/test/editor.spec.ts:23:16)
at /home/runner/work/notebook/notebook/ui-tests/test/editor.spec.ts:46:5
|
Test:
ui-tests/test/mobile.spec.ts#L38
2) [chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page
Error: Screenshot comparison failed:
405 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/tree-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-chromium/tree-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-chromium/tree-diff.png
36 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' });
37 |
> 38 | expect(await page.screenshot()).toMatchSnapshot('tree.png', {
| ^
39 | maxDiffPixels: 300,
40 | });
41 | });
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:38:37
|
Test
2 flaky
[chromium] › test/editor.spec.ts:35:7 › Editor › Renaming the file by clicking on the title ────
[chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page
33 passed (2.1m)
|
Loading