fix(bBottomSlide): replace await
with SyncPromise
when setting mo…
#6439
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:72:7 › core/component/directives/attrs › should allow specifying directives, events, and attributes simultaneously › for non-functional components
Test timeout of 30000ms exceeded.
|
Run components' unit tests:
src/core/component/directives/attrs/test/unit/main.ts#L89
1) [unit] › core/component/directives/attrs/test/unit/main.ts:72:7 › core/component/directives/attrs › should allow specifying directives, events, and attributes simultaneously › for non-functional components
Error: Expected a promise to be resolved but it was rejected
Error: page.waitForFunction: Target closed
87 | await test.expect(component).toHaveCSS('margin-top', '10px');
88 |
> 89 | await test.expect(waitForWatcherCallsCount(page, component, 3)).toBeResolved();
| ^
90 | });
91 |
92 | test('for functional components', async ({page}) => {
at /home/runner/work/Client/Client/src/core/component/directives/attrs/test/unit/main.ts:89:68
|
Run components' unit tests:
src/core/component/directives/attrs/test/unit/main.ts#L1
1) [unit] › core/component/directives/attrs/test/unit/main.ts:72:7 › core/component/directives/attrs › should allow specifying directives, events, and attributes simultaneously › for non-functional components
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:72:7 › core/component/directives/attrs › should allow specifying directives, events, and attributes simultaneously › for non-functional components
1 skipped
313 passed (7.3m)
|
Loading