diff --git a/spec/features/admin/admin_active_tab_spec.rb b/spec/features/admin/admin_active_tab_spec.rb index f2eecc5b552..16064d60ce2 100644 --- a/spec/features/admin/admin_active_tab_spec.rb +++ b/spec/features/admin/admin_active_tab_spec.rb @@ -29,7 +29,7 @@ RSpec.describe 'admin active tab' do context 'on projects' do before do - visit admin_namespaces_projects_path + visit admin_projects_path end it_behaves_like 'page has active tab', 'Overview'