diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-01 14:27:39 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-07 15:33:18 -0700 |
commit | dab4ac54b691f1c832b1fe444859c3183a231411 (patch) | |
tree | 0e3cd6fe0fc30060e19090bc18ab753731f23e1f /spec/features | |
parent | 3cfeb3755828871813cd12c771fa7efddf67edb5 (diff) | |
download | gitlab-ce-dab4ac54b691f1c832b1fe444859c3183a231411.tar.gz |
Diff design updates
Diffstat (limited to 'spec/features')
-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 9b2351c15dc..5f855ccc701 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_css('.note-reply-field') + is_expected.to have_button('Reply...') end end end |