diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-26 10:39:35 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-26 10:39:35 +0300 |
commit | ba7b4630a22df2b1e12d4420b1fdacb4c582d48c (patch) | |
tree | 945d4a646ef003aa9a91b72204a305b2a2219e9d /features/steps/admin | |
parent | 3f8e6cf3d1360ce0843e4fd8f9c04040aba2baae (diff) | |
download | gitlab-ce-ba7b4630a22df2b1e12d4420b1fdacb4c582d48c.tar.gz |
Replace home icon with tab names
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/admin')
-rw-r--r-- | features/steps/admin/active_tab.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/admin/active_tab.rb b/features/steps/admin/active_tab.rb index ccafe09c18f..774abb4c286 100644 --- a/features/steps/admin/active_tab.rb +++ b/features/steps/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('Home') + ensure_active_main_tab('Dashboard') end Then 'the active main tab should be Projects' do |