mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Added a deleted comment to the Test case
This commit is contained in:
parent
1ce43af746
commit
9be480add2
@ -28,6 +28,13 @@ describe('CommentList.vue', () => {
|
|||||||
content: 'this is a comment',
|
content: 'this is a comment',
|
||||||
author: { id: 'some-user' },
|
author: { id: 'some-user' },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'comment135',
|
||||||
|
contentExcerpt: 'this is a deleted comment',
|
||||||
|
content: 'this is a deleted comment',
|
||||||
|
deleted: true,
|
||||||
|
author: { id: 'some-user' },
|
||||||
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user