Bump form-data from 4.0.1 to 4.0.4 #131
build.yml
on: pull_request
Annotations
3 errors and 2 notices
|
Integration tests (rtc)
Process completed with exit code 1.
|
|
tests/ui.spec.ts:31:9 › UI Test › Panel activation test › should add the suggestion panel to the right:
ui-tests/tests/ui.spec.ts#L40
2) tests/ui.spec.ts:31:9 › UI Test › Panel activation test › should add the suggestion panel to the right
Error: Screenshot comparison failed:
18767 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyter-suggestions/jupyter-suggestions/ui-tests/tests/ui.spec.ts-snapshots/rtc-side-panel-linux.png
Received: /home/runner/work/jupyter-suggestions/jupyter-suggestions/ui-tests/test-results/tests-ui-UI-Test-Panel-act-6dea5-ggestion-panel-to-the-right/rtc-side-panel-actual.png
Diff: /home/runner/work/jupyter-suggestions/jupyter-suggestions/ui-tests/test-results/tests-ui-UI-Test-Panel-act-6dea5-ggestion-panel-to-the-right/rtc-side-panel-diff.png
38 | await page.getByTitle('Jupyter Suggestions').click();
39 | await page.getByTitle('All Suggestions');
> 40 | expect(await page.screenshot()).toMatchSnapshot({
| ^
41 | name: `${BACKEND}-side-panel.png`
42 | });
43 | });
at /home/runner/work/jupyter-suggestions/jupyter-suggestions/ui-tests/tests/ui.spec.ts:40:39
|
|
tests/ui.spec.ts:9:9 › UI Test › Extension activation test › should emit an activation console message:
ui-tests/tests/ui.spec.ts#L25
1) tests/ui.spec.ts:9:9 › UI Test › Extension activation test › should emit an activation console message
Error: Screenshot comparison failed:
18661 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyter-suggestions/jupyter-suggestions/ui-tests/tests/ui.spec.ts-snapshots/rtc-main-page-linux.png
Received: /home/runner/work/jupyter-suggestions/jupyter-suggestions/ui-tests/test-results/tests-ui-UI-Test-Extension-bcb3e--activation-console-message/rtc-main-page-actual.png
Diff: /home/runner/work/jupyter-suggestions/jupyter-suggestions/ui-tests/test-results/tests-ui-UI-Test-Extension-bcb3e--activation-console-message/rtc-main-page-diff.png
23 | );
24 | await page.getByTitle('Jupyter Suggestions');
> 25 | expect(await page.screenshot()).toMatchSnapshot({
| ^
26 | name: `${BACKEND}-main-page.png`
27 | });
28 | });
at /home/runner/work/jupyter-suggestions/jupyter-suggestions/ui-tests/tests/ui.spec.ts:25:39
|
|
🎭 Playwright Run Summary
2 failed
tests/ui.spec.ts:9:9 › UI Test › Extension activation test › should emit an activation console message
tests/ui.spec.ts:31:9 › UI Test › Panel activation test › should add the suggestion panel to the right
1 passed (28.6s)
|
|
🎭 Playwright Run Summary
3 passed (27.5s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
extension-artifacts
Expired
|
1.09 MB |
sha256:983fbc4a3da957b3e3df3446f06e5bce7da69f0578e38fd442f3da29f741d192
|
|
|
jupyter-suggestions-playwright-local-tests
Expired
|
202 KB |
sha256:20162ddb358a379c5cb62d4ed36f8bcafcf6f2463a2dc409de50409913d2a568
|
|
|
jupyter-suggestions-playwright-rtc-tests
Expired
|
892 KB |
sha256:2c342b325414d70cbeb526a15d5aa8661afa3b0aae55150ac861edb040a6b1f5
|
|