Fix active tab test for branches page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2016-10-16 20:49:05 +03:00
parent 195c10574e
commit cd6af26de2
No known key found for this signature in database
GPG key ID: 627C5F589F467F17

View file

@ -54,7 +54,7 @@ class Spinach::Features::ProjectActiveTab < Spinach::FeatureSteps
end end
step 'I click the "Branches" tab' do step 'I click the "Branches" tab' do
page.within '.content' do page.within '.sub-nav' do
click_link('Branches') click_link('Branches')
end end
end end