summaryrefslogtreecommitdiff
path: root/spec/features/user_callout_spec.rb
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-08 15:08:39 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-12 09:27:05 -0500
commit0278b912038b1c70f289ab915c4d0752f9aff4b0 (patch)
tree421c38333ef5ed4256a531f0264abf75e0d6a86f /spec/features/user_callout_spec.rb
parent94919b472425a7149f85cab0f3990e2f16d57c39 (diff)
downloadgitlab-ce-0278b912038b1c70f289ab915c4d0752f9aff4b0.tar.gz
Fix specs
Diffstat (limited to 'spec/features/user_callout_spec.rb')
-rw-r--r--spec/features/user_callout_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/user_callout_spec.rb b/spec/features/user_callout_spec.rb
index 848af5e3a4d..b84f834ff1e 100644
--- a/spec/features/user_callout_spec.rb
+++ b/spec/features/user_callout_spec.rb
@@ -20,7 +20,7 @@ describe 'User Callouts', js: true do
visit dashboard_projects_path
within('.user-callout') do
- find('.close').click
+ find('.close').trigger('click')
end
visit dashboard_projects_path