Update notebook window size on panel resize #191
Annotations
10 errors, 1 warning, and 1 notice
core/galata/test/documentation/customization.test.ts#L207
1) [documentation] › test/documentation/customization.test.ts:190:7 › Customized › should use customized layout
Error: Screenshot comparison failed:
1502 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Customized-should-use-customized-layout-documentation/customized-terminal-position-single-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Customized-should-use-customized-layout-documentation/customized-terminal-position-single-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Customized-should-use-customized-layout-documentation/customized-terminal-position-single-diff.png
205 | await setSidebarWidth(page, 271, 'right');
206 |
> 207 | expect(await page.screenshot()).toMatchSnapshot(
| ^
208 | 'customized-terminal-position-single.png'
209 | );
210 | });
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/customization.test.ts:207:37
|
core/galata/test/documentation/customization.test.ts#L207
1) [documentation] › test/documentation/customization.test.ts:190:7 › Customized › should use customized layout
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1502 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Customized-should-use-customized-layout-documentation-retry1/customized-terminal-position-single-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Customized-should-use-customized-layout-documentation-retry1/customized-terminal-position-single-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Customized-should-use-customized-layout-documentation-retry1/customized-terminal-position-single-diff.png
205 | await setSidebarWidth(page, 271, 'right');
206 |
> 207 | expect(await page.screenshot()).toMatchSnapshot(
| ^
208 | 'customized-terminal-position-single.png'
209 | );
210 | });
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/customization.test.ts:207:37
|
core/galata/test/documentation/customization.test.ts#L207
1) [documentation] › test/documentation/customization.test.ts:190:7 › Customized › should use customized layout
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1502 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Customized-should-use-customized-layout-documentation-retry2/customized-terminal-position-single-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Customized-should-use-customized-layout-documentation-retry2/customized-terminal-position-single-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Customized-should-use-customized-layout-documentation-retry2/customized-terminal-position-single-diff.png
205 | await setSidebarWidth(page, 271, 'right');
206 |
> 207 | expect(await page.screenshot()).toMatchSnapshot(
| ^
208 | 'customized-terminal-position-single.png'
209 | );
210 | });
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/customization.test.ts:207:37
|
core/galata/test/documentation/general.test.ts#L240
2) [documentation] › test/documentation/general.test.ts:231:7 › General › Open tabs ──────────────
Error: locator.waitFor: Error: strict mode violation: locator('.jp-RunningSessions-item.jp-mod-kernel').locator('text="Python 3 (ipykernel)"') resolved to 2 elements:
1) <span class="jp-RunningSessions-itemLabel" title="Pyth…>Python 3 (ipykernel)</span> aka getByTitle('Python 3 (ipykernel): 28140bfe-d82b-4533-9fd8-75c81c0ba6f0')
2) <span class="jp-RunningSessions-itemLabel" title="Pyth…>Python 3 (ipykernel)</span> aka getByTitle('Python 3 (ipykernel): 0d6d97af-77be-4174-848f-cf83246d2a90\n\nnotebook\nPath: notebooks/Data.ipynb')
=========================== logs ===========================
waiting for locator('.jp-RunningSessions-item.jp-mod-kernel').locator('text="Python 3 (ipykernel)"') to be visible
============================================================
238 | '.jp-RunningSessions-item.jp-mod-kernel >> text="Python 3 (ipykernel)"'
239 | )
> 240 | .waitFor();
| ^
241 | expect(
242 | await page.screenshot({ clip: { y: 27, x: 0, width: 283, height: 400 } })
243 | ).toMatchSnapshot('interface_tabs.png');
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:240:8
|
core/galata/test/documentation/general.test.ts#L240
2) [documentation] › test/documentation/general.test.ts:231:7 › General › Open tabs ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Error: strict mode violation: locator('.jp-RunningSessions-item.jp-mod-kernel').locator('text="Python 3 (ipykernel)"') resolved to 2 elements:
1) <span class="jp-RunningSessions-itemLabel" title="Pyth…>Python 3 (ipykernel)</span> aka getByTitle('Python 3 (ipykernel): 28140bfe-d82b-4533-9fd8-75c81c0ba6f0')
2) <span class="jp-RunningSessions-itemLabel" title="Pyth…>Python 3 (ipykernel)</span> aka getByTitle('Python 3 (ipykernel): 337ff05a-8ead-42a7-9d9e-d20e6d8c4f0f\n\nnotebook\nPath: notebooks/Data.ipynb')
=========================== logs ===========================
waiting for locator('.jp-RunningSessions-item.jp-mod-kernel').locator('text="Python 3 (ipykernel)"') to be visible
============================================================
238 | '.jp-RunningSessions-item.jp-mod-kernel >> text="Python 3 (ipykernel)"'
239 | )
> 240 | .waitFor();
| ^
241 | expect(
242 | await page.screenshot({ clip: { y: 27, x: 0, width: 283, height: 400 } })
243 | ).toMatchSnapshot('interface_tabs.png');
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:240:8
|
core/galata/test/documentation/general.test.ts#L240
2) [documentation] › test/documentation/general.test.ts:231:7 › General › Open tabs ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Error: strict mode violation: locator('.jp-RunningSessions-item.jp-mod-kernel').locator('text="Python 3 (ipykernel)"') resolved to 2 elements:
1) <span class="jp-RunningSessions-itemLabel" title="Pyth…>Python 3 (ipykernel)</span> aka getByTitle('Python 3 (ipykernel): 28140bfe-d82b-4533-9fd8-75c81c0ba6f0')
2) <span class="jp-RunningSessions-itemLabel" title="Pyth…>Python 3 (ipykernel)</span> aka getByTitle('Python 3 (ipykernel): 993dec1d-93e9-41c1-b5c5-ed390edf1db2\n\nnotebook\nPath: notebooks/Data.ipynb')
=========================== logs ===========================
waiting for locator('.jp-RunningSessions-item.jp-mod-kernel').locator('text="Python 3 (ipykernel)"') to be visible
============================================================
238 | '.jp-RunningSessions-item.jp-mod-kernel >> text="Python 3 (ipykernel)"'
239 | )
> 240 | .waitFor();
| ^
241 | expect(
242 | await page.screenshot({ clip: { y: 27, x: 0, width: 283, height: 400 } })
243 | ).toMatchSnapshot('interface_tabs.png');
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:240:8
|
core/galata/test/documentation/general.test.ts#L568
3) [documentation] › test/documentation/general.test.ts:535:7 › General › Terminals ──────────────
Error: Screenshot comparison failed:
10146 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Terminals-documentation/terminal-layout-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Terminals-documentation/terminal-layout-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Terminals-documentation/terminal-layout-diff.png
566 | await page.waitForTimeout(200);
567 |
> 568 | expect(await page.screenshot()).toMatchSnapshot('terminal_layout.png');
| ^
569 | });
570 |
571 | test('Kernels and Terminals', async ({ page }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:568:37
|
core/galata/test/documentation/general.test.ts#L568
3) [documentation] › test/documentation/general.test.ts:535:7 › General › Terminals ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
10146 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Terminals-documentation-retry1/terminal-layout-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Terminals-documentation-retry1/terminal-layout-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Terminals-documentation-retry1/terminal-layout-diff.png
566 | await page.waitForTimeout(200);
567 |
> 568 | expect(await page.screenshot()).toMatchSnapshot('terminal_layout.png');
| ^
569 | });
570 |
571 | test('Kernels and Terminals', async ({ page }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:568:37
|
core/galata/test/documentation/general.test.ts#L568
3) [documentation] › test/documentation/general.test.ts:535:7 › General › Terminals ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
10146 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Terminals-documentation-retry2/terminal-layout-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Terminals-documentation-retry2/terminal-layout-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Terminals-documentation-retry2/terminal-layout-diff.png
566 | await page.waitForTimeout(200);
567 |
> 568 | expect(await page.screenshot()).toMatchSnapshot('terminal_layout.png');
| ^
569 | });
570 |
571 | test('Kernels and Terminals', async ({ page }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:568:37
|
core/galata/test/documentation/general.test.ts#L645
4) [documentation] › test/documentation/general.test.ts:627:7 › General › Open With ──────────────
Error: Screenshot comparison failed:
3919 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Open-With-documentation/file-formats-open-with-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Open-With-documentation/file-formats-open-with-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Open-With-documentation/file-formats-open-with-diff.png
643 | expect(
644 | await page.screenshot({ clip: { y: 0, x: 0, width: 700, height: 500 } })
> 645 | ).toMatchSnapshot('file_formats_open_with.png');
| ^
646 | });
647 |
648 | test('HTML Display', async ({ page, tmpPath }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:645:7
|
The following actions uses node12 which is deprecated and will be forced to run on node16: ifaxity/wait-on-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
6 failed
[documentation] › test/documentation/customization.test.ts:190:7 › Customized › should use customized layout
[documentation] › test/documentation/general.test.ts:231:7 › General › Open tabs ───────────────
[documentation] › test/documentation/general.test.ts:535:7 › General › Terminals ───────────────
[documentation] › test/documentation/general.test.ts:627:7 › General › Open With ───────────────
[documentation] › test/documentation/internationalization.test.ts:14:7 › Internationalization › Menu
[documentation] › test/documentation/internationalization.test.ts:43:7 › Internationalization › UI in Chinese
3 flaky
[documentation] › test/documentation/customization.test.ts:14:7 › Default › should use default layout
[documentation] › test/documentation/debugger.test.ts:276:7 › Debugger › Breakpoints panel ─────
[documentation] › test/documentation/general.test.ts:111:7 › General › Right Sidebar ───────────
50 passed (6.8m)
|
The logs for this run have expired and are no longer available.
Loading