Speedup 3 1 #6401
Annotations
3 errors, 1 warning, and 1 notice
Run components' unit tests:
src/components/directives/on-resize/test/unit/main.ts#L1
1) [unit] › components/directives/on-resize/test/unit/main.ts:99:7 › components/directives/on-resize › the handler should be called › when there is a change in padding or border of the element, provided that the box model is set to "border-box" and the element has a box-sizing value of "content-box"
Test timeout of 30000ms exceeded.
|
Run components' unit tests:
src/components/directives/on-resize/test/unit/main.ts#L116
1) [unit] › components/directives/on-resize/test/unit/main.ts:99:7 › components/directives/on-resize › the handler should be called › when there is a change in padding or border of the element, provided that the box model is set to "border-box" and the element has a box-sizing value of "content-box"
Error: Expected a promise to be resolved but it was rejected
Error: page.waitForFunction: Target closed
114 | });
115 |
> 116 | await test.expect(waitForWatcherCallsCount(page, component, 3)).toBeResolved();
| ^
117 | }
118 | );
119 |
at /home/runner/work/Client/Client/src/components/directives/on-resize/test/unit/main.ts:116:69
|
Run components' unit tests:
src/components/directives/on-resize/test/unit/main.ts#L1
1) [unit] › components/directives/on-resize/test/unit/main.ts:99:7 › components/directives/on-resize › the handler should be called › when there is a change in padding or border of the element, provided that the box model is set to "border-box" and the element has a box-sizing value of "content-box"
Pending operations:
- page.waitForFunction at src/components/directives/on-resize/test/unit/main.ts:225:5
|
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/directives/on-resize/test/unit/main.ts:99:7 › components/directives/on-resize › the handler should be called › when there is a change in padding or border of the element, provided that the box model is set to "border-box" and the element has a box-sizing value of "content-box"
1 skipped
349 passed (8.0m)
|
Loading