diff --git a/frontend/src/scenes/comments/CommentComposer.tsx b/frontend/src/scenes/comments/CommentComposer.tsx index 7821852e5444e..7f443ef9e8c2b 100644 --- a/frontend/src/scenes/comments/CommentComposer.tsx +++ b/frontend/src/scenes/comments/CommentComposer.tsx @@ -49,6 +49,7 @@ export const CommentComposer = (props: CommentsLogicProps): JSX.Element => { onClick={sendComposedContent} disabledReason={!composedComment ? 'No message' : null} sideIcon={} + data-attr="discussions-comment" > Add {replyingCommentId ? 'reply' : 'comment'}