Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/user_sees_active_nav_items_spec.rb')
-rw-r--r--spec/features/user_sees_active_nav_items_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/user_sees_active_nav_items_spec.rb b/spec/features/user_sees_active_nav_items_spec.rb
index 966b8491374..1e6b2b8f189 100644
--- a/spec/features/user_sees_active_nav_items_spec.rb
+++ b/spec/features/user_sees_active_nav_items_spec.rb
@@ -32,7 +32,7 @@ RSpec.describe 'User sees correct active nav items in the super sidebar', :js, f
context 'when visiting authentication logs' do
before do
- visit audit_log_profile_path
+ visit user_settings_authentication_log_path
end
it 'renders the side navigation with the correct submenu set as active' do