Geoprv/responsive images loader #6405
Annotations
1 error, 1 warning, and 1 notice
Run components' unit tests:
src/components/base/b-slider/test/unit/auto-slide.ts#L89
1) [unit] › components/base/b-slider/test/unit/auto-slide.ts:79:8 › <b-slider> auto slide › enabled › slides are static › automatic moves should be resumed on touch end
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
87 | .toBeGreaterThan(autoSlidePostGestureDelay);
88 |
> 89 | test.expect(await current(slider)).toBe(1);
| ^
90 | });
91 |
92 | });
at /home/runner/work/Client/Client/src/components/base/b-slider/test/unit/auto-slide.ts:89:40
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run components' unit tests
1 flaky
[unit] › components/base/b-slider/test/unit/auto-slide.ts:79:8 › <b-slider> auto slide › enabled › slides are static › automatic moves should be resumed on touch end
350 passed (8.3m)
|
Loading