Base URL bug test #2148
Annotations
2 errors, 1 warning, and 2 notices
run tests:
ui-tests/tests/timeline-slider.spec.ts#L68
1) [timeline-tests] › tests/timeline-slider.spec.ts:49:7 › Timeline Slider › should display in status bar without console errors when baseUrl is set
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.jp-timestampDisplay')
66 |
67 | const slider = page.locator('.jp-timestampDisplay');
> 68 | await expect(slider).toBeVisible();
| ^
69 |
70 | expect(pageErrors).toHaveLength(0);
71 | });
at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/timeline-slider.spec.ts:68:26
|
run tests
Process completed with exit code 1.
|
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
3 skipped
17 passed (1.8m)
|
run tests
1 failed
[timeline-tests] › tests/timeline-slider.spec.ts:49:7 › Timeline Slider › should display in status bar without console errors when baseUrl is set
1 passed (11.6s)
|
Loading