summaryrefslogtreecommitdiff
path: root/spec/support/features/discussion_comments_shared_example.rb
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-10-09 12:52:51 +0000
committerRobert Speicher <robert@gitlab.com>2017-10-09 12:52:51 +0000
commit2409acfa7f97fef81dd66640c64e9d0008b85cde (patch)
tree1dcafa5cd5b4646ddaf6d736cc2a15d60d0f0c19 /spec/support/features/discussion_comments_shared_example.rb
parent0f366c74131339cb45c8943437fe5b3e68721c75 (diff)
parentf277fa14094e5515e2317d2baa1fa0bfb95966da (diff)
downloadgitlab-ce-2409acfa7f97fef81dd66640c64e9d0008b85cde.tar.gz
Merge branch 'master' into 'group-sort-dropdown-blank'
# Conflicts: # spec/features/dashboard/group_spec.rb
Diffstat (limited to 'spec/support/features/discussion_comments_shared_example.rb')
-rw-r--r--spec/support/features/discussion_comments_shared_example.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/features/discussion_comments_shared_example.rb b/spec/support/features/discussion_comments_shared_example.rb
index 81cb94ab8c4..9f05cabf7ae 100644
--- a/spec/support/features/discussion_comments_shared_example.rb
+++ b/spec/support/features/discussion_comments_shared_example.rb
@@ -71,7 +71,7 @@ shared_examples 'discussion comments' do |resource_name|
expect(page).not_to have_selector menu_selector
find(toggle_selector).click
- find('body').click
+ find('body').trigger 'click'
expect(page).not_to have_selector menu_selector
end