fix(i-block/activation): reload for unloaded component or with reloadOnActivation
#6443
Annotations
3 errors, 1 warning, and 1 notice
Run components' unit tests:
src/core/component/directives/attrs/test/unit/main.ts#L1
1) [unit] › core/component/directives/attrs/test/unit/main.ts:59:6 › core/component/directives/attrs › should allow setting custom directives
Test timeout of 30000ms exceeded.
|
Run components' unit tests:
src/core/component/directives/attrs/test/unit/main.ts#L68
1) [unit] › core/component/directives/attrs/test/unit/main.ts:59:6 › core/component/directives/attrs › should allow setting custom directives
Error: Expected a promise to be resolved but it was rejected
Error: page.waitForFunction: Target closed
66 | });
67 |
> 68 | await test.expect(waitForWatcherCallsCount(page, component, 2)).toBeResolved();
| ^
69 | });
70 |
71 | test.describe('should allow specifying directives, events, and attributes simultaneously', () => {
at /home/runner/work/Client/Client/src/core/component/directives/attrs/test/unit/main.ts:68:67
|
Run components' unit tests:
src/core/component/directives/attrs/test/unit/main.ts#L1
1) [unit] › core/component/directives/attrs/test/unit/main.ts:59:6 › core/component/directives/attrs › should allow setting custom directives
Pending operations:
- page.waitForFunction at src/core/component/directives/attrs/test/helpers.ts:64:4
|
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] › core/component/directives/attrs/test/unit/main.ts:59:6 › core/component/directives/attrs › should allow setting custom directives
1 skipped
313 passed (7.3m)
|
Loading