mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
Edit Comment UI reflects expired edit comment window
This commit is contained in:
@@ -63,6 +63,7 @@ describe('graph.mutations.editComment', () => {
|
||||
console.error(response.errors);
|
||||
}
|
||||
expect(response.errors).to.be.empty;
|
||||
expect(response.data.editComment.errors).to.be.null;
|
||||
|
||||
// assert body has changed
|
||||
const commentAfterEdit = await CommentsService.findById(comment.id);
|
||||
|
||||
Reference in New Issue
Block a user