Fix extension not showing up in the Settings Editor #173
Annotations
5 errors and 1 notice
Execute integration tests:
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
|
Execute integration tests:
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
|
Execute integration tests:
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
|
Execute integration tests:
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
|
Execute integration tests
Process completed with exit code 1.
|
Execute integration tests
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)
|
Loading