Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-10-16 22:58:20 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-10-16 22:58:20 +0300
commita453dacec211678a4f7b94e8aa858e8eb4da9214 (patch)
treea6925ea97f3aa7359d03105e16a84706d0f9d22d /features
parentdabf8a8dcd1a1c52ae257f64fc469160a51669bd (diff)
parentcd6af26de21b1d321306f69f5e0311d19e7c6b28 (diff)
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
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/active_tab.rb2
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