From 33fb439e18bb2044507320b82362749b00ab9211 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Thu, 21 Nov 2019 13:54:05 +0100 Subject: [PATCH] Update component tests for imageAspectRatio --- 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 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, }, } })