summaryrefslogtreecommitdiff
path: root/spec/features/notes_on_merge_requests_spec.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-30 16:20:43 +0100
committerPhil Hughes <me@iamphill.com>2016-04-04 10:48:49 +0100
commit29f414aa5a4d63d5676d5c0e4d89584f45ef8c35 (patch)
tree0f2efbf90e4bc77fa6a928362387a74337c463bf /spec/features/notes_on_merge_requests_spec.rb
parent40297b8f118742fc710f2ae0364d7bbcd82c40e6 (diff)
downloadgitlab-ce-29f414aa5a4d63d5676d5c0e4d89584f45ef8c35.tar.gz
Tests update
Diffstat (limited to 'spec/features/notes_on_merge_requests_spec.rb')
-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 d9a8058efd9..133fca6923c 100644
--- a/spec/features/notes_on_merge_requests_spec.rb
+++ b/spec/features/notes_on_merge_requests_spec.rb
@@ -152,7 +152,7 @@ describe 'Comments', feature: true do
it 'has .new_note css class' do
page.within('.js-temp-notes-holder') do
- expect(subject).to have_css('.new_note')
+ expect(subject).to have_css('.new-note')
end
end
end