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/profile | |
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/profile')
-rw-r--r-- | features/steps/profile/active_tab.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/profile/active_tab.rb b/features/steps/profile/active_tab.rb index ee9f5f201cf..1924a6fa785 100644 --- a/features/steps/profile/active_tab.rb +++ b/features/steps/profile/active_tab.rb @@ -4,7 +4,7 @@ class ProfileActiveTab < Spinach::FeatureSteps include SharedActiveTab Then 'the active main tab should be Home' do - ensure_active_main_tab('Home') + ensure_active_main_tab('Profile') end Then 'the active main tab should be Account' do |