feat(build/snakeskin): normalize v-attrs to directive for web components #6583
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:190:6 › components/directives/on-resize › all provided handlers should be called when the size of the element changes
Test timeout of 30000ms exceeded.
|
Run components' unit tests:
src/components/directives/on-resize/test/unit/main.ts#L210
1) [unit] › components/directives/on-resize/test/unit/main.ts:190:6 › components/directives/on-resize › all provided handlers should be called when the size of the element changes
Error: Expected a promise to be resolved but it was rejected
Error: page.waitForFunction: Target closed
208 | });
209 |
> 210 | await test.expect(waitForWatcherCallsCount(page, component, 2)).toBeResolved();
| ^
211 | }
212 | );
213 |
at /home/runner/work/Client/Client/src/components/directives/on-resize/test/unit/main.ts:210: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:190:6 › components/directives/on-resize › all provided handlers should be called when the size of the element changes
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:190:6 › components/directives/on-resize › all provided handlers should be called when the size of the element changes
1 skipped
363 passed (8.0m)
|
Loading