Bump tj-actions/changed-files from 39.2.0 to 40.0.2 (#15342) #1
Annotations
10 errors, 1 warning, and 1 notice
Test:
core/galata/test/documentation/customization.test.ts#L29
1) [documentation] › test/documentation/customization.test.ts:14:7 › Default › should use default 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-Default-should-use-default-layout-documentation/default-terminal-position-single-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Default-should-use-default-layout-documentation/default-terminal-position-single-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Default-should-use-default-layout-documentation/default-terminal-position-single-diff.png
27 | await page.waitForSelector('.jp-Terminal');
28 |
> 29 | expect(await page.screenshot()).toMatchSnapshot(
| ^
30 | 'default-terminal-position-single.png'
31 | );
32 | });
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/customization.test.ts:29:37
|
Test:
core/galata/test/documentation/customization.test.ts#L29
1) [documentation] › test/documentation/customization.test.ts:14:7 › Default › should use default 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-Default-should-use-default-layout-documentation-retry1/default-terminal-position-single-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Default-should-use-default-layout-documentation-retry1/default-terminal-position-single-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Default-should-use-default-layout-documentation-retry1/default-terminal-position-single-diff.png
27 | await page.waitForSelector('.jp-Terminal');
28 |
> 29 | expect(await page.screenshot()).toMatchSnapshot(
| ^
30 | 'default-terminal-position-single.png'
31 | );
32 | });
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/customization.test.ts:29:37
|
Test:
core/galata/test/documentation/customization.test.ts#L29
1) [documentation] › test/documentation/customization.test.ts:14:7 › Default › should use default 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-Default-should-use-default-layout-documentation-retry2/default-terminal-position-single-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Default-should-use-default-layout-documentation-retry2/default-terminal-position-single-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customization-Default-should-use-default-layout-documentation-retry2/default-terminal-position-single-diff.png
27 | await page.waitForSelector('.jp-Terminal');
28 |
> 29 | expect(await page.screenshot()).toMatchSnapshot(
| ^
30 | 'default-terminal-position-single.png'
31 | );
32 | });
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/customization.test.ts:29:37
|
Test:
core/galata/test/documentation/customization.test.ts#L207
2) [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
|
Test:
core/galata/test/documentation/customization.test.ts#L207
2) [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
|
Test:
core/galata/test/documentation/customization.test.ts#L207
2) [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
|
Test:
core/galata/test/documentation/internationalization.test.ts#L24
3) [documentation] › test/documentation/internationalization.test.ts:14:7 › Internationalization › Menu
Error: Screenshot comparison failed:
35 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-internationalization-Internationalization-Menu-documentation/language-settings-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-internationalization-Internationalization-Menu-documentation/language-settings-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-internationalization-Internationalization-Menu-documentation/language-settings-diff.png
22 | expect(
23 | await page.screenshot({ clip: { y: 5, x: 250, width: 800, height: 600 } })
> 24 | ).toMatchSnapshot('language_settings.png');
| ^
25 | });
26 |
27 | test('Confirm language', async ({ page }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/internationalization.test.ts:24:7
|
Test:
core/galata/test/documentation/internationalization.test.ts#L24
3) [documentation] › test/documentation/internationalization.test.ts:14:7 › Internationalization › Menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
35 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-internationalization-Internationalization-Menu-documentation-retry1/language-settings-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-internationalization-Internationalization-Menu-documentation-retry1/language-settings-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-internationalization-Internationalization-Menu-documentation-retry1/language-settings-diff.png
22 | expect(
23 | await page.screenshot({ clip: { y: 5, x: 250, width: 800, height: 600 } })
> 24 | ).toMatchSnapshot('language_settings.png');
| ^
25 | });
26 |
27 | test('Confirm language', async ({ page }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/internationalization.test.ts:24:7
|
Test:
core/galata/test/documentation/internationalization.test.ts#L24
3) [documentation] › test/documentation/internationalization.test.ts:14:7 › Internationalization › Menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
35 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-internationalization-Internationalization-Menu-documentation-retry2/language-settings-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-internationalization-Internationalization-Menu-documentation-retry2/language-settings-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-internationalization-Internationalization-Menu-documentation-retry2/language-settings-diff.png
22 | expect(
23 | await page.screenshot({ clip: { y: 5, x: 250, width: 800, height: 600 } })
> 24 | ).toMatchSnapshot('language_settings.png');
| ^
25 | });
26 |
27 | test('Confirm language', async ({ page }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/internationalization.test.ts:24:7
|
Test:
core/galata/test/documentation/internationalization.test.ts#L72
4) [documentation] › test/documentation/internationalization.test.ts:43:7 › Internationalization › UI in Chinese
Error: Screenshot comparison failed:
1458 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-internationalization-Internationalization-UI-in-Chinese-documentation/language-chinese-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-internationalization-Internationalization-UI-in-Chinese-documentation/language-chinese-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-internationalization-Internationalization-UI-in-Chinese-documentation/language-chinese-diff.png
70 | await setSidebarWidth(page);
71 |
> 72 | expect(await page.screenshot()).toMatchSnapshot('language_chinese.png');
| ^
73 | });
74 | });
75 |
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/internationalization.test.ts:72:37
|
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
4 failed
[documentation] › test/documentation/customization.test.ts:14:7 › Default › should use default layout
[documentation] › test/documentation/customization.test.ts:190:7 › Customized › should use customized layout
[documentation] › test/documentation/internationalization.test.ts:14:7 › Internationalization › Menu
[documentation] › test/documentation/internationalization.test.ts:43:7 › Internationalization › UI in Chinese
4 flaky
[documentation] › test/documentation/debugger.test.ts:53:7 › Debugger › Set breakpoint ─────────
[documentation] › test/documentation/general.test.ts:19:7 › General › Welcome ──────────────────
[documentation] › test/documentation/general.test.ts:231:7 › General › Open tabs ───────────────
[documentation] › test/documentation/general.test.ts:535:7 › General › Terminals ───────────────
51 passed (6.7m)
|
The logs for this run have expired and are no longer available.
Loading