Bump follow-redirects from 1.15.2 to 1.15.4 (#15622) #2
Annotations
7 errors, 1 warning, and 1 notice
Test:
core/galata/test/documentation/overview.test.ts#L33
1) [documentation] › test/documentation/overview.test.ts:24:7 › Overview › 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): 3f8149b6-cc50-4e02-9556-9c969294a742')
2) <span class="jp-RunningSessions-itemLabel" title="Pyth…>Python 3 (ipykernel)</span> aka getByTitle('Python 3 (ipykernel): a67f13e3-54a3-42dd-8519-f2af0442b489\n\nnotebook\nPath: notebooks/Data.ipynb')
=========================== logs ===========================
waiting for locator('.jp-RunningSessions-item.jp-mod-kernel').locator('text="Python 3 (ipykernel)"') to be visible
============================================================
31 | '.jp-RunningSessions-item.jp-mod-kernel >> text="Python 3 (ipykernel)"'
32 | )
> 33 | .waitFor();
| ^
34 | expect(
35 | await page.screenshot({ clip: { y: 27, x: 0, width: 283, height: 400 } })
36 | ).toMatchSnapshot('interface_tabs.png');
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/overview.test.ts:33:8
|
Test:
core/galata/test/documentation/overview.test.ts#L33
1) [documentation] › test/documentation/overview.test.ts:24:7 › Overview › 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): 95c40e88-d35a-42db-b1d0-dffafacc1460')
2) <span class="jp-RunningSessions-itemLabel" title="Pyth…>Python 3 (ipykernel)</span> aka getByTitle('Python 3 (ipykernel): 307e08f7-e9e3-4d9a-a2e7-25cf97ac1a1c\n\nnotebook\nPath: notebooks/Data.ipynb')
=========================== logs ===========================
waiting for locator('.jp-RunningSessions-item.jp-mod-kernel').locator('text="Python 3 (ipykernel)"') to be visible
============================================================
31 | '.jp-RunningSessions-item.jp-mod-kernel >> text="Python 3 (ipykernel)"'
32 | )
> 33 | .waitFor();
| ^
34 | expect(
35 | await page.screenshot({ clip: { y: 27, x: 0, width: 283, height: 400 } })
36 | ).toMatchSnapshot('interface_tabs.png');
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/overview.test.ts:33:8
|
Test:
core/galata/test/documentation/overview.test.ts#L33
1) [documentation] › test/documentation/overview.test.ts:24:7 › Overview › 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): 95c40e88-d35a-42db-b1d0-dffafacc1460')
2) <span class="jp-RunningSessions-itemLabel" title="Pyth…>Python 3 (ipykernel)</span> aka getByTitle('Python 3 (ipykernel): a414eea9-fea0-43fb-878e-7fa4070cd04d\n\nnotebook\nPath: notebooks/Data.ipynb')
=========================== logs ===========================
waiting for locator('.jp-RunningSessions-item.jp-mod-kernel').locator('text="Python 3 (ipykernel)"') to be visible
============================================================
31 | '.jp-RunningSessions-item.jp-mod-kernel >> text="Python 3 (ipykernel)"'
32 | )
> 33 | .waitFor();
| ^
34 | expect(
35 | await page.screenshot({ clip: { y: 27, x: 0, width: 283, height: 400 } })
36 | ).toMatchSnapshot('interface_tabs.png');
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/overview.test.ts:33:8
|
Test:
core/galata/src/helpers/notebook.ts#L899
2) [documentation] › test/documentation/debugger.test.ts:53:7 › Debugger › Set breakpoint ────────
TypeError: Cannot read properties of undefined (reading 'click')
at src/helpers/notebook.ts:899
897 | return false;
898 | }
> 899 | await gutters[lineNumber].click();
| ^
900 | return true;
901 | }
902 |
at NotebookHelper.clickCellGutter (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/helpers/notebook.ts:899:31)
at setBreakpoint (/home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/debugger.test.ts:357:3)
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/debugger.test.ts:62:5
|
Test:
core/galata/test/documentation/general.test.ts#L577
3) [documentation] › test/documentation/general.test.ts:546:7 › General › Kernels and Terminals ──
Error: Screenshot comparison failed:
2201 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Kernels-and-Terminals-documentation/running-layout-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Kernels-and-Terminals-documentation/running-layout-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Kernels-and-Terminals-documentation/running-layout-diff.png
575 | expect(
576 | await page.screenshot({ clip: { y: 27, x: 0, width: 283, height: 400 } })
> 577 | ).toMatchSnapshot('running_layout.png');
| ^
578 | });
579 |
580 | test('Command Palette', async ({ page }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:577:7
|
Test:
core/galata/test/documentation/general.test.ts#L573
3) [documentation] › test/documentation/general.test.ts:546:7 › General › Kernels and Terminals ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toHaveCount(expected) // deep equality
Expected: 2
Received: 3
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.jp-RunningSessions-item.jp-mod-kernel').locator('text="Python 3 (ipykernel)"')
- locator resolved to 3 elements
- unexpected value "3"
- waiting for locator('.jp-RunningSessions-item.jp-mod-kernel').locator('text="Python 3 (ipykernel)"')
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
571 | '.jp-RunningSessions-item.jp-mod-kernel >> text="Python 3 (ipykernel)"'
572 | )
> 573 | ).toHaveCount(2);
| ^
574 |
575 | expect(
576 | await page.screenshot({ clip: { y: 27, x: 0, width: 283, height: 400 } })
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:573:7
|
Test
Process completed with exit code 1.
|
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/
|
Test
1 failed
[documentation] › test/documentation/overview.test.ts:24:7 › Overview › Open tabs ──────────────
2 flaky
[documentation] › test/documentation/debugger.test.ts:53:7 › Debugger › Set breakpoint ─────────
[documentation] › test/documentation/general.test.ts:546:7 › General › Kernels and Terminals ───
1 skipped
58 passed (6.0m)
|
The logs for this run have expired and are no longer available.
Loading