Bump the actions group with 3 updates #254
galata.yml
on: pull_request
Visual Regression Tests
33m 23s
Matrix: Visual Regression Documentation
Annotations
11 errors, 3 warnings, and 2 notices
[documentation] › test/documentation/overview.test.ts:24:7 › Overview › Open tabs:
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): f1d44828-1f99-4256-af7b-b443b0e3c051')
2) <span class="jp-RunningSessions-itemLabel" title="Pyth…>Python 3 (ipykernel)</span> aka getByTitle('Python 3 (ipykernel): c079c90c-5528-40ad-91a5-2fc8273e5e5a\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
|
[documentation] › test/documentation/overview.test.ts:24:7 › Overview › Open tabs:
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): b4036f3d-ce40-423c-bd4b-f7eec397639e')
2) <span class="jp-RunningSessions-itemLabel" title="Pyth…>Python 3 (ipykernel)</span> aka getByTitle('Python 3 (ipykernel): aadc122f-ad6c-44dd-879d-119fbeba43ac\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
|
[documentation] › test/documentation/overview.test.ts:24:7 › Overview › Open tabs:
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): b4036f3d-ce40-423c-bd4b-f7eec397639e')
2) <span class="jp-RunningSessions-itemLabel" title="Pyth…>Python 3 (ipykernel)</span> aka getByTitle('Python 3 (ipykernel): a6968b06-10b4-4f7f-8b64-26caa47ec5ec\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
|
Visual Regression Documentation (3.10.6)
Process completed with exit code 1.
|
[jupyterlab] › test/jupyterlab/debugger.test.ts:123:7 › Debugger Tests › Start debug session (Script):
galata/src/utils.ts#L184
1) [jupyterlab] › test/jupyterlab/debugger.test.ts:123:7 › Debugger Tests › Start debug session (Script)
Error: Timed out waiting for condition to be fulfilled.
at src/utils.ts:184
182 | clearTimeout(checkTimer);
183 | }
> 184 | reject(new Error('Timed out waiting for condition to be fulfilled.'));
| ^
185 | }, timeout);
186 | }
187 | });
at Timeout._onTimeout (/home/runner/work/jupyterlab/jupyterlab/galata/src/utils.ts:184:16)
|
[jupyterlab] › test/jupyterlab/notebook-max-outputs.test.ts:37:5 › Don't limit cell outputs if input is requested:
galata/test/jupyterlab/notebook-max-outputs.test.ts#L52
2) [jupyterlab] › test/jupyterlab/notebook-max-outputs.test.ts:37:5 › Don't limit cell outputs if input is requested
Error: expect(received).toBeGreaterThan(expected)
Expected: > 5
Received: 5
50 | await page.menu.clickMenuItem('Run>Run All Cells');
51 | await page.waitForSelector('.jp-Stdin >> text=Your age:');
> 52 | expect(await page.locator('.jp-RenderedMarkdown').count()).toBeGreaterThan(
| ^
53 | MAX_OUTPUTS
54 | );
55 |
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/notebook-max-outputs.test.ts:52:62
|
[jupyterlab] › test/jupyterlab/notebook-scroll.test.ts:158:7 › Notebook scroll over long outputs › should scroll smoothly without snapping to headings:
galata/test/jupyterlab/notebook-scroll.test.ts#L193
3) [jupyterlab] › test/jupyterlab/notebook-scroll.test.ts:158:7 › Notebook scroll over long outputs › should scroll smoothly without snapping to headings
Error: expect(received).toBeGreaterThan(expected)
Expected: > 75
Received: 72
191 | // does not wait we allow for some wiggle room (+/-25px).
192 | expect(diff).toBeLessThanOrEqual(125);
> 193 | expect(diff).toBeGreaterThan(75);
| ^
194 | previousOffset = offset;
195 | }
196 | });
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/notebook-scroll.test.ts:193:20
|
[jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators:
galata/test/jupyterlab/toc-running.test.ts#L10
4) [jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators
Test timeout of 60000ms exceeded while running "beforeEach" hook.
8 |
9 | test.describe('ToC Running indicator', () => {
> 10 | test.beforeEach(async ({ page, tmpPath }) => {
| ^
11 | await page.notebook.openByPath(`${tmpPath}/${fileName}`);
12 | await page.notebook.activate(fileName);
13 |
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/toc-running.test.ts:10:8
|
[jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators:
galata/src/helpers/filebrowser.ts#L69
4) [jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators
Error: page.$: Target page, context or browser has been closed
at src/helpers/filebrowser.ts:69
67 | */
68 | async isFileListedInBrowser(fileName: string): Promise<boolean> {
> 69 | const item = await this.page.$(
| ^
70 | `xpath=${this.xpBuildFileSelector(fileName)}`
71 | );
72 | return item !== null;
at FileBrowserHelper.isFileListedInBrowser (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/filebrowser.ts:69:34)
at fn (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/filebrowser.ts:58:25)
at Timeout.check (/home/runner/work/jupyterlab/jupyterlab/galata/src/utils.ts:166:33)
|
[jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level:
galata/test/jupyterlab/toc-running.test.ts#L10
5) [jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level
Test timeout of 60000ms exceeded while running "beforeEach" hook.
8 |
9 | test.describe('ToC Running indicator', () => {
> 10 | test.beforeEach(async ({ page, tmpPath }) => {
| ^
11 | await page.notebook.openByPath(`${tmpPath}/${fileName}`);
12 | await page.notebook.activate(fileName);
13 |
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/toc-running.test.ts:10:8
|
[jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level:
galata/src/helpers/filebrowser.ts#L69
5) [jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level
Error: page.$: Target page, context or browser has been closed
at src/helpers/filebrowser.ts:69
67 | */
68 | async isFileListedInBrowser(fileName: string): Promise<boolean> {
> 69 | const item = await this.page.$(
| ^
70 | `xpath=${this.xpBuildFileSelector(fileName)}`
71 | );
72 | return item !== null;
at FileBrowserHelper.isFileListedInBrowser (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/filebrowser.ts:69:34)
at fn (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/filebrowser.ts:58:25)
at Timeout.check (/home/runner/work/jupyterlab/jupyterlab/galata/src/utils.ts:166:33)
|
Visual Regression Documentation (3.10.6)
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/
|
Visual Regression Tests
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/
|
Visual Regression Tests
No files were found with the provided path: galata/test-jupyterlab-results
galata/test-results. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 failed
[documentation] › test/documentation/overview.test.ts:24:7 › Overview › Open tabs ──────────────
1 skipped
60 passed (5.5m)
|
🎭 Playwright Run Summary
5 flaky
[jupyterlab] › test/jupyterlab/debugger.test.ts:123:7 › Debugger Tests › Start debug session (Script)
[jupyterlab] › test/jupyterlab/notebook-max-outputs.test.ts:37:5 › Don't limit cell outputs if input is requested
[jupyterlab] › test/jupyterlab/notebook-scroll.test.ts:158:7 › Notebook scroll over long outputs › should scroll smoothly without snapping to headings
[jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators
[jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level
368 passed (25.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
jupyterlab-documentation-report
Expired
|
6.29 MB |
|
jupyterlab-documentation-test-assets
Expired
|
5.46 MB |
|
jupyterlab-galata-report
Expired
|
5.15 MB |
|