diff --git a/webapp/components/_new/features/SearchResults/SearchResults.spec.js b/webapp/components/_new/features/SearchResults/SearchResults.spec.js index a78d5151c..91c12be14 100644 --- a/webapp/components/_new/features/SearchResults/SearchResults.spec.js +++ b/webapp/components/_new/features/SearchResults/SearchResults.spec.js @@ -55,7 +55,7 @@ describe('SearchResults', () => { }) // Wolle beforeEach(jest.useFakeTimers) - + describe('result contains 25 posts, 8 users and 0 hashtags', () => { beforeEach(async () => { wrapper.setData({ diff --git a/webapp/components/_new/features/SearchResults/SearchResults.story.js b/webapp/components/_new/features/SearchResults/SearchResults.story.js index 223152de2..cfc7754dc 100644 --- a/webapp/components/_new/features/SearchResults/SearchResults.story.js +++ b/webapp/components/_new/features/SearchResults/SearchResults.story.js @@ -89,7 +89,7 @@ storiesOf('SearchResults', module)