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>2013-01-31 14:08:56 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-31 14:08:56 +0400
commit2af323bbd1993b121b2ff7bcc695e2bb10af5a1b (patch)
treefcf2341767d69d8afc08c0c432f5969561bbe1eb /features/steps/admin
parent130f60d55b13682cc4ca4cba390535dc10dbca07 (diff)
fix active tabs tests
Diffstat (limited to 'features/steps/admin')
-rw-r--r--features/steps/admin/admin_active_tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/admin/admin_active_tab.rb b/features/steps/admin/admin_active_tab.rb
index 48ec7bac0d6..f14c5f396be 100644
--- a/features/steps/admin/admin_active_tab.rb
+++ b/features/steps/admin/admin_active_tab.rb
@@ -4,7 +4,7 @@ class AdminActiveTab < Spinach::FeatureSteps
include SharedActiveTab
Then 'the active main tab should be Home' do
- ensure_active_main_tab('Stats')
+ ensure_active_main_tab('Home')
end
Then 'the active main tab should be Projects' do