diff --git a/features/steps/groups_management.rb b/features/steps/groups_management.rb index 42efd8e7e8..47d050a986 100644 --- a/features/steps/groups_management.rb +++ b/features/steps/groups_management.rb @@ -39,7 +39,7 @@ class Spinach::Features::GroupsManagement < Spinach::FeatureSteps end step 'I go to group settings page' do - click_link 'sidebar-groups-tab' + visit dashboard_groups_path click_link 'Sourcing' click_link 'Settings' end