summaryrefslogtreecommitdiff
path: root/features/steps
diff options
context:
space:
mode:
authorNicolas <nicolas@gitlab.com>2015-06-16 00:32:14 +0200
committerNicolas <nicolas@gitlab.com>2015-06-24 18:05:16 +0200
commita521e88fc065242b61becbe101ced908e7dadfbd (patch)
tree4f8d3a0de26b5f9fe6f617ea5d656decf11310da /features/steps
parentc465af093096990ee42b3021fce157d02b8864cb (diff)
downloadgitlab-ce-a521e88fc065242b61becbe101ced908e7dadfbd.tar.gz
Fix consistency issue in sidebars of Project and Group Settings.
Fixes #2277.
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/project/active_tab.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/active_tab.rb b/features/steps/project/active_tab.rb
index fabbc1d3d81..9e96fa5ba49 100644
--- a/features/steps/project/active_tab.rb
+++ b/features/steps/project/active_tab.rb
@@ -20,8 +20,8 @@ class Spinach::Features::ProjectActiveTab < Spinach::FeatureSteps
end
step 'I click the "Edit" tab' do
- page.within '.project-settings-nav' do
- click_link('Project')
+ page.within '.sidebar-subnav' do
+ click_link('Project Settings')
end
end