summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-01 14:27:39 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-07 15:33:18 -0700
commitdab4ac54b691f1c832b1fe444859c3183a231411 (patch)
tree0e3cd6fe0fc30060e19090bc18ab753731f23e1f /spec/features
parent3cfeb3755828871813cd12c771fa7efddf67edb5 (diff)
downloadgitlab-ce-dab4ac54b691f1c832b1fe444859c3183a231411.tar.gz
Diff design updates
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/notes_on_merge_requests_spec.rb2
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