Fix active tab test for branches page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
195c10574e
commit
cd6af26de2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue