From 9be480add29f72f7626a0e5f20c827a356b904f1 Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Mon, 3 Aug 2020 15:08:57 +0200 Subject: [PATCH] Added a deleted comment to the Test case --- webapp/components/CommentList/CommentList.spec.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webapp/components/CommentList/CommentList.spec.js b/webapp/components/CommentList/CommentList.spec.js index 66c16263c..cd18d4443 100644 --- a/webapp/components/CommentList/CommentList.spec.js +++ b/webapp/components/CommentList/CommentList.spec.js @@ -28,6 +28,13 @@ describe('CommentList.vue', () => { content: 'this is a comment', author: { id: 'some-user' }, }, + { + id: 'comment135', + contentExcerpt: 'this is a deleted comment', + content: 'this is a deleted comment', + deleted: true, + author: { id: 'some-user' }, + } ], }, }