Add missing "Open..." file menu #2056
Annotations
3 errors and 1 notice
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.
|
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
|
ui-tests/test/mobile.spec.ts#L71
2) [chromium] › test/mobile.spec.ts:41:7 › Mobile › The layout should be more compact on the notebook page
Error: Screenshot comparison failed:
306 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/notebook-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-36afb-ompact-on-the-notebook-page-chromium/notebook-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-36afb-ompact-on-the-notebook-page-chromium/notebook-diff.png
69 | }
70 |
> 71 | expect(await notebook.screenshot()).toMatchSnapshot('notebook.png');
| ^
72 | await notebook.close();
73 | });
74 | });
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:71:41
|
|
This job succeeded
Loading