feat(Frontend): add aria support (SCRUM-314) #627
Annotations
3 errors
|
Frontend CI
Process completed with exit code 1.
|
|
components/AppHeader/AppHeader.test.js > AppHeader.vue > goes back when the back button is clicked:
Frontend/components/AppHeader/AppHeader.vue#L26
ReferenceError: useI18n is not defined
❯ setup components/AppHeader/AppHeader.vue:26:15
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19
❯ setupStatefulComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7848:25
❯ setupComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7809:36
❯ mountComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5159:7
❯ processComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5125:9
❯ patch node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4654:11
❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5269:11
❯ ReactiveEffect.run node_modules/@vue/reactivity/dist/reactivity.cjs.js:229:19
❯ setupRenderEffect node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5397:5
|
|
components/AppHeader/AppHeader.test.js > AppHeader.vue > renders the SearchBar when showSearch is true:
Frontend/components/AppHeader/AppHeader.vue#L26
ReferenceError: useI18n is not defined
❯ setup components/AppHeader/AppHeader.vue:26:15
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19
❯ setupStatefulComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7848:25
❯ setupComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7809:36
❯ mountComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5159:7
❯ processComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5125:9
❯ patch node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4654:11
❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5269:11
❯ ReactiveEffect.run node_modules/@vue/reactivity/dist/reactivity.cjs.js:229:19
❯ setupRenderEffect node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5397:5
|