diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-08-11 15:28:46 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-08-11 15:54:56 +0100 |
commit | b96a3d4d60747102bc437c99b4d040c5c0329689 (patch) | |
tree | 46431fe817e9788eb74aa7659b5e61491738941a /features | |
parent | b38e690344a3d37e3be0305c88ea96adbc82aca6 (diff) | |
download | gitlab-ce-b96a3d4d60747102bc437c99b4d040c5c0329689.tar.gz |
Fix open discussions
Put back deleted tests
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/shared/note.rb | 2 |
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 |