summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/steps/shared/note.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/note.rb b/features/steps/shared/note.rb
index 1c3432c3ca1..86c2600da6c 100644
--- a/features/steps/shared/note.rb
+++ b/features/steps/shared/note.rb
@@ -156,7 +156,7 @@ module SharedNote
page.find('.current-note-edit-form textarea')
page.within(".current-note-edit-form") do
- fill_in '#note-body', with: '+1 Awesome!'
+ fill_in 'note[note]', with: '+1 Awesome!'
click_button 'Save comment'
end
wait_for_requests