Add timeline slider test #2131
Annotations
2 errors, 2 warnings, and 1 notice
run tests:
ui-tests/tests/timeline-slider.spec.ts#L37
1) tests/timeline-slider.spec.ts:28:7 › Open from Path › should fail if there are console errors ─
Error: expect(received).toHaveLength(expected)
Expected length: 0
Received length: 1
Received array: ["Cannot read properties of undefined (reading 'split')"]
35 | await openNotebook(page, `${tmpPath}/Untitled.ipynb`);
36 |
> 37 | expect(pageErrors).toHaveLength(0);
| ^
38 | });
39 | });
40 |
at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/timeline-slider.spec.ts:37:24
|
run tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "jupyter-collaboration-playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
run tests
1 failed
tests/timeline-slider.spec.ts:28:7 › Open from Path › should fail if there are console errors ──
3 skipped
15 passed (1.8m)
|
Loading