Skip to content

Fix extension not showing up in the Settings Editor #173

Fix extension not showing up in the Settings Editor

Fix extension not showing up in the Settings Editor #173

Triggered via pull request May 16, 2024 13:22
Status Failure
Total duration 5m 30s
Artifacts 2

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 notice
tests/timing_outcomes.spec.ts:26:7 › Timing outcomes › "Execution started at" state: ui-tests/tests/timing_outcomes.spec.ts#L34
1) tests/timing_outcomes.spec.ts:26:7 › Timing outcomes › "Execution started at" state ─────────── Error: Screenshot comparison failed: 65 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/timing_outcomes.spec.ts-snapshots/execution-started-linux.png Received: /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/test-results/tests-timing_outcomes-Timing-outcomes-Execution-started-at-state/execution-started-actual.png Diff: /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/test-results/tests-timing_outcomes-Timing-outcomes-Execution-started-at-state/execution-started-diff.png 32 | const widget = await cell.waitForSelector('.execute-time'); 33 | expect(await widget.textContent()).toContain('Execution started at'); > 34 | expect(await maskedScreenshot(widget)).toMatchSnapshot( | ^ 35 | 'execution-started.png' 36 | ); 37 | }); at /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/timing_outcomes.spec.ts:34:44
tests/timing_outcomes.spec.ts:26:7 › Timing outcomes › "Execution started at" state: ui-tests/tests/timing_outcomes.spec.ts#L34
1) tests/timing_outcomes.spec.ts:26:7 › Timing outcomes › "Execution started at" state ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 65 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/timing_outcomes.spec.ts-snapshots/execution-started-linux.png Received: /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/test-results/tests-timing_outcomes-Timing-outcomes-Execution-started-at-state-retry1/execution-started-actual.png Diff: /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/test-results/tests-timing_outcomes-Timing-outcomes-Execution-started-at-state-retry1/execution-started-diff.png 32 | const widget = await cell.waitForSelector('.execute-time'); 33 | expect(await widget.textContent()).toContain('Execution started at'); > 34 | expect(await maskedScreenshot(widget)).toMatchSnapshot( | ^ 35 | 'execution-started.png' 36 | ); 37 | }); at /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/timing_outcomes.spec.ts:34:44
tests/windowed_notebook.spec.ts:20:7 › Windowed notebook › Node attaches after scrolling into view: ui-tests/tests/windowed_notebook.spec.ts#L26
2) tests/windowed_notebook.spec.ts:20:7 › Windowed notebook › Node attaches after scrolling into view Error: expect(received).toBeTruthy() Received: false 24 | // Get the 100th cells locator without scrolling 25 | const lastCellLocator = page.locator('.jp-Cell:last-child'); > 26 | expect(await lastCellLocator.isHidden()).toBeTruthy(); | ^ 27 | const widgetLocator = lastCellLocator.locator('.execute-time'); 28 | expect(await widgetLocator.isHidden()).toBeTruthy(); 29 | // Scroll to the 100th cell at /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/windowed_notebook.spec.ts:26:46
tests/windowed_notebook.spec.ts:20:7 › Windowed notebook › Node attaches after scrolling into view: ui-tests/tests/windowed_notebook.spec.ts#L26
2) tests/windowed_notebook.spec.ts:20:7 › Windowed notebook › Node attaches after scrolling into view Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeTruthy() Received: false 24 | // Get the 100th cells locator without scrolling 25 | const lastCellLocator = page.locator('.jp-Cell:last-child'); > 26 | expect(await lastCellLocator.isHidden()).toBeTruthy(); | ^ 27 | const widgetLocator = lastCellLocator.locator('.execute-time'); 28 | expect(await widgetLocator.isHidden()).toBeTruthy(); 29 | // Scroll to the 100th cell at /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/windowed_notebook.spec.ts:26:46
Integration tests
Process completed with exit code 1.
🎭 Playwright Run Summary
2 failed tests/timing_outcomes.spec.ts:26:7 › Timing outcomes › "Execution started at" state ──────────── tests/windowed_notebook.spec.ts:20:7 › Windowed notebook › Node attaches after scrolling into view 7 passed (1.8m)

Artifacts

Produced during runtime
Name Size
extension-artifacts Expired
214 KB
jupyterlab_execute_time-playwright-tests Expired
20.5 MB