diff --git a/webapp/components/ContributionForm/ContributionForm.spec.js b/webapp/components/ContributionForm/ContributionForm.spec.js index 52f77b3f2..37065ca74 100644 --- a/webapp/components/ContributionForm/ContributionForm.spec.js +++ b/webapp/components/ContributionForm/ContributionForm.spec.js @@ -202,6 +202,7 @@ describe('ContributionForm.vue', () => { id: null, categoryIds: ['cat12'], imageUpload: null, + imageAspectRatio: null, image: null, }, } @@ -356,6 +357,7 @@ describe('ContributionForm.vue', () => { categoryIds: ['cat12'], image, imageUpload: null, + imageAspectRatio: null, }, } })