added second event to the edit week site in the frontend, second even… #3066
main.yml
on: push
Coding Guidelines Check
12s
FE Asset Linting
21s
FE asset formatting check
14s
PHPMD
10s
Static Code Analysis
31s
Run frontend type check
29s
Run frontend unit- and functional-tests
54s
Matrix: Run E2E-tests via Cypress
Annotations
13 errors
FE asset formatting check
Process completed with exit code 1.
|
Run frontend type check
Property 'event' does not exist on type 'DayDTO'. Did you mean 'events'?
|
Run frontend type check
Property 'event' does not exist on type 'DayDTO'. Did you mean 'events'?
|
Run frontend type check
Property 'event' does not exist on type 'DayDTO'. Did you mean 'events'?
|
Run frontend type check
Property 'event' does not exist on type 'DayDTO'. Did you mean 'events'?
|
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 'getEventById'.
|
Run frontend type check
Property 'event' does not exist on type 'DayDTO'. Did you mean 'events'?
|
Run frontend type check
Property 'event' does not exist on type 'DayDTO'. Did you mean 'events'?
|
Run frontend type check
Property 'event' does not exist on type 'DayDTO'. Did you mean 'events'?
|
tests/unit/menu/MenuDay.spec.ts > Test MenuDay > should render MenuDay:
src/Resources/src/components/menu/MenuDay.vue#L200
ReferenceError: getEventById is not defined
❯ src/components/menu/MenuDay.vue:200:3
❯ node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:1546:40
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:203:19
❯ callWithAsyncErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:210:17
❯ hook.__weh.hook.__weh node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:1526:19
❯ flushPostFlushCbs node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:385:32
❯ render node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5600:7
❯ mount node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2644:13
❯ Object.app.mount node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1463:19
❯ Proxy.mount node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8415:18
|
Run frontend unit- and functional-tests
Process completed with exit code 1.
|