Add a setting to enable the notebook to take up the full width #2149
Annotations
3 errors and 2 notices
Test:
ui-tests/test/notebook.spec.ts#L212
1) [chromium] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ───
Error: Screenshot comparison failed:
10 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts-snapshots/notebook-full-width-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-chromium/notebook-full-width-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-chromium/notebook-full-width-diff.png
210 | );
211 |
> 212 | expect(await page.screenshot()).toMatchSnapshot('notebook-full-width.png');
| ^
213 |
214 | // undo the full width
215 | await page.menu.clickMenuItem(menuPath);
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:212:37
|
Test:
ui-tests/test/notebook.spec.ts#L212
1) [chromium] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
10 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts-snapshots/notebook-full-width-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-chromium-retry1/notebook-full-width-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-chromium-retry1/notebook-full-width-diff.png
210 | );
211 |
> 212 | expect(await page.screenshot()).toMatchSnapshot('notebook-full-width.png');
| ^
213 |
214 | // undo the full width
215 | await page.menu.clickMenuItem(menuPath);
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:212:37
|
Test
Process completed with exit code 1.
|
Update snapshots
36 passed (1.7m)
|
Test
1 failed
[chromium] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ────
35 passed (1.9m)
|
Loading