Skip to content

Merge pull request #257 from webitel/refactoring/routing #152

Merge pull request #257 from webitel/refactoring/routing

Merge pull request #257 from webitel/refactoring/routing #152

Triggered via push August 5, 2024 15:17
Status Failure
Total duration 1m 3s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
src/modules/main/modules/registry/components/__tests__/history-registry.spec.js > History table > renders a component: src/modules/main/modules/registry/components/history-registry.vue#L240
Error: No match for {"params":{}} while being at {"path":"/","params":{},"query":{},"hash":"","fullPath":"/","matched":[],"meta":{}} ❯ createRouterError node_modules/vue-router/dist/vue-router.mjs:946:23 ❯ Object.resolve node_modules/vue-router/dist/vue-router.mjs:1611:23 ❯ resolve node_modules/vue-router/dist/vue-router.mjs:3103:38 ❯ pushWithRedirect node_modules/vue-router/dist/vue-router.mjs:3192:51 ❯ Object.push node_modules/vue-router/dist/vue-router.mjs:3157:16 ❯ Proxy.initTableData src/modules/main/modules/registry/components/history-registry.vue:240:20 ❯ Proxy.mounted src/modules/main/modules/registry/components/history-registry.vue:216:10 ❯ node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2875:88 ❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:195:19 ❯ callWithAsyncErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:202:17 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { location: { query: undefined, params: {} }, currentLocation: { path: '/', name: undefined, params: {}, query: {}, hash: '', fullPath: '/', matched: [], meta: {}, redirectedFrom: undefined } }
src/modules/main/modules/registry/modules/call/components/__tests__/the-call.spec.js > Opened call > renders a component: src/modules/main/modules/registry/modules/call/components/the-call.vue#L98
TypeError: Cannot read properties of undefined (reading 'pathMatch') ❯ Proxy.callId src/modules/main/modules/registry/modules/call/components/the-call.vue:98:33 ❯ ReactiveEffect.fn node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13 ❯ ReactiveEffect.run node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19 ❯ ComputedRefImpl.get value [as value] node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109 ❯ Object.get [as callId] node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22 ❯ Object.get node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19 ❯ Proxy.created src/modules/main/modules/registry/modules/call/components/the-call.vue:111:33 ❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:195:33 ❯ callWithAsyncErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:202:17 ❯ callHook node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3623:3
src/modules/main/modules/registry/modules/stt/components/registry/__tests__/stt-popup.spec.js > SttPopup > fetches call with transcripts: src/modules/main/modules/registry/modules/stt/components/registry/__tests__/stt-popup.spec.js#L36
AssertionError: expected "spy" to be called at least once ❯ src/modules/main/modules/registry/modules/stt/components/registry/__tests__/stt-popup.spec.js:36:18
test
Process completed with exit code 1.
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/