4.0.0-beta.171 #6594
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:51:7 › components/directives/on-resize › the handler should be called › when the width or height of the element is resized.
Test timeout of 30000ms exceeded.
|
Run components' unit tests:
src/components/directives/on-resize/test/unit/main.ts#L60
1) [unit] › components/directives/on-resize/test/unit/main.ts:51:7 › components/directives/on-resize › the handler should be called › when the width or height of the element is resized.
Error: Expected a promise to be resolved but it was rejected
Error: page.waitForFunction: Target closed
58 | });
59 |
> 60 | await test.expect(waitForWatcherCallsCount(page, component, 3)).toBeResolved();
| ^
61 | });
62 |
63 | test(
at /home/runner/work/Client/Client/src/components/directives/on-resize/test/unit/main.ts:60:68
|
Run components' unit tests:
src/components/directives/on-resize/test/unit/main.ts#L1
1) [unit] › components/directives/on-resize/test/unit/main.ts:51:7 › components/directives/on-resize › the handler should be called › when the width or height of the element is resized.
Pending operations:
- page.waitForFunction at src/components/directives/on-resize/test/unit/main.ts:225:5
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run components' unit tests
1 flaky
[unit] › components/directives/on-resize/test/unit/main.ts:51:7 › components/directives/on-resize › the handler should be called › when the width or height of the element is resized.
1 skipped
363 passed (8.0m)
|
Loading