diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-03-31 13:37:27 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-07 15:33:18 -0700 |
commit | de63de18d77624d49b6a9d150f2581be0ac55e00 (patch) | |
tree | 270213cfd032289a857d786e97a66223cee7cd0a /spec | |
parent | c80c1da7802c372607f5a025ef2f3e25202734c3 (diff) | |
download | gitlab-ce-de63de18d77624d49b6a9d150f2581be0ac55e00.tar.gz |
Update diff colors and icons
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/notes_on_merge_requests_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/notes_on_merge_requests_spec.rb b/spec/features/notes_on_merge_requests_spec.rb index 70d0864783d..9b2351c15dc 100644 --- a/spec/features/notes_on_merge_requests_spec.rb +++ b/spec/features/notes_on_merge_requests_spec.rb @@ -210,7 +210,7 @@ describe 'Comments', feature: true do is_expected.to have_content('Another comment on line 10') is_expected.to have_css('.notes_holder') is_expected.to have_css('.notes_holder .note', count: 1) - is_expected.to have_button('Reply') + is_expected.to have_css('.note-reply-field') end end end |