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' }, + } ], }, }