Merge branch 'dz-fix-branches-tab-test' into 'master'

Fix active tab test for branches page

For https://gitlab.com/gitlab-org/gitlab-ce/issues/23378

See merge request !6923
This commit is contained in:
Dmitriy Zaporozhets 2016-10-16 19:58:20 +00:00
commit a453dacec2
1 changed files with 1 additions and 1 deletions

View File

@ -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