diff options
Diffstat (limited to 'spec/support/helpers/features/notes_helpers.rb')
-rw-r--r-- | spec/support/helpers/features/notes_helpers.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/helpers/features/notes_helpers.rb b/spec/support/helpers/features/notes_helpers.rb index 6987b5efefb..f8252254531 100644 --- a/spec/support/helpers/features/notes_helpers.rb +++ b/spec/support/helpers/features/notes_helpers.rb @@ -31,6 +31,8 @@ module Spec fill_in('note[note]', with: new_note_text) find('.js-comment-button').click end + + wait_for_requests end def preview_note(text) |