From 4a60911c9ad74086c00a6d8ec8588d54b1876de9 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 22 Apr 2020 09:58:53 +0200 Subject: [PATCH] fix: lint and test for SearchableInput ok --- .../SearchResults/SearchResults.spec.js | 1 + .../features/SearchResults/SearchResults.vue | 12 +++++++++--- .../SearchableInput/SearchableInput.spec.js | 17 ++++++++++------- webapp/locales/de.json | 2 +- webapp/locales/en.json | 2 +- 5 files changed, 22 insertions(+), 12 deletions(-) diff --git a/webapp/components/_new/features/SearchResults/SearchResults.spec.js b/webapp/components/_new/features/SearchResults/SearchResults.spec.js index b7c396068..b52f20568 100644 --- a/webapp/components/_new/features/SearchResults/SearchResults.spec.js +++ b/webapp/components/_new/features/SearchResults/SearchResults.spec.js @@ -46,6 +46,7 @@ describe('SearchResults', () => { describe('contains posts', () => { beforeEach(() => { + console.log wrapper.setData({ posts: [post], activeTab: 'Post' }) }) diff --git a/webapp/components/_new/features/SearchResults/SearchResults.vue b/webapp/components/_new/features/SearchResults/SearchResults.vue index 7188a3acf..73ad3feb0 100644 --- a/webapp/components/_new/features/SearchResults/SearchResults.vue +++ b/webapp/components/_new/features/SearchResults/SearchResults.vue @@ -1,14 +1,20 @@