From fd3accd14742bb60987aa91df9b00f3e27f815c0 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 2 Dec 2019 20:55:58 +0100 Subject: [PATCH] specs ok --- .../ContributionForm/ContributionForm.spec.js | 1 + .../ContributionForm/ContributionForm.vue | 2 +- webapp/pages/post/_id/_slug/index.vue | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/webapp/components/ContributionForm/ContributionForm.spec.js b/webapp/components/ContributionForm/ContributionForm.spec.js index 3815fd4e4..adb3a2dca 100644 --- a/webapp/components/ContributionForm/ContributionForm.spec.js +++ b/webapp/components/ContributionForm/ContributionForm.spec.js @@ -199,6 +199,7 @@ describe('ContributionForm.vue', () => { categoryIds: ['cat12'], imageUpload: null, image: null, + checkedBlur: false, }, } postTitleInput = wrapper.find('.ds-input') diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 4eb6ce4b9..1d91b9359 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -23,7 +23,7 @@ diff --git a/webapp/pages/post/_id/_slug/index.vue b/webapp/pages/post/_id/_slug/index.vue index b83b0a478..32e76c067 100644 --- a/webapp/pages/post/_id/_slug/index.vue +++ b/webapp/pages/post/_id/_slug/index.vue @@ -18,6 +18,13 @@ primary @click.prevent="unBlur" > +