diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-10-16 20:49:05 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-10-16 20:49:05 +0300 |
commit | cd6af26de21b1d321306f69f5e0311d19e7c6b28 (patch) | |
tree | 3702b32e2f9c7e6e2dce7d34f433a0ae1f6e23e5 | |
parent | 195c10574e110a0ced395fbee5cd5e546fb9e7fc (diff) | |
download | gitlab-ce-cd6af26de21b1d321306f69f5e0311d19e7c6b28.tar.gz |
Fix active tab test for branches pagedz-fix-branches-tab-test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | features/steps/project/active_tab.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/active_tab.rb b/features/steps/project/active_tab.rb index 80043463188..58225032859 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 |