added second event to the edit week site in the frontend, second even… #3064
main.yml
on: push
Coding Guidelines Check
12s
FE Asset Linting
17s
FE asset formatting check
19s
PHPMD
9s
Static Code Analysis
30s
Run frontend type check
32s
Run frontend unit- and functional-tests
52s
Matrix: Run E2E-tests via Cypress
Annotations
14 errors
Coding Guidelines Check
Process completed with exit code 8.
|
FE asset formatting check
Process completed with exit code 1.
|
Run frontend type check
Cannot find name 'selectedEvent'.
|
Run frontend type check
Cannot find name 'selectedEvent'.
|
Run frontend type check
Cannot find name 'selectedEvent'.
|
Run frontend type check
Property 'event' does not exist on type 'DayDTO'. Did you mean 'events'?
|
Run frontend type check
Cannot find name 'selectedEvent'.
|
Run frontend type check
Property 'event' does not exist on type 'DayDTO'. Did you mean 'events'?
|
Run frontend type check
Cannot find name 'selectedEvent'.
|
Run frontend type check
Cannot find name 'getEventById'.
|
Run frontend type check
Property 'event' does not exist on type 'DayDTO'. Did you mean 'events'?
|
Run frontend type check
Cannot find name 'selectedEvent'.
|
tests/unit/menu/MenuDay.spec.ts > Test MenuDay > should render MenuDay:
src/Resources/src/components/menu/MenuDay.vue#L170
ReferenceError: selectedEvent is not defined
❯ setup src/components/menu/MenuDay.vue:170:7
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:203:19
❯ setupStatefulComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7647:25
❯ setupComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7608:36
❯ mountComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4818:7
❯ processComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4784:9
❯ patch node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4313:11
❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4928:11
❯ ReactiveEffect.run node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19
❯ instance.update node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5052:16
|
Run frontend unit- and functional-tests
Process completed with exit code 1.
|