diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-16 15:09:50 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-16 15:09:50 +0000 |
commit | b4e854a900ba9bcbfc3476f88317c59ea048daaf (patch) | |
tree | 562b380f7d3587c522d57487465b8df9d0c34746 /spec/support/helpers/features/notes_helpers.rb | |
parent | 8215fc964a189ae5c876a10f2e7d61933a725e24 (diff) | |
download | gitlab-ce-b4e854a900ba9bcbfc3476f88317c59ea048daaf.tar.gz |
Add latest changes from gitlab-org/gitlab@master
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) |