summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-10-06 17:39:17 -0500
committerClement Ho <ClemMakesApps@gmail.com>2017-10-06 17:39:17 -0500
commit5ec7174c3fe24505d23862520fba47d936c741d4 (patch)
treebe781c5338f05a3a6d88be06259c6940aeddf6ca
parent427b74f3dc4cf7744c446a3562edeb51eb886a84 (diff)
downloadgitlab-ce-ch-test-4.tar.gz
Test theory 4ch-test-4
-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 0f10e2e0103..0f4a7482c32 100644
--- a/spec/support/features/discussion_comments_shared_example.rb
+++ b/spec/support/features/discussion_comments_shared_example.rb
@@ -72,7 +72,7 @@ shared_examples 'discussion comments' do |resource_name|
expect(page).not_to have_selector menu_selector
find(toggle_selector).click
- find('body').trigger click
+ find('body').trigger 'click'
expect(page).not_to have_selector menu_selector
end