fix unexpected async chunk #4641
test.yml
on: pull_request
Matrix: build
Matrix: linters
Matrix: components
Matrix: modules
Annotations
4 errors, 6 warnings, and 4 notices
[unit] › core/component/directives/attrs/test/unit/main.ts:53:6 › core/component/directives/attrs › the directive allows setting custom directives:
src/core/component/directives/attrs/test/unit/main.ts#L1
1) [unit] › core/component/directives/attrs/test/unit/main.ts:53:6 › core/component/directives/attrs › the directive allows setting custom directives
Test timeout of 30000ms exceeded.
|
[unit] › core/component/directives/attrs/test/unit/main.ts:53:6 › core/component/directives/attrs › the directive allows setting custom directives:
src/core/component/directives/attrs/test/unit/main.ts#L62
1) [unit] › core/component/directives/attrs/test/unit/main.ts:53:6 › core/component/directives/attrs › the directive allows setting custom directives
Error: Expected a promise to be resolved but it was rejected
Error: page.waitForFunction: Target closed
60 | });
61 |
> 62 | await test.expect(waitForWatcherCallsCount(page, component, 2)).toBeResolved();
| ^
63 | });
64 |
65 | test('the directive allows specifying directives, events, and attributes simultaneously', async ({page}) => {
at /home/runner/work/Client/Client/src/core/component/directives/attrs/test/unit/main.ts:62:67
|
[unit] › core/component/directives/attrs/test/unit/main.ts:53:6 › core/component/directives/attrs › the directive allows setting custom directives:
src/core/component/directives/attrs/test/unit/main.ts#L1
1) [unit] › core/component/directives/attrs/test/unit/main.ts:53:6 › core/component/directives/attrs › the directive allows setting custom directives
Pending operations:
- page.waitForFunction at src/core/component/directives/attrs/test/unit/main.ts:124:5
|
[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
|
build (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
modules (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
components (20.x, 3, 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
components (20.x, 2, 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
components (20.x, 4, 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
components (20.x, 1, 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
290 passed (5.3m)
|
🎭 Playwright Run Summary
1 skipped
295 passed (5.5m)
|
🎭 Playwright Run Summary
1 flaky
[unit] › core/component/directives/attrs/test/unit/main.ts:53:6 › core/component/directives/attrs › the directive allows setting custom directives
1 skipped
290 passed (6.3m)
|
🎭 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.5m)
|