summaryrefslogtreecommitdiff
path: root/features/steps/shared/project_tab.rb
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-04-07 21:20:16 +0000
committerJacob Schatz <jschatz1@gmail.com>2016-04-07 21:20:16 +0000
commitf2b7cd443566f6ceefcbecbd52c8484afe264402 (patch)
tree5d83db1c0eeefb4e7a94178b972d8f5c43b9f758 /features/steps/shared/project_tab.rb
parent4361cc395cb5b9574286dee09ac55e49f394e50e (diff)
downloadgitlab-ce-f2b7cd443566f6ceefcbecbd52c8484afe264402.tar.gz
Revert "Merge branch 'new-navigation-prototype' into 'master'"
This reverts merge request !3494
Diffstat (limited to 'features/steps/shared/project_tab.rb')
-rw-r--r--features/steps/shared/project_tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/project_tab.rb b/features/steps/shared/project_tab.rb
index fa7d24ce611..4fc2ece79ff 100644
--- a/features/steps/shared/project_tab.rb
+++ b/features/steps/shared/project_tab.rb
@@ -41,7 +41,7 @@ module SharedProjectTab
end
step 'the active main tab should be Settings' do
- page.within '.nav-secondary' do
+ page.within '.nav-sidebar' do
expect(page).to have_content('Go to project')
end
end