diff --git a/features/steps/project/active_tab.rb b/features/steps/project/active_tab.rb index 80043463188d568d438c7c65d6697908f4bb4f3e..58225032859455d9c99fd7e72cab4e918fbf0daa 100644 --- a/features/steps/project/active_tab.rb +++ b/features/steps/project/active_tab.rb @@ -54,7 +54,7 @@ class Spinach::Features::ProjectActiveTab < Spinach::FeatureSteps end step 'I click the "Branches" tab' do - page.within '.content' do + page.within '.sub-nav' do click_link('Branches') end end