From 78f03daf42c5f1e18438f79400bc7b0c26ffc9f0 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 19 Oct 2022 09:14:17 +0200 Subject: [PATCH] add groupId to variables in spec --- webapp/components/ContributionForm/ContributionForm.spec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/components/ContributionForm/ContributionForm.spec.js b/webapp/components/ContributionForm/ContributionForm.spec.js index 0e14841d1..1ef1777fe 100644 --- a/webapp/components/ContributionForm/ContributionForm.spec.js +++ b/webapp/components/ContributionForm/ContributionForm.spec.js @@ -138,6 +138,7 @@ describe('ContributionForm.vue', () => { categoryIds: [], id: null, image: null, + groupId: null, }, } postTitleInput = wrapper.find('.ds-input') @@ -260,6 +261,7 @@ describe('ContributionForm.vue', () => { content: propsData.contribution.content, categoryIds: [], id: propsData.contribution.id, + groupId: null, image: { sensitive: false, },