Fixed an issue with alias being settled rudely #4732
Annotations
9 errors, 1 warning, and 1 notice
Run components' unit tests:
src/components/base/b-virtual-scroll-new/test/unit/lifecycle/slots/slots.ts#L1
1) [unit] › components/base/b-virtual-scroll-new/test/unit/lifecycle/slots/slots.ts:108:7 › <b-virtual-scroll-new> › `done` › activates when all data has been loaded after the second load
Test timeout of 30000ms exceeded.
|
Run components' unit tests:
src/components/base/b-virtual-scroll-new/test/api/component-object/index.ts#L140
1) [unit] › components/base/b-virtual-scroll-new/test/unit/lifecycle/slots/slots.ts:108:7 › <b-virtual-scroll-new> › `done` › activates when all data has been loaded after the second load
Error: locator.waitFor: Target closed
=========================== logs ===========================
waiting for locator('[data-component-object-id="b-virtual-scroll-new_0.29748137295366117"]').locator('.b-virtual-scroll-new__done') to be visible
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
locator resolved to hidden <div class="b-virtual-scroll-new__done u4447316a4093e">…</div>
|
Run components' unit tests:
src/components/base/b-virtual-scroll-new/test/unit/lifecycle/slots/slots.ts#L1
1) [unit] › components/base/b-virtual-scroll-new/test/unit/lifecycle/slots/slots.ts:108:7 › <b-virtual-scroll-new> › `done` › activates when all data has been loaded after the second load
Pending operations:
- locator.waitFor at src/components/base/b-virtual-scroll-new/test/api/component-object/index.ts:140:14
|
Run components' unit tests:
src/components/directives/on-resize/test/unit/main.ts#L1
2) [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
2) [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
2) [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
|
Run components' unit tests:
src/components/directives/on-resize/test/unit/main.ts#L1
3) [unit] › components/directives/on-resize/test/unit/main.ts:120:7 › components/directives/on-resize › the handler should be called › when there is a change in padding or border of the element, regardless of whether the element has a box-sizing value of "content-box" or "border-box
Test timeout of 30000ms exceeded.
|
Run components' unit tests:
src/components/directives/on-resize/test/unit/main.ts#L135
3) [unit] › components/directives/on-resize/test/unit/main.ts:120:7 › components/directives/on-resize › the handler should be called › when there is a change in padding or border of the element, regardless of whether the element has a box-sizing value of "content-box" or "border-box
Error: Expected a promise to be resolved but it was rejected
Error: page.waitForFunction: Target closed
133 | });
134 |
> 135 | await test.expect(waitForWatcherCallsCount(page, component, 3)).toBeResolved();
| ^
136 | }
137 | );
138 | });
at /home/runner/work/Client/Client/src/components/directives/on-resize/test/unit/main.ts:135:69
|
Run components' unit tests:
src/components/directives/on-resize/test/unit/main.ts#L1
3) [unit] › components/directives/on-resize/test/unit/main.ts:120:7 › components/directives/on-resize › the handler should be called › when there is a change in padding or border of the element, regardless of whether the element has a box-sizing value of "content-box" or "border-box
Pending operations:
- page.waitForFunction at src/components/directives/on-resize/test/unit/main.ts:225:5
|
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/.
|
Run components' unit tests
3 flaky
[unit] › components/base/b-virtual-scroll-new/test/unit/lifecycle/slots/slots.ts:108:7 › <b-virtual-scroll-new> › `done` › activates when all data has been loaded after the second load
[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.
[unit] › components/directives/on-resize/test/unit/main.ts:120:7 › components/directives/on-resize › the handler should be called › when there is a change in padding or border of the element, regardless of whether the element has a box-sizing value of "content-box" or "border-box
1 skipped
316 passed (7.8m)
|
The logs for this run have expired and are no longer available.
Loading