Update notebook window size on panel resize #191
Annotations
9 errors, 1 warning, and 1 notice
galata/test/jupyterlab/notebook-run.test.ts#L62
1) [jupyterlab] › test/jupyterlab/notebook-run.test.ts:33:7 › Notebook Run › Run Notebook and capture cell outputs
Error: Screenshot comparison failed:
316 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/galata/test-results/test-jupyterlab-notebook-run-Notebook-Run-Run-Notebook-and-capture-cell-outputs-jupyterlab/notebook-panel-1-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/galata/test-results/test-jupyterlab-notebook-run-Notebook-Run-Run-Notebook-and-capture-cell-outputs-jupyterlab/notebook-panel-1-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/galata/test-results/test-jupyterlab-notebook-run-Notebook-Run-Run-Notebook-and-capture-cell-outputs-jupyterlab/notebook-panel-1-diff.png
60 |
61 | for (let c = 0; c < numNBImages; ++c) {
> 62 | expect.soft(captures[c]).toMatchSnapshot(getCaptureImageName(c));
| ^
63 | }
64 | });
65 |
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/notebook-run.test.ts:62:32
|
galata/test/jupyterlab/notebook-run.test.ts#L62
1) [jupyterlab] › test/jupyterlab/notebook-run.test.ts:33:7 › Notebook Run › Run Notebook and capture cell outputs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
316 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/galata/test-results/test-jupyterlab-notebook-run-Notebook-Run-Run-Notebook-and-capture-cell-outputs-jupyterlab-retry1/notebook-panel-1-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/galata/test-results/test-jupyterlab-notebook-run-Notebook-Run-Run-Notebook-and-capture-cell-outputs-jupyterlab-retry1/notebook-panel-1-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/galata/test-results/test-jupyterlab-notebook-run-Notebook-Run-Run-Notebook-and-capture-cell-outputs-jupyterlab-retry1/notebook-panel-1-diff.png
60 |
61 | for (let c = 0; c < numNBImages; ++c) {
> 62 | expect.soft(captures[c]).toMatchSnapshot(getCaptureImageName(c));
| ^
63 | }
64 | });
65 |
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/notebook-run.test.ts:62:32
|
galata/test/jupyterlab/debugger.test.ts#L1
2) [jupyterlab] › test/jupyterlab/debugger.test.ts:69:7 › Debugger Tests › Rich variables inspector
Test timeout of 60000ms exceeded.
|
galata/src/helpers/debuggerpanel.ts#L95
2) [jupyterlab] › test/jupyterlab/debugger.test.ts:69:7 › Debugger Tests › Rich variables inspector
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('.jp-DebuggerVariables :text("local_img")')
============================================================
at src/helpers/debuggerpanel.ts:95
93 | await this.page
94 | .locator(`.jp-DebuggerVariables :text("${name}")`)
> 95 | .click({ button: 'right' });
| ^
96 | await this.page
97 | .locator('.lm-Menu-itemLabel:text("Render Variable")')
98 | .click();
at DebuggerHelper.renderVariable (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/debuggerpanel.ts:95:8)
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/debugger.test.ts:112:25
|
galata/test/jupyterlab/debugger.test.ts#L1
2) [jupyterlab] › test/jupyterlab/debugger.test.ts:69:7 › Debugger Tests › Rich variables inspector
Pending operations:
- locator.click at src/helpers/debuggerpanel.ts:95:8
|
galata/test/jupyterlab/notebook-search.test.ts#L1
3) [jupyterlab] › test/jupyterlab/notebook-search.test.ts:241:7 › Notebook Search › Search in multiple selected cells
Test timeout of 60000ms exceeded.
|
galata/test/jupyterlab/notebook-search.test.ts#L274
3) [jupyterlab] › test/jupyterlab/notebook-search.test.ts:241:7 › Notebook Search › Search in multiple selected cells
Error: proxy.waitForSelector: Target closed
=========================== logs ===========================
waiting for locator('text=6/15') to be visible
============================================================
272 | // the current match when extending the selection is desired as user may use
273 | // it as a reference, especially when it was set as closest to the cursor.
> 274 | await page.waitForSelector('text=6/15');
| ^
275 |
276 | const nbPanel = await page.notebook.getNotebookInPanel();
277 | expect(await nbPanel.screenshot()).toMatchSnapshot(
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/notebook-search.test.ts:274:16
|
galata/test/jupyterlab/notebook-search.test.ts#L1
3) [jupyterlab] › test/jupyterlab/notebook-search.test.ts:241:7 › Notebook Search › Search in multiple selected cells
Pending operations:
- proxy.waitForSelector at test/jupyterlab/notebook-search.test.ts:274:16
|
|
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/
|
1 failed
[jupyterlab] › test/jupyterlab/notebook-run.test.ts:33:7 › Notebook Run › Run Notebook and capture cell outputs
2 flaky
[jupyterlab] › test/jupyterlab/debugger.test.ts:69:7 › Debugger Tests › Rich variables inspector
[jupyterlab] › test/jupyterlab/notebook-search.test.ts:241:7 › Notebook Search › Search in multiple selected cells
3 skipped
351 passed (45.0m)
|
The logs for this run have expired and are no longer available.
Loading