🆙 4.0.0-beta.56 #4729
test.yml
on: push
Matrix: build
Matrix: linters
Matrix: components
Matrix: modules
Annotations
6 errors, 6 warnings, and 4 notices
[unit] › components/directives/on-resize/test/unit/main.ts:81:7 › components/directives/on-resize › the handler should be called › only when the width of the element is changed when the `watchHeight` is set to false:
src/components/directives/on-resize/test/unit/main.ts#L1
1) [unit] › components/directives/on-resize/test/unit/main.ts:81:7 › components/directives/on-resize › the handler should be called › only when the width of the element is changed when the `watchHeight` is set to false
Test timeout of 30000ms exceeded.
|
[unit] › components/directives/on-resize/test/unit/main.ts:81:7 › components/directives/on-resize › the handler should be called › only when the width of the element is changed when the `watchHeight` is set to false:
src/components/directives/on-resize/test/unit/main.ts#L95
1) [unit] › components/directives/on-resize/test/unit/main.ts:81:7 › components/directives/on-resize › the handler should be called › only when the width of the element is changed when the `watchHeight` is set to false
Error: Expected a promise to be resolved but it was rejected
Error: page.waitForFunction: Target closed
93 | });
94 |
> 95 | await test.expect(waitForWatcherCallsCount(page, component, 2)).toBeResolved();
| ^
96 | }
97 | );
98 |
at /home/runner/work/Client/Client/src/components/directives/on-resize/test/unit/main.ts:95:69
|
[unit] › components/directives/on-resize/test/unit/main.ts:81:7 › components/directives/on-resize › the handler should be called › only when the width of the element is changed when the `watchHeight` is set to false:
src/components/directives/on-resize/test/unit/main.ts#L1
1) [unit] › components/directives/on-resize/test/unit/main.ts:81:7 › components/directives/on-resize › the handler should be called › only when the width of the element is changed when the `watchHeight` is set to false
Pending operations:
- page.waitForFunction at src/components/directives/on-resize/test/unit/main.ts:225:5
|
[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:
src/components/directives/on-resize/test/unit/main.ts#L1
2) [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.
|
[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:
src/components/directives/on-resize/test/unit/main.ts#L116
2) [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
|
[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:
src/components/directives/on-resize/test/unit/main.ts#L1
2) [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
|
build (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
modules (20.x)
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/.
|
components (20.x, 3, 4)
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/.
|
components (20.x, 4, 4)
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/.
|
components (20.x, 1, 4)
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/.
|
components (20.x, 2, 4)
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/.
|
🎭 Playwright Run Summary
1 skipped
307 passed (5.6m)
|
🎭 Playwright Run Summary
1 skipped
311 passed (6.2m)
|
🎭 Playwright Run Summary
315 passed (6.9m)
|
🎭 Playwright Run Summary
2 flaky
[unit] › components/directives/on-resize/test/unit/main.ts:81:7 › components/directives/on-resize › the handler should be called › only when the width of the element is changed when the `watchHeight` is set to false
[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
317 passed (7.3m)
|