summaryrefslogtreecommitdiff
path: root/spec/features/profiles/preferences_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/profiles/preferences_spec.rb')
-rw-r--r--spec/features/profiles/preferences_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/profiles/preferences_spec.rb b/spec/features/profiles/preferences_spec.rb
index 9123aa9d155..3b57ff47d33 100644
--- a/spec/features/profiles/preferences_spec.rb
+++ b/spec/features/profiles/preferences_spec.rb
@@ -44,7 +44,7 @@ describe 'Profile > Preferences' do
expect(page.current_path).to eq starred_dashboard_projects_path
end
- find('.shortcuts-activity').trigger('click')
+ find('.shortcuts-activity').click
expect(page).not_to have_content("You don't have starred projects yet")
expect(page.current_path).to eq dashboard_projects_path