remove localhost from non dev envs #430
validate.yml
on: push
Matrix: addon-changes
Matrix: backend-tests
Matrix: frontend-tests-and-lint
Matrix: iac-lint
Annotations
2 errors
src/apps/common/CompatibilityBoundary.test.ts > CompatibilityBoundary > should render slot when compatibility is OK:
packages/send/frontend/src/apps/common/CompatibilityBoundary.vue#L94
TypeError: Cannot read properties of null (reading 'ce')
❯ renderSlot ../../../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2946:32
❯ Proxy._sfc_render src/apps/common/CompatibilityBoundary.vue:94:3
❯ renderComponentRoot ../../../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6502:16
❯ ReactiveEffect.componentUpdateFn [as fn] ../../../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5303:46
❯ ReactiveEffect.run ../../../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/reactivity/dist/reactivity.cjs.js:241:19
❯ setupRenderEffect ../../../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5438:5
❯ mountComponent ../../../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5212:7
❯ processComponent ../../../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5164:9
❯ patch ../../../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4691:11
❯ ReactiveEffect.componentUpdateFn [as fn] ../../../node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5310:11
|
src/apps/common/CompatibilityBanner.test.ts > CompatibilityBanner.vue > should not show banner when isClosedByUser is true:
packages/send/frontend/src/apps/common/CompatibilityBanner.test.ts#L56
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ src/apps/common/CompatibilityBanner.test.ts:56:45
|