diff options
author | Felipe Artur <felipefac@gmail.com> | 2017-10-06 16:40:02 -0300 |
---|---|---|
committer | Felipe Artur <felipefac@gmail.com> | 2017-10-06 16:40:02 -0300 |
commit | 7e52d3cfeaa6771da898d19753d8fa07dfe6d68e (patch) | |
tree | 0d8770f541440b8953229b846c3b1040117bd587 /spec | |
parent | b940f595c906faac554224b9a31fe3083ad4586b (diff) | |
download | gitlab-ce-7e52d3cfeaa6771da898d19753d8fa07dfe6d68e.tar.gz |
Fix feature spec
Diffstat (limited to 'spec')
-rw-r--r-- | spec/support/features/discussion_comments_shared_example.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/features/discussion_comments_shared_example.rb b/spec/support/features/discussion_comments_shared_example.rb index 81cb94ab8c4..cc8002fde0d 100644 --- a/spec/support/features/discussion_comments_shared_example.rb +++ b/spec/support/features/discussion_comments_shared_example.rb @@ -46,6 +46,7 @@ shared_examples 'discussion comments' do |resource_name| find("#{form_selector} .note-textarea").send_keys('a') find(toggle_selector).click + sleep 1 end it 'has a "Comment" item (selected by default) and "Start discussion" item' do |