Semaphore factory #4582
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test.yml
on: pull_request
Matrix: build
Matrix: linters
Matrix: components
Matrix: modules
Annotations
4 errors and 4 notices
linters (20.x)
src/core/index.ts(30,54): error TS2322: Type '(flag: string) => Promise<(rootComponentName: Nullable<string>, opts: InitAppOptions) => Promise<App>>' is not assignable to type '(flag: string) => Promise<(rootComponentName: Nullable<string>, opts: InitAppOptions) => Promise<HTMLElement | AppSSR>>'.
Type 'Promise<(rootComponentName: Nullable<string>, opts: InitAppOptions) => Promise<App>>' is not assignable to type 'Promise<(rootComponentName: Nullable<string>, opts: InitAppOptions) => Promise<HTMLElement | AppSSR>>'.
Type '(rootComponentName: Nullable<string>, opts: InitAppOptions) => Promise<App>' is not assignable to type '(rootComponentName: Nullable<string>, opts: InitAppOptions) => Promise<HTMLElement | AppSSR>'.
Type 'Promise<App>' is not assignable to type 'Promise<HTMLElement | AppSSR>'.
Type 'App' is not assignable to type 'HTMLElement | AppSSR'.
Type 'Element' is not assignable to type 'HTMLElement | AppSSR'.
Type 'Element' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, dir, and 113 more.
|
linters (20.x)
Errors found: 1
|
linters (20.x)
Process completed with exit code 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:
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
|
🎭 Playwright Run Summary
283 passed (5.1m)
|
🎭 Playwright Run Summary
1 skipped
295 passed (5.4m)
|
🎭 Playwright Run Summary
1 skipped
288 passed (5.7m)
|
🎭 Playwright Run Summary
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
294 passed (6.4m)
|