Skip to content
Snippets Groups Projects
Commit fdbcf951 authored by Jeremy Elder's avatar Jeremy Elder :speech_balloon:
Browse files

Use reply icon for comments

Changelog: changed
parent 7b978d00
No related branches found
No related tags found
2 merge requests!122255Use an arrow to reply to a comment,!119439Draft: Prevent file variable content expansion in downstream pipeline
......@@ -22,7 +22,7 @@ export default {
data-track-action="click_button"
data-track-label="reply_comment_button"
category="tertiary"
icon="comment"
icon="reply"
:title="$options.i18n.buttonText"
:aria-label="$options.i18n.buttonText"
@click="$emit('startReplying')"
......
......@@ -87,7 +87,7 @@
it 'shows a reply button' do
reply_button = find('.js-reply-button', match: :first)
expect(reply_button).to have_selector('[data-testid="comment-icon"]')
expect(reply_button).to have_selector('[data-testid="reply-icon"]')
end
it 'shows reply placeholder when clicking reply button' do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment