Addressing errors with replies in e2e.

This commit is contained in:
David Jay
2017-01-27 17:29:23 -05:00
parent 1da61784b4
commit b674ff45c0
5 changed files with 19 additions and 24 deletions
@@ -75,8 +75,6 @@ class CommentBox extends Component {
} else if (postedComment.status === 'PREMOD') {
addNotification('success', lang.t('comment-post-notif-premod'));
} else {
// appendItemArray(parent_id || id, related, commentId, !parent_id, parent_type);
addNotification('success', 'Your comment has been posted.');
}