Fix spurious kernel selection dialog on notebook creation #1836
Annotations
1 error, 1 warning, and 1 notice
Test:
ui-tests/test/mobile.spec.ts#L23
1) [firefox] › test/mobile.spec.ts:15: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
21 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' });
22 |
> 23 | expect(await page.screenshot()).toMatchSnapshot('tree.png');
| ^
24 | });
25 |
26 | test('The layout should be more compact on the notebook page', async ({
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:23: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
1 flaky
[firefox] › test/mobile.spec.ts:15:7 › Mobile › The layout should be more compact on the file browser page
34 passed (1.9m)
|
The logs for this run have expired and are no longer available.
Loading