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>2015-02-24 05:43:39 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-24 05:43:39 +0300
commit12589d339070d86b57a4f97778a48b1b9cc5a0a1 (patch)
tree50b8adb0d2dd3a644aac608d6f3c95cfb4651d6b /features
parenta4118ca445871c04625edee6463cffd838772b13 (diff)
Improve sidebar menu for project settings
Diffstat (limited to 'features')
-rw-r--r--features/steps/shared/project_tab.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/features/steps/shared/project_tab.rb b/features/steps/shared/project_tab.rb
index 6aa4f1b20df..c5aed19331c 100644
--- a/features/steps/shared/project_tab.rb
+++ b/features/steps/shared/project_tab.rb
@@ -41,6 +41,8 @@ module SharedProjectTab
end
step 'the active main tab should be Settings' do
- ensure_active_main_tab('Settings')
+ within '.nav-sidebar' do
+ page.should have_content('Back to project')
+ end
end
end